* {
    margin: 0px;
    padding: 0px;
}

html {
    transition: font-size 0.3s ease;
    font-size: 10px;
}

body {
    font-size: 1.5rem;
    /* 15px - 这样更清晰 */

}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

body::-webkit-scrollbar , html::-webkit-scrollbar {
    display: none;

}




@font-face {
    font-family: 'SourceHanSansCN_Regular';
    src: url('../font/SourceHanSansCN-Regular.woff2') format('woff2'),
        url('../font/SourceHanSansCN-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SourceHanSansCN';
    src: url('../font/SourceHanSansCN-Medium.woff2') format('woff2'),
        url('../font/SourceHanSansCN-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SourceHanSansCN_Bold';
    src: url('../font/SourceHanSansCN-Bold.woff2') format('woff2'),
        url('../font/SourceHanSansCN-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'MiSans';
    src: url('../font/MiSans-Bold.woff2') format('woff2'),
        url('../font/MiSans-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* body,
html {
    font-family: "SourceHanSansCN", "思源黑体", "Noto Sans SC", "Microsoft YaHei", sans-serif;
    font-weight: 400;
    font-synthesis: none;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
    -webkit-font-smoothing: antialiased; 
} */

body,
html {
    font-family: "SourceHanSansCN", "思源黑体", "Noto Sans SC", "Microsoft YaHei", sans-serif;
    font-weight: 500;
    font-synthesis: style;
    /* 只允许合成斜体，不允许合成字重 */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/*针对macOS单独调整 */
@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {

        body,
        html {
            -webkit-font-smoothing: antialiased;
            font-weight: 300;
        }

        p {
            font-weight: 300;
        }
    }
}

.container {
    width: 100%;
    max-width: 153rem;
    height: 100%;
    margin: 0 auto;
}

.nav {
    width: 100%;
    height: 7rem;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #085073;
    z-index: 10000;
}

.nav .container {
    max-width: 143rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav .logo {
    height: 4rem;
    width: 12.5rem;
    display: block;
}

.nav .logo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.nav .right {
    display: flex;
    align-items: center;
    height: 100%;
}

.nav .right ul {
    display: flex;
    align-items: center;
    height: 100%;
}

.nav .right ul li {
    margin-right: 4.2rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.nav .right ul li:last-child {
    margin-right: 0px;
}

.nav .right ul li .title {
    font-size: 1.7rem;
    color: #FFF;
    height: 100%;
    display: flex;
    align-items: center;
}

.nav .right .language i,
.nav .right .Search i {
    font-size: 2.1rem;
    color: #FFF;
}

.nav .right .language {
    opacity: 0 ;
    visibility: hidden;
}

.HomeNav {
    background: none;
}

.HomeNav.active {
    background: #085073;
    animation: HomeNavidentifier 0.5s ease forwards;
}

@keyframes HomeNavidentifier {
    0% {
        background: #084f7307;
    }

    100% {
        background: #085073;
    }
}

.banner,
.banner .banner_swiper,
.banner_swiper .swiper-slide,
.banner_swiper .swiper-slide .img {
    width: 100%;
}

.banner_swiper .swiper-slide .img img {
    width: 100%;
    display: block;
}

.banner_swiper .swiper-pagination {
    width: 100%;
    bottom: 10rem;
}

.banner_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    background: none;
    opacity: 1;
    border-radius: 50%;
    border: 0.2rem solid #FFF;
    margin: 0px 1rem;
    cursor: pointer;
}

.banner_swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #FFF;
}

.product {
    width: 100%;
    padding-top: 3.2rem;
    background: #EFF4F7;
    padding-bottom: 15rem;
    box-sizing: border-box;
}

.product .Top_Content {
    width: 100%;
    background: #B8E0EE;
    border-radius: 0.5rem;
    padding-top: 7.3rem;
    box-sizing: border-box;
    display: none ;
}

.product .Top_Content .title h2 {
    font-weight: bold;
    font-size: 7.4rem;
    color: #015272;
    font-family: 'MiSans';
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 1;
    letter-spacing: 0.2rem;

}

.product .Top_Content .title img {
    height: 6.4rem;
    display: block;
    margin-left: 2.3rem;
    margin-right: 5.5rem;
}

.product .Top_Content .title p {
    font-size: 5.5rem;
    letter-spacing: 0.8rem;
    text-align: center;
    font-weight: 300;
    color: #095173;
    margin-top: 2.5rem;
}

.product .Top_Content .age_list {
    width: 100%;
    display: flex;
    margin-top: 7rem;
}

.product .Top_Content .age_list .age_item {
    width: 25%;
    text-align: center;
}

.product .Top_Content .age_list .age_item .age_box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(2rem);
    position: relative;
    z-index: 1;
}

.product .Top_Content .age_list .age_item .age_box b,
.product .Top_Content .age_list .age_item .age_box span {
    color: #eff4f7;
    font-size: 6.1rem;
    font-weight: 700;
    line-height: 1;
}

.product .Top_Content .age_list .age_item .age_box span {
    display: block;
    margin: 0px 1rem;
}

.product .Top_Content .age_list .age_item .Character {
    width: 100%;
    height: 31.4rem;
    overflow: hidden;
    position: relative;
    z-index: 3;
    padding: 0px 1rem;
    box-sizing: border-box;
}

.product .Top_Content .age_list .age_item .Character img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.product .Top_Content .age_list .age_item:nth-child(3) .Character img {
    width: 80%;
}

.product .Top_Content .age_list .age_item:nth-child(4) .Character img {
    width: 90%;
}

.product .Top_Content_mobile {
    width: 100%;
    /*display: none;*/
}

.product .Top_Content_mobile img {
    width: 100%;
    display: block;
}

.Product_list {
    width: 96%;
    max-width: 120rem;
    margin: 0 auto;
    background: #FFF;
    border-radius: 0.7rem;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 0px 1rem 0.1rem #0000002d;
    transform: translateY(-50%);
    position: relative;
    z-index: 20;
}

.Product_list .Product_item {
    flex: 1 1 0%;
    height: 100%;
}

.Product_list .Product_item a {
    padding: 2.4rem 0px 2rem 0px;
    box-sizing: border-box;
    width: 100%;
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Product_list .Product_item .icon {
    margin-bottom: 1.8rem;
}

.Product_list .Product_item .icon img {
    height: 5rem;
    display: block;
    margin: 0 auto;
    transition: 0.5s ease;
}

.Product_list .Product_item span {
    color: #015272;
    font-size: 2.5rem;
    font-weight: 500;
}

.Product_list .Product_item:hover .icon img {
    transform: scale(1.1);
}

.swiper_Product_list {
    width: 100%;
}

.swiper_Product_list .swiper_item {
    position: relative;
    display: none;
}

.swiper_Product_list .swiper_item.swiper_item_avtive {
    display: block;
}

.swiper_Product_list .Product_swiper {
    width: 90%;
    margin: 0 auto;
}

.swiper_Product_list .Product_swiper .swiper-slide {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.swiper_Product_list .Product_swiper .swiper-slide .img {
    width: 19.3rem;
    height: 28.3rem;
    margin: 0 auto;
}

.swiper_Product_list .Product_swiper .swiper-slide .img img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: contain;
    transition: 0.3s ease-in-out;
}

.swiper_Product_list .Product_swiper .swiper-slide .text {
    width: 100%;
    text-align: center;
    margin-top: 2.5rem;
}

.swiper_Product_list .Product_swiper .swiper-slide .text h2 {
    color: #8b8b8b;
    font-size: 2.5rem;
    font-weight: 400;
    transition: 0.3s ease-in-out;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* 限制为两行 */
    overflow: hidden;
}

.swiper_Product_list .swiper_item .swiper-button-next,
.swiper_Product_list .swiper_item .swiper-button-prev {
    width: 6.4rem;
    height: 6.4rem;
    border: 0.2rem solid #B9B9B9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper_Product_list .swiper_item .swiper-button-prev::after,
.swiper_Product_list .swiper_item .swiper-button-next::after {
    font-size: 2.4rem;
    color: #B9B9B9;
}

.swiper_Product_list .swiper_item .swiper-button-prev {
    left: 0px;
}

.swiper_Product_list .swiper_item .swiper-button-next {
    right: 0px;
}


.swiper_Product_list .Product_swiper .swiper-slide a:hover .text h2 {
    color: #003264;
}

.swiper_Product_list .Product_swiper .swiper-slide a:hover .img img {
    transform: scale(0.96);
}

.product .Product_out_swiper {
    margin-top: 15rem;
}

.product .Product_out {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1rem;
    box-sizing: border-box;
}

.product .slide_left {
    width: 42%;
    height: 102.4rem;
}

.product .slide_left .left {
    width: 100%;
    height: 100%;
}

.product .Product_out .left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 1rem;
    /* box-shadow: 0px 0px 1rem 0.1rem #0000002d; */
}

.product .slide_right {
    width: 58%;
    height: 102.4rem;
}

.product .slide_right .right {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product .Product_out .right .box {
    width: 100%;
    height: 48.5%;
}

.product .Product_out .right .box:last-child {
    margin-bottom: 0px;
}

.product .Product_out .right .box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 1rem;
}

.Keep_Exploring {
    width: 100%;
    padding-top: 14.3rem;
    background: #FFF;
}

.Keep_Exploring .content {
    background: url(../images/Nes_1.jpg) no-repeat top center;
    background-size: cover;
    background-position-y: 7rem;
    position: relative;
}

.Keep_Exploring .title {
    width: 100%;
    text-align: center;
}

.Keep_Exploring .title h2 {
    font-weight: bold;
    font-size: 7.3rem;
    color: #095173;
    margin-bottom: 6.1rem;
    font-family: 'MiSans';
    line-height: 1.3em;
}

.Keep_Exploring .title p {
    line-height: 1.8em;
    color: #535353;
    font-size: 2.5rem;
    font-weight: 500;
}

.Keep_Exploring .content .icon_content {
    width: 100%;
    padding-top: 9.3rem;
    padding-bottom: 16.5rem;
    background: linear-gradient(to bottom, #FFF, #ffffff00);
    position: relative;
    z-index: 2;
}

.Keep_Exploring .content .icon_content .container {
    width: 100%;
    max-width: 143rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Keep_Exploring .content .icon_content .box {
    width: 28%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Keep_Exploring .content .icon_content .box .icon {
    height: 13.3rem;
    margin-bottom: 5.3rem;
}

.Keep_Exploring .content .icon_content .box .icon img {
    height: 100%;
    display: block;
}

.Keep_Exploring .content .icon_content .box h3 {
    font-size: 3.6rem;
    color: #015272;
    margin-bottom: 5rem;
    text-align: center;
    font-weight: 700;
    font-family: 'SourceHanSansCN_Bold';
}

.Keep_Exploring .content .icon_content .box p {
    text-align: center;
    color: #535353;
    font-size: 2.5rem;
    line-height: 1.8em;
}

.Keep_Exploring .Honor_content_overflow {
    overflow: hidden;
}

.Keep_Exploring .Honor_content {
    width: 100%;
    /* padding-bottom: 6.5rem  ; */
    position: relative;
    overflow: visible;
    z-index: 100;
}

.Keep_Exploring .Honor_content .swiper-wrapper {
    align-items: end;
}

.Keep_Exploring .Honor_content_reflection .swiper-wrapper {
    align-items: flex-start;
}

.Keep_Exploring .Honor_content .box {
    width: auto;
    height: 49rem;
    position: relative;
    margin-right: 2.35%;
}

.Keep_Exploring .Honor_content .box .img {
    width: auto;
    height: 100%;
}

.Keep_Exploring .Honor_content .box .img img {
    width: auto;
    height: 100%;
    display: block;
}


.Keep_Exploring .Honor_content .box .reflection {
    height: 100%;
    overflow: hidden;
    width: auto ;
    z-index: 1;
    position: relative;
}

.Keep_Exploring .Honor_content .box .reflection::after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: linear-gradient(#043C6F, #426f9c0c);
    /* 白色到透明渐变 */
    mix-blend-mode: multiply;
    /* 与原图混合 */
    transform: scaleY(-1);
    /* 垂直翻转 */
    content: '';
}

.Keep_Exploring .Honor_content .box .reflection img {
    width: auto ;
    opacity: 0.3;
    transform: scaleY(-1);
    /* 垂直翻转 */
}

.Keep_Exploring .Honor_content .text {
    z-index: 300;
    transform: translateY(150%);
    position: absolute;
    width: 100%;
    bottom: 0px;
}

.Keep_Exploring .Honor_content .text span {
    display: block;
    color: #fff;
    font-size: 2.5rem;
    font-weight: 500;
    text-align: center;
}

.Keep_Exploring .Honor_content_reflection {
    position: relative;
    z-index: 10;
}

.Keep_Exploring .mask_layer {
    width: 100%;
    position: absolute;
    bottom: -3rem;
    z-index: 30;
    /* pointer-events: none; */
}

.Keep_Exploring .mask_layer img {
    width: 100%;
}

.Brand_News {
    width: 100%;
    /* background: #003264; */
    padding-bottom: 12.3rem;
    box-sizing: border-box;
    position: relative;
    z-index: 100;
    margin-top: -20rem;
}

.Brand_News .title {
    width: 100%;
    text-align: center;
    margin-bottom: 6rem;
}

.Brand_News .title h2 {
    font-size: 7.3rem;
    color: #FFF;
    font-family: 'MiSans';
    letter-spacing: 0.5rem;
}

.Brand_News .out {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 3.5rem 2%;
}

.Brand_News .out .box {
    width: 32%;
}

.Brand_News .out .box .img {
    width: 100%;
    height: 29rem;
    overflow: hidden;
}

.Brand_News .out .box .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 0.4s ease;
}

.Brand_News .out .box .text {
    width: 100%;
    background: #FFF;
    padding: 3.5rem 3rem 3.5rem 3.5rem;
    box-sizing: border-box;
}

.Brand_News .out .box .text time {
    color: #535353;
    font-size: 2.3rem;
    display: block;
    margin-bottom: 3.4rem;
    font-weight: 400;
    font-family: 'SourceHanSansCN_Regular';
}

.Brand_News .out .box .text h3 {
    color: #535353;
    font-size: 2.5rem;
    line-height: 1.2em;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* 限制为两行 */
    overflow: hidden;
    min-height: 9.4rem;
    font-family: 'SourceHanSansCN_Regular';
}

.Brand_News .out .box .text span {
    margin-left: auto;
    font-size: 2rem;
    color: #535353;
    font-weight: 400;
    width: 11.3rem;
    height: 3.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.1rem solid #9E9E9E;
    border-radius: 0.5rem;
    margin-top: 1rem;
    font-family: 'SourceHanSansCN_Regular';
}

.Brand_News .out .box:hover .img img {
    transform: scale(1.1);
}

.Brand_News .out .box:hover .text h3 {
    color: #085073;
}

.Hot_video {
    width: 100%;
    /* background: #003264; */
    padding-bottom: 11.2rem;
}

.Hot_video .title {
    width: 100%;
    text-align: center;
    margin-bottom: 6.4rem;
}

.Hot_video .title h2 {
    font-size: 7.3rem;
    color: #FFF;
    font-family: 'MiSans';
    letter-spacing: 0.5rem;
}



.Hot_video .out {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 8rem 2%;
}

.Hot_video .out .box {
    width: 32%;
}

.Hot_video .out .box .img {
    width: 100%;
    height: 26.8rem;
    overflow: hidden;
}

.Hot_video .out .box .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.Hot_video .out .box .text {
    font-size: 2rem;
    color: #FFF;
    font-weight: 400;
    margin-top: 2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制为两行 */
    overflow: hidden;

    font-family: 'SourceHanSansCN_Regular';

}

.public_title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}

.public_title h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 7.3rem;
    color: #095272;
    font-family: 'MiSans';
    line-height: 1;
    margin-bottom: 3rem;
    width:100%;
}

.public_title .Short_title {
    
}

.public_title h2 img {
    height: 6.4rem;
    display: block;
}

.public_title p {
    color: #005371;
    font-size: 3.6rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.2rem;
}

.cell_science {
    padding: 13.7rem 0px 22.7rem 0px;
    background: #F0F4F7;
}

.cell_science .container {
    max-width: 160rem;
}

.cell_science .out {
    margin-top: 13.1rem;
    display: flex;
    flex-wrap: wrap;
}

.cell_science .out .box {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cell_science .out .box .img {
    width: 24rem;
    height: 24rem;
    overflow: hidden;
    border-radius: 50%;
    /* border: 0.4rem solid #23526E; */
    box-sizing: border-box;
    margin-bottom: 4.8rem;
    overflow: hidden;
}

.cell_science .out .box .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 0.4s ease;
}

.cell_science .out .box .text h3 {
    font-size: 2.4rem;
    color: #23526e;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 3.8rem;
}

.cell_science .out .box .text p {
    color: #545454;
    font-size: 2rem;
    line-height: 1.2em;
    padding: 0px 4rem;
    text-align: center;
}



.Health_Encyclopedia {
    width: 100%;
    padding: 10rem 0px;
    background: #FFF;
}

.Health_Encyclopedia .out {
    margin-top: 7.3rem;
    display: flex;
    flex-wrap: wrap;
    gap: 6.7rem 2%;
}

.Health_Encyclopedia .out .box {
    width: 32%;
}

.Health_Encyclopedia .out .box .img {
    width: 100%;
    height: 31rem;
    overflow: hidden;
}

.Health_Encyclopedia .out .box .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 0.4s ease;
}

.Health_Encyclopedia .out .box .text {
    width: 100%;
    padding-top: 1.6rem;
}

.Health_Encyclopedia .out .box .text span {
    color: #015272;
    font-size: 2.3rem;
    font-weight: 400;
    display: block;
    margin-bottom: 1.4rem;
    font-family: 'SourceHanSansCN_Regular';
}

.Health_Encyclopedia .out .box .text h3 {
    color: #015272;
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 1.4rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: 'SourceHanSansCN_Bold';
}

.Health_Encyclopedia .out .box .text p {
    color: #535353;
    font-size: 3rem;
    line-height: 1.3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: 400;
    /* 限制为两行 */
    overflow: hidden;
    font-family: 'SourceHanSansCN_Regular';
}

.Health_Encyclopedia .out .box:hover .img img {
    transform: scale(1.1);
}

#footer {
    width: 100%;
    background: #005371;
    padding: 10rem 0px 7.4rem 0px;
    box-sizing: border-box;
}

#footer.Index_Footer {
    background: #003264;
}

#footer .logo_nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#footer .logo_nav .logo {
    width: 23rem;
}

#footer .logo_nav .logo img {
    width: 100%;
    display: block;
}

#footer .logo_nav ul {
    display: flex;
    align-items: center;
}

#footer .logo_nav ul li {
    margin-right: 6rem;
}

#footer .logo_nav ul li:last-child {
    margin-right: 0px;
}

#footer .logo_nav ul li a {
    color: #FFF;
    font-size: 2.626rem;
    font-weight: 500;
}

.footer_Contact {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-top: 11.6rem;
}

.footer_Contact .left {}

.footer_Contact .left h2 {
    color: #FFF;
    font-weight: 100;
    margin-bottom: 1rem;
    font-size: 1.8rem;
}

.footer_Contact .left .item {
    display: flex;
    align-items: center;
    margin: 1rem 0px;
}

.footer_Contact .left .item p {
    color: #FFF;
    font-weight: 100;
    font-size: 1.8rem;
}

.footer_Contact .left .item img {
    width: 1.8rem;
    display: block;
    margin-right: 0.7rem;
}

.footer_Contact .left .box:nth-child(2) {
    margin-top: 7.5rem;
    display: flex;
    align-items: center;
}

.footer_Contact .left .box p {
    color: #FFF;
    font-weight: 100;
    font-size: 1.8rem;
}

.footer_Contact .left .box:nth-child(2) p {
    margin-right: 9rem;
}

.footer_Contact .left .box a {
    font-weight: 400;
    color: #FFF;
    font-size: 1.8rem;
    margin-right: 9rem;
}

.footer_Contact .right {
    display: flex;
    align-items: flex-start;
}

.footer_Contact .right h2 {
    color: #FFF;
    font-weight: 100;
    margin-bottom: 1rem;
    font-size: 1.8rem;
    margin-right: 4rem;
}

.footer_Contact .right .img_box {
    display: flex;
}

.footer_Contact .right .img_box .img {
    width: 12.5rem;
    height: 12.5rem;
    background: #FFF;
    padding: 0.5rem;
}

.footer_Contact .right .img_box .img:nth-child(1) {
    margin-right: 2.4rem;
}

.footer_Contact .right .img_box .img img {
    width: 100%;
    height: 100%;
    display: block;
}

.Page_Navigation {
    width: 100%;
    margin-top: 7rem;
    background: #FFF;
    padding: 1.8rem 0px;
}

.Page_Navigation .container {
    max-width: 136rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Page_Navigation .out {
    display: flex;
    align-items: center;

}

.Page_Navigation .out a {
    color: #000000;
    font-size: 1.4rem;
    font-weight: 400;
}

.Page_Navigation .out span {
    display: block;
    margin: 0px 1rem;
}

.Page_Navigation .out span img {
    display: block;
    height: 1.3rem;
}

.Page_Navigation .Classification {
    display: flex;
    align-items: center;
}

.Page_Navigation .Classification a {
    color: #636363;
    font-size: 1.8rem;
    display: block;
    margin-right: 7rem;
}

.Page_Navigation .Classification a:last-child {
    margin-right: 0px;
}

.Brand_Introduction {
    padding: 9rem 0px 12rem 0px;
    background: #EDF2F5;
    margin-top: 3rem;
}

.Brand_Introduction .container {
    max-width: 124rem;
}

.Brand_Introduction h2 {
    color: #23526e;
    font-size: 7.2rem;
    margin-bottom: 4rem;
    text-align: center;
    font-family: 'MiSans';
}

.Brand_Introduction .text {
    margin-bottom: 6rem;
    width: 100%;
}

.Brand_Introduction .text p {
    font-size: 2.5rem;
    line-height: 1.4em;
    color: #000000;
    font-weight: 400;
    font-family: 'SourceHanSansCN_Regular';
}

.Brand_Introduction .video_box {
    width: 100%;
}

.Brand_Introduction .video_box video , .Brand_Introduction .video_box img {
    width: 100%;
    display: block;
    cursor: pointer;
}

.Keep_Exploring_About .content {
    background: #fff;
    min-height: auto;
}


.Honor_About {
    padding: 17.3rem 0px;
    background: #FDF9F1;
}

.Honor_About .Honor_img {
    width: 100%;
    margin-top: 10.9rem;
}

.Honor_About .Honor_img img {
    width: 100%;
    display: block;
}

.Honor_About .Logo_About {
    width: 100%;
    margin-top: 13rem;
}

.Honor_About .Logo_About img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.Honor_About .list {
    width: 100%;
    max-width: 130rem;
    margin: 0 auto;
    margin-top: -10rem;
    position: relative;
    z-index: 20;
}

.Honor_About .list .item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-bottom: 6.7rem;
}

.Honor_About .list .item:last-child {
    margin-bottom: 0px;
}

.Honor_About .list .item h3 {
    width: 22%;
    color: #015272;
    font-size: 3.6rem;
    font-weight: 600;
    font-family: 'SourceHanSansCN_Bold';
}

.Honor_About .list .item .txt {
    width: 88%;
    color: #535353;
    font-size: 2.5rem;
    line-height: 1.5em;
    font-family: 'SourceHanSansCN_Regular';
    font-weight: 400;
    box-sizing: border-box;
}

.Honor_About .list .item .txt li {
    width: 88%;
    color: #535353;
    font-size: 2.5rem;
    line-height: 1.5em;
    font-family: 'SourceHanSansCN_Regular';
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center;
}

.Honor_About .list .item .txt li::after {
    width: 0.7rem;
    height: 0.7rem;
    position: absolute;
    content: '';
    left: -2rem;
    background: #003264;
    border-radius: 50%;
}

.cell_science .text_Cell {
    width: 100%;
    margin-top: 16.5rem;
}

.cell_science .text_Cell .txt {
    color: #606060;
    font-size: 2.5rem;
    font-family: 'SourceHanSansCN_Regular';
    text-align: center;
    width: 100%;
    max-width: 112rem;
    margin: 0 auto;
    line-height: 1.7em;
    font-weight: 400;
}

.cell_science .text_Cell .Logo_imgBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 131rem;
    margin: 0 auto;
    margin-top: 16.5rem;
}

.cell_science .text_Cell .Logo_imgBox .img {
    height: 5.5rem;
    display: flex;
    align-items: center;
}

.cell_science .text_Cell .Logo_imgBox .img img {
    max-height: 100%;
    display: block;
    height: auto;
}

.International_Quality {
    padding: 16.5rem 0px 21rem 0px;
    background: #FFF;
}

.public_title .txt {
    max-width: 120rem;
    width: 100%;
    margin: 0 auto;
    color: #535353;
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.5em;
}

.International_Quality .list {
    width: 100%;
    max-width: 128.5rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 15.9rem 2%;
    margin-top: 13.9rem;
}


.International_Quality .list .item {
    width: 32%;
}

.International_Quality .list .item .img {
    width: 100%;
    height: 15.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.International_Quality .list .item .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    max-height: 100%;
}

.International_Quality .list .item .txt {
    color: #3f3f3f;
    font-size: 2.3rem;
    line-height: 1.5em;
    text-align: center;
    margin-top: 1rem;
}

.AMR_About {
    background: url(../images/uf1sBz.jpg) no-repeat center;
    background-size: cover;
    padding-top: 12.7rem;
    padding-bottom: 34rem;
    width: 100%;
}

.AMR_About .container {
    max-width: 140rem;
}

.AMR_About .text {
    width: 100%;
    margin-bottom: 10rem;
}

.AMR_About .text h2 {
    color: #ffffff;
    font-size: 7.3rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 1rem;
    font-family: 'MiSans';
}

.AMR_About .text h3 {
    color: #ffffff;
    font-size: 7.3rem;
    font-weight: 600;
    line-height: 1;
}

.AMR_About .text .txt {
    margin-top: 6rem;
    font-size: 2.5rem;
    color: #FFF;
    max-width: 61.4rem;
    width: 100%;
}

.AMR_About .AMR_Logo {
    width: 100%;
    display: flex;
}

.AMR_About .AMR_Logo img {
    height: 6.1rem;
    display: block;
    width: auto;
}

.product_pages {
    width: 100%;
    background: #EDF3F6;
    margin-top: 6rem;
}

.product_pages .Top_Content_mobile {
    display: block;
    margin-top: -7rem;
    overflow: hidden;
    border-radius: 1rem ;
}

.Product_Prod_out {
    width: 100%;

    margin-bottom: 11.2rem;
}

.Product_Prod_out .Prod_list {
    width: 100%;
    max-width: 131rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.Product_Prod_out .Prod_list .Prod_item {
    width: 25%;
    padding: 1rem;
    box-sizing: border-box;
}

.Product_Prod_out .Prod_list .Prod_item a {
    width: 100%;
    display: block;
    background: #FFF;
    padding: 4.2rem 2.9rem 3.2rem 2.9rem;
    box-sizing: border-box;
    border-radius: 0.6rem;
    overflow: hidden;
}

.Product_Prod_out .Prod_list .Prod_item h3 {
    color: #898989;
    font-size: 2rem ;
    text-align: center;
    letter-spacing: 0.2rem;
    font-weight: 500;
    margin-bottom: 3rem;
    min-height: 5.8rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 限制显示3行 */
    overflow: hidden;
    
}

.Product_Prod_out .Prod_list .Prod_item .img {
    width: 100%;
    height: 21rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4rem;
    overflow: hidden;
}

.Product_Prod_out .Prod_list .Prod_item .img img {
    width: auto;
    max-width:100%;
    height: 100%;
    display: block;
    object-fit: contain;
    transition: 0.4s ease;
}

.Product_Prod_out .Prod_list .Prod_item h4 {
    color: #898989;
    font-size: 1.8rem;
    line-height: 1.3em;
    font-weight: 500;
    margin-bottom: 2.5rem;
}

.Product_Prod_out .Prod_list .Prod_item .specification {
    width: 100%;
    border-top: 0.1rem solid #dad0d0;
    padding-top: 2rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Product_Prod_out .Prod_list .Prod_item .specification span {
    color: #898989;
    font-size: 1.8rem;
}

.Product_Prod_out .Prod_list .Prod_item a:hover .img img {
    transform: scale(0.97);
}

.Product_Prod_out .Prod_list .Prod_item a:hover h3 {
    color: #003264;
}

.Product_Prod_out .All_products {
    width: 100%;
    display: flex;
    justify-content: right;
    width: 100%;
    max-width: 131rem;
    margin: 0 auto;
    margin-top: 2rem;
    padding: 0px 1rem;
    box-sizing: border-box;
}

.Product_Prod_out .All_products a {
    padding: 0.5rem 2rem;
    box-sizing: border-box;
    border: 0.1rem solid #C3C7C9;
    border-radius: 0.8rem;
    color: #535353;
    font-size: 1.6rem;
}

.Product_Prod_out .title {
    width: 100%;
    width: 100%;
    max-width: 131rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5.8rem;
}

.Product_Prod_out .title img {
    height: 6rem;
    display: block;
    margin-right: 0.5rem;
}

.Product_Prod_out .title i {
    width: 100%;
    height: 0.3rem;
    display: block;
    background: #005371;
}


.Product_Prod_out .title h2 {
    color: #005371;
    font-size: 4rem;
    font-weight: 500;
    margin: 0px 5rem;
    flex: none;
    display: flex;
    align-items: center;
}

.Product_Prod_out:nth-child(3) .title h2 {
    color: #007d71;
}

.Product_Prod_out:nth-child(3) .title i {
    background: #007d71;
}


.Product_Prod_out:nth-child(4) .title h2 {
    color: #0f0106;
}

.Product_Prod_out:nth-child(4) .title i {
    background: #0f0106;
}

.product_pages {
    padding-bottom: 8rem;
}

.banner_Pages {
    width: 100%;
    position: relative;
}

.banner_Pages .img {
    width: 100%;
    height: 100%;
}

.banner_Pages .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.banner_Pages .container {
    max-width: 143rem;
    padding-top: 10rem;
    /*box-sizing: border-box;*/
}

.banner_Pages .text {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
}

.banner_Pages .text .txt {
    max-width: 125rem;
    width: 100%;
}

.banner_Pages .text h2 {
    color: #ffffff;
    font-size: 7.3rem;
    margin-bottom: 5rem;
    line-height: 1.2em;
    font-family: 'SourceHanSansCN_Bold';
}

.banner_Pages .text p {
    color: #FFF;
    font-size: 2.5rem;
    font-weight: 400;
    font-family: 'SourceHanSansCN_Regular';
}

.banner_Pages .text h3 {
    margin: 8rem 0px 4rem 0px;
    color: #FFF;
    font-size: 3.6rem;
    line-height: 1;
    font-family: 'SourceHanSansCN_Bold';
}

.technology_banner_Pages .img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.technology_banner_Pages .text {
    position: relative;
    z-index: 2;
}

.technology_banner_Pages .container {
    padding: 10rem 0px;
}

.nutrient {
    padding: 12.5rem 0px 0px 0px;
    box-sizing: border-box;

    background: url(../images/ripple.png) no-repeat center;
    background-color: #EEF1F3;
}

.nutrient .public_title .txt {
    font-size: 2.7rem;
}

.nutrient .out {
    padding-top: 11.8rem;
    padding-bottom: 46.3rem;
    width: 54.8rem;
    height: 74.2rem;
    margin: 0 auto;
    position: relative;
}

.nutrient .out .content_out {
    width: 100%;
    height: 100%;
    position: relative;
}

.nutrient .out .content_out img {
    width: 100%;
    height: 100%;
    display: block;
}

.nutrient .out .content {
    width: 149rem;
    height: 110rem;
    position: absolute;
    top: -11.5rem;
    left: 50%;
    transform: translateX(-50%);
}

.nutrient .out .row_box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.nutrient .out .row_box:last-child {
    transform: translateY(4.8rem);
}

.nutrient .out .row_box:nth-child(1) {
    margin-bottom: 18rem;
}

.nutrient .out .row_box:nth-child(1) .box {
    width: 100%;
    text-align: center;
}

.nutrient .out .row_box .box {
    width: 45.1rem;
}

.nutrient .out .row_box .box span {
    color: #045272;
    font-size: 3.2rem;
    display: block;
    font-weight: 500;
}

.nutrient .out .row_box .box b {
    color: #c30c00;
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 1.5rem;
    display: block;
}

.nutrient .out .row_box .box p {
    color: #535353;
    font-size: 2.4rem;
    line-height: 1.6em;
    /* font-weight: 400 ;
     font-family: 'SourceHanSansCN_Regular'; */
}

.nutrient .out .row_box:nth-child(2) {
    margin-bottom: 8.5rem;
}

.nutrient .out .row_box .box:nth-child(1) {
    text-align: right;
}


.nutrient .out .row_box:nth-child(4) .box,
.nutrient .out .row_box:nth-child(1) .box {
    text-align: center;
    margin: 0 auto;
}

.Omega-3 {
    width: 100%;
    padding: 15rem 0px;
    box-sizing: border-box;
    background: #FFF;
}

.Omega-3 .container {
    max-width: 136.2rem;
}

.Omega-3 .text {
    margin-top: 8rem;
    width: 100%;
}

.Omega-3 .text p {
    color: #535353;
    font-size: 2.5rem;
    line-height: 1.6em;
    text-align: justify;
    font-weight: 400;
    font-family: 'SourceHanSansCN_Regular';
}

.Omega-3 .text b {
    color: #045272;
    font-size: 3.6rem;
    margin: 4.5rem 0px 1.2rem 0px;
    display: block;
    font-family: 'SourceHanSansCN_Bold';
}

.Omega-3 .out {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 8rem;
}

.Omega-3 .out .box {
    width: 23%;
    border: 0.3rem solid #74CFD8;
    border-radius: 1rem;
    overflow: hidden;
    padding-top: 2.2rem;
    box-sizing: border-box;
}

.Omega-3 .out .box .txt {
    text-align: center;
}

.Omega-3 .out .box h3 {
    color: #045272;
    font-size: 3.6rem;
    margin-bottom: 1rem;
    line-height: 1;
    font-family: 'SourceHanSansCN_Bold';
}

.Omega-3 .out .box span {
    color: #636363;
    font-size: 2.5rem;
}

.Omega-3 .out .box .img {
    height: 27.5rem;
    overflow: hidden;
    margin: 0 auto ;
}

.Omega-3 .out .box .img img {
    height: 100%;
    display: block;
    object-fit: contain;
    margin: 0 auto ;
}

.video_Experimental {
    width: 100%;
    padding: 14rem 0px 16rem 0px;
    background: #EDF3F6;
}

.video_Experimental .container {
    max-width: 145rem;
}

.video_Experimental .out {
    width: 100%;
    margin-top: 8.5rem;
}

.video_Experimental .out video , .video_Experimental .out img {
    width: 100%;
    display: block;
        cursor: pointer;
}

.video_Experimental .public_title h2 {
    margin-bottom: 0px;
}

.Cell_core_Introduction {
    padding: 17rem 0px 12rem 0px;
    background: #FFF;
    box-sizing: border-box;
    width: 100%;
}

.Cell_core_Introduction .container {
    max-width: 125rem;
}

.Cell_core_Introduction .title {
    text-align: center;
}

.Cell_core_Introduction .title h2,
.Cell_core_Introduction .title h2 b {
    color: #045272;
    font-size: 7.3rem;
    margin-bottom: 2rem;
    font-weight: 600;
    font-family: 'SourceHanSansCN_Bold';
}


.Cell_core_Introduction .title p {
    color: #535353;
    font-size: 2.5rem;
    line-height: 1.5em;
}

.Cell_core_Introduction .out {
    width: 100%;
}

.Cell_core_Introduction .out .box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
    margin: 14.5rem 0px;
}

.Cell_core_Introduction .out .box:nth-child(3) {
    flex-direction: row-reverse;
}

.Cell_core_Introduction .out .box:last-child {
    margin-bottom: 0px;
}

.Cell_core_Introduction .out .box .left {
    width: 53%;
}

.Cell_core_Introduction .out .box .left h3 {
    color: #045272;
    font-size: 3.6rem;
    line-height: 1;
    margin-bottom: 1rem;
}

.Cell_core_Introduction .out .box .left b {
    color: #045272;
    font-size: 3.2rem;
    font-weight: 400;
    margin-bottom: 5rem;
    display: block;
}

.Cell_core_Introduction .out .box .left p {
    color: #535353;
    font-size: 2.5rem;
    line-height: 1.5em;
    margin-bottom: 4rem;
    font-weight: 400;
    font-family: 'SourceHanSansCN_Regular';
}

.Cell_core_Introduction .out .box .left .txt p:last-child {
    margin-bottom: 0px;
}

.Cell_core_Introduction .out .box .left h4 {
    color: #045272;
    font-size: 2.6rem;
    margin-bottom: 1rem;
}

.Cell_core_Introduction .out .box .right {
    width: 40%;
}

.Cell_core_Introduction .out .box .right img {
    max-width: 44.8rem;
    width: 100%;
    display: block;
}

.Encyclopedia_pages {
    width: 100%;
    margin-top: 24.8rem;
    padding-top: 0px;
    margin-bottom: 25rem;
}

.Encyclopedia_pages .container {
    width: 144.5rem;
}

.Encyclopedia_pages .out {
    justify-content: space-between;
    gap: 9rem 0px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 7.2rem;
}

.Encyclopedia_pages .out .box .img {
    height: 46.5rem;
}

.Encyclopedia_pages .out .box {
    width: 48%;
}

.Encyclopedia_pages .out .box .img {
    width: 100%;
    height: 31rem;
}

.Encyclopedia_pages .out .box .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.Encyclopedia_pages .out .box .text {
    width: 100%;
    padding-top: 3rem;
}

.Encyclopedia_pages .out .box .text span {
    color: #015272;
    font-size: 3.5rem;
    font-weight: 500;
    display: block;
    margin-bottom: 2rem;
    line-height: 1;
}

.Encyclopedia_pages .out .box .text h3 {
    color: #015272;
    font-size: 6.2rem;
    font-weight: 600;
    margin-bottom: 1.4rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    /* 限制为两行 */
    overflow: hidden;
    margin-bottom: 2.3rem;
}

.Encyclopedia_pages .out .box .text p {
    color: #535353;
    font-size: 2.5rem;
    line-height: 1.3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制为两行 */
    overflow: hidden;
}

.products_list_pages {
    margin: 12.5rem 0px 8rem 0px;
    width: 100%;
}


.products_list_pages .Product_Prod_out {
    margin-bottom: 0px;
}

.Products_banner {
    width: 100%;
    margin-top: 4.5rem;
    position: relative;
}

.Products_banner .swiper_banner {
    width: 100%;
}

.Products_banner .swiper_banner .swiper-slide {
    width: 100%;
}

.Products_banner .swiper_banner .swiper-slide img {
    width: 100%;
    display: block;
    border-radius: 1rem;
}

.Products_banner .swiper-pagination {
    bottom: -5rem;
}

.Products_banner .swiper-pagination .swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
    background: #DBDBDB;
    margin: 0px 1.3rem;
    opacity: 1;
}

.Products_banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #045272;
}

.Products_Details_carousel {
    margin-top: 17.5rem;
    margin-bottom: 19.2rem;
}

.Products_Details_carousel .container {
    max-width: 115rem;
    width: 100%;
    position: relative;
}

.Products_Details_carousel .swiper_banner {
    width: 34.8rem;
}

.Products_Details_carousel .swiper_banner .swiper-slide {
    width: 100%;
}

.Products_Details_carousel .swiper_banner .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.Products_Details_carousel .swiper-pagination {
    bottom: -9rem;
}

.Products_Details_carousel .swiper-pagination .swiper-pagination-bullet {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background: #DBDBDB;
    margin: 0px 2rem;
    opacity: 1;
}

.Products_Details_carousel .swiper-pagination .swiper-pagination-bullet-active {
    background: #045272;
}

.Products_Details_Content {
    width: 100%;
}

.Products_Details_Content .container {
    width: 100%;
    margin-top: 19.2rem;
    max-width: 115rem;
}

.Products_Details_Content .title {
    width: 100%;
    text-align: center;
    margin-bottom: 8rem;
}

.Products_Details_Content .title h2 {
    font-size: 7.4rem;
    color: #23526e;
}

.Products_Details_Content .out {
    padding: 0px 4.9rem 0px 7.6rem;
    padding-top: 4rem;
    width: 100%;
    border-top: 0.2rem solid #C0C0C0;
    box-sizing: border-box;
    border-bottom: 0.2rem solid #C0C0C0;
}

.Products_Details_Content .out .tit {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4rem;
}

.Products_Details_Content .out .tit h3 {
    color: #045272;
    font-size: 3.6rem;
    font-weight: 500;
}

.Products_Details_Content .out .tit img {
    width: 2rem;
    display: none;
}

.Products_Details_Content .out ul {
    width: 100%;
    padding-right: 4.6rem;
    box-sizing: border-box;
}

.Products_Details_Content .out ul li {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    position: relative;
    justify-content: space-between;
}

.Products_Details_Content .out ul li span {
    color: #535353;
    font-size: 2.5rem;
    font-weight: 400;
    background: #EDF2F5;
    position: relative;
    z-index: 3;
}

.Products_Details_Content .out ul li img {
    width: 100%;
    display: block;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
}

.Products_Details_Content .out ul li span:nth-child(1) {
    flex: none;
}

.Products_Details_Content .out ul li span:nth-child(3) {
    flex: none;
    display: block;
}

.Products_Details_Content .out ul li:last-child {
    margin:0px 0px  4.5rem  0px;
}

.Purchase_channels {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3.4rem 0px 11.5rem 0px;
    max-width: 95rem;
    margin: 0 auto;
}

.Purchase_channels h3 {
    color: #045272;
    font-size: 3.6rem;
    font-weight: 400;
}

.Purchase_channels .list {
    display: flex;
    flex-wrap: wrap;
    gap: 0px 3.6rem;
}

.Purchase_channels .list a img {
    width: 5.3rem;
    height: 5.3rem;
    display: block;
    object-fit: contain;
}

.New_product_recommendation {
    width: 100%;
    background: #F6F8FA;
    padding: 10rem 0px 12rem 0px;
}

.New_product_recommendation .container {
    max-width: 131rem;
}

.New_product_recommendation .Product_Prod_out {
    margin-bottom: 0px;
}

.New_product_recommendation .title {
    padding: 0px 1rem;
    box-sizing: border-box;
    margin-bottom: 4.5rem;
}

.New_product_recommendation .title h2 {
    font-size: 4rem;
    color: #095272;
    font-weight: 500;
    letter-spacing: 0.2rem;
}

.Encyclopedia_pages2 .out {
    margin-top: 0px;
}

.Details_article-Pages {
    width: 100%;
    padding-top: 13rem;
}

.Details_article-Pages .container {
    max-width: 144.2rem;
}

.Details_article-Pages .title {
    width: 100%;
    text-align: center;
    margin-bottom: 6rem;
}

.Details_article-Pages .title span {
    color: #545454;
    font-size: 2.5rem;
    display: block;
    margin-bottom: 4.5rem;
}

.Details_article-Pages .title h2 {
    color: #23526e;
    font-size: 7.4rem;
    font-weight: 600;
    font-family: 'SourceHanSansCN_Bold';
}

.Details_article-Pages .text {
    width: 100%;
    padding: 0px 3rem;
    box-sizing: border-box;
    border-bottom: 0.2rem solid #B6B6B6;
    padding-bottom: 9.1rem;
    color: #000;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.7em;
}

.Details_article-Pages .text ul[style*="list-style-type: disc"] {
    padding-left: 5rem ;
    box-sizing: border-box;
}

.Details_article-Pages .text p {
    color: #000;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.7em;
    font-family: 'SourceHanSansCN_Regular';
}

.Details_article-Pages .text img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.Details_article-Pages .text h3 {
    color: #407D95;
    font-size: 3.6rem;
    font-weight: 600;
    margin-bottom: 1rem;
    font-family: 'SourceHanSansCN_Bold';
}

.share_public {
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
    margin-top: 12.9rem;
}

.share_public h2 {
    color: #000000;
    font-size: 2.5rem;
    font-weight: 400;
    margin-right: 4rem;
}

.share_public .list {
    display: flex;
    align-items: center;
}

.share_public .list a {
    width: 5.5rem;
    height: 5.5rem;
    margin-right: 3rem;
    display: block;
}

.share_public .list a:last-child {
    margin-right: 0px;
}

.share_public .list a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.News_pages {
    width: 100%;
    margin: 15rem 0px;
}


.News_pages .out {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 3.5rem 2%;
}

.News_pages .out .box {
    width: 32%;
}

.News_pages .out .box .img {
    width: 100%;
    height: 29rem;
    overflow: hidden;
}

.News_pages .out .box .img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 0.4s ease;
}

.News_pages .out .box .text {
    width: 100%;
    background: #FFF;
    padding: 3.5rem 3rem 3.5rem 3.5rem;
    box-sizing: border-box;
}

.News_pages .out .box .text time {
    color: #535353;
    font-size: 2.3rem;
    display: block;
    margin-bottom: 2.4rem;
    font-weight: 400;
    font-family: 'SourceHanSansCN_Regular';
}

.News_pages .out .box .text h3 {
    color: #535353;
    font-size: 2.5rem;
    line-height: 1.5em;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* 限制为两行 */
    overflow: hidden;
    min-height: 9.4rem;
    font-family: 'SourceHanSansCN_Regular';
}

.News_pages .out .box .text span {
    margin-left: auto;
    font-size: 2rem;
    color: #535353;
    font-weight: 300;
    width: 11.3rem;
    height: 3.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.1rem solid #9E9E9E;
    border-radius: 0.5rem;
    margin-top: 1rem;
    font-family: 'SourceHanSansCN_Regular';
}

.News_pages .out .box:hover .img img {
    transform: scale(1.1);
}

.Contact_form {
    width: 100%;
    margin-top: 13.6rem;
    margin-bottom: 13.2rem;
}

.Contact_form h3 {
    color: #20516f;
    font-size: 6rem;
    margin-bottom: 6rem;
    font-family: 'MiSans';
    line-height: 1.3em;
}

.Contact_form span {
    color: #9fa0a0;
    font-size: 2.6rem;
    margin-bottom: 5rem;
    display: block;
}

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

.Contact_form form input {
    width: 49%;
    height: 6rem;
    border: 0.2rem solid #CECDCD;
    margin-bottom: 2rem;
    color: #9fa0a0;
    font-size: 1.8rem;
    padding: 0px 2rem;
    font-weight: 400;
    box-sizing: border-box;
    font-family: 'SourceHanSansCN_Regular';
}

.Contact_form form textarea {
    width: 100%;
    height: 16rem;
    padding: 2rem;
    box-sizing: border-box;
    color: #9fa0a0;
    font-size: 1.8rem;
    border: 0.2rem solid #CECDCD;
    font-weight: 400;
    font-family: 'SourceHanSansCN_Regular';
}

.Contact_form form button {
    width: 30rem;
    height: 6.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    background: #1F5170;
    font-size: 2.4rem;
    font-weight: 500;
    margin-top: 2.5rem;
}

.Contact_information {
    width: 100%;
    margin-bottom: 19rem;
}

.Contact_information h3 {
    color: #231815;
    font-size: 3.4rem;
    margin-bottom: 5.5rem;
}

.Contact_information .out {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0px 15rem;
}

.Contact_information .out .box {
    display: flex;
    align-items: center;
}

.Contact_information .out .box img {
    height: 4rem;
    width: 3.8rem;
    object-fit: contain;
    margin-right: 3rem;
}

.Contact_information .out .box p {
    color: #231815;
    font-size: 2.5rem;
    font-weight: 400;
    font-family: 'SourceHanSansCN_Regular';
}

.Contact_Follow {
    width: 100%;
    margin-bottom: 7.5rem;
}

.Contact_Follow .container {
    display: flex;
    align-items: flex-start;
}

.Contact_Follow h3 {
    color: #231815;
    font-size: 3.4rem;
    margin-right: 22.5rem;
}

.Contact_Follow .out {
    display: flex;
    justify-content: center;
    gap: 0px 20rem;
}

.Contact_Follow .out .box p {
    color: #231815;
    font-size: 2.5rem;
    text-align: center;
    font-weight: 400;
    font-family: 'SourceHanSansCN_Regular';
}

.Contact_Follow .out .box img {
    width: 21.2rem;
    height: 21.2rem;
    display: block;
    margin-bottom: 1rem;
}


.menubtn {
    width: 28.44px;
    height: 28.44px;
    position: relative;
    cursor: pointer;
    display: none;
    align-items: center;
}

.menubtn span {
    display: block;
    width: 28.44px;
    height: 3px;
    background: #FFF;
    position: relative;
    vertical-align: middle;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
}

.menubtn span:after,
.menubtn span:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 3px;
    left: 0;
    background-color: #FFF;
    -webkit-transition-duration: .3s, .3s;
    -moz-transition-duration: .3s, .3s;
    -ms-transition-duration: .3s, .3s;
    -o-transition-duration: .3s, .3s;
    transition-duration: .3s, .3s;
    -webkit-transition-delay: .3s, 0s;
    -moz-transition-delay: .3s, 0s;
    -ms-transition-delay: .3s, 0s;
    -o-transition-delay: .3s, 0s;
    transition-delay: .3s, 0s;
}

.menubtn span:before {
    top: -10px;
    -webkit-transition-property: top, transform;
    -moz-transition-property: top, transform;
    -ms-transition-property: top, transform;
    -o-transition-property: top, transform;
    transition-property: top, transform;
}

.menubtn span:after {
    bottom: -10px;
    -webkit-transition-property: bottom, transform;
    -moz-transition-property: bottom, transform;
    -ms-transition-property: bottom, transform;
    -o-transition-property: bottom, transform;
    transition-property: bottom, transform;
}

.menubtn.active span {
    background-color: transparent;
    -webkit-transition-delay: 0s, 0s;
    -moz-transition-delay: 0s, 0s;
    -ms-transition-delay: 0s, 0s;
    -o-transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
}

.menubtn.active span:after,
.menubtn.active span:before {
    -webkit-transition-delay: 0s, .3s;
    -moz-transition-delay: 0s, .3s;
    -ms-transition-delay: 0s, .3s;
    -o-transition-delay: 0s, .3s;
    transition-delay: 0s, .3s
}

.menubtn.active span:before {
    top: 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menubtn.active span:after {
    bottom: 0px;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


.Mobile_navigation {
    width: 100%;
    background: #085073;
    box-shadow: 0px 1rem 1rem #0000001e;
    padding: 2rem 0px;
    box-sizing: border-box;
    display: none;
}

.Mobile_navigation.show {
    display: block;
}

.Mobile_navigation ul li {
    width: 100%;
    padding: 1rem 1.5rem;
    box-sizing: border-box;
}

.Mobile_navigation ul li .title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Mobile_navigation ul li .title a {
    width: 100%;
    color: #fff;
    font-size: 1.8rem;
}

.Mobile_navigation ul li .title svg {
    width: 3rem;
    height: 3rem;
}

.Mobile_navigation ul li .list {
    width: 100%;
    padding: 1.5rem 2rem;
    box-sizing: border-box;
    display: none;
}

.Mobile_navigation ul li .list a {
    width: 100%;
    padding: 1rem 0px;
    display: block;
    color: #333;
    font-size: 1.6rem;
}

.Mobile_navigation ul li.active {
    background: #545454;
}

.Mobile_navigation ul li.active svg {
    fill: #FFF;
}

.Mobile_navigation ul li.active a {
    color: #FFF;
}

.Mobile_navigation ul {
    display: block !important;
}

.Mobile_navigation ul li {
    display: block !important;
}

.popup_out {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
    display: none;
}

.popup_out .popup_box {
    width: 96%;
    max-width: 80rem;
    height: 45rem;
    border-radius: 1rem;
    background: #FFF;
    box-shadow: 0px 0px 0.3rem 0.1rem rgba(124, 134, 255, 0.16);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 1rem;
    box-sizing: border-box;
}

.popup_out .popup_box video , .popup_out .popup_box iframe {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.popup_out .popup_box .guanbi {
    position: absolute;
    right: 0rem;
    top: -4rem;
    font-size: 2.4rem;
    font-weight: bold;
    color: #FFF;
    cursor: pointer;
}

#Search_window {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    transition: all .3s ease-in-out;
    background: #000;
    z-index: 9999999;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
}

#Search_window.active {
    visibility: visible;

    opacity: 1;
}

#Search_window .Close {
    position: absolute;
    top: 2.4rem;
    right: 2.4rem;
    cursor: pointer;
}

#Search_window .Close svg {
    width: 2.4rem;
    height: 2.4rem;
    fill: #FFF;
}

#Search_window form {
    width: 97%;
    max-width: 80rem;
    height: 6.6rem;
    border: 0.1rem solid #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0.2rem;
    display: flex;
    align-items: center;
    position: relative;
}

#Search_window form input {
    width: 100%;
    height: 100%;
    padding: 1.6rem 0.8rem 1.6rem 1.6rem;
    box-sizing: border-box;
    font-size: 2rem;
    color: #ffffff;
    background: none;
    border: none;
    outline: none;
    transition: all 0.3s ease-in-out;
}

#Search_window form button {
    width: 7rem;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    padding: 0.8rem 1.2rem 0.7rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    cursor: pointer;
    flex: none;
}

#Search_window form button svg {
    width: 1.7rem;
    height: 1.7rem;
    fill: #FFF;
    border: none;
}

#Search_window form input:focus {
    border: none;
    box-shadow: 0.6rem 0.7rem 0 0 #f2eee2;
    border-radius: 0.3rem;
}

.button_public {
    width: 24rem;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 2.5rem;
    background: #003264;
    margin: 0 auto;
    margin-top: 10rem;
}

.Brand_News .button_public,
.Hot_video .button_public {
    background: #FFF;
    color: #003264;
}


.Honor_About .Honor_content_overflow {
    overflow: hidden;
    margin-top: 11rem;
}

.Honor_About .Honor_content {
    width: 100%;
    /* padding-bottom: 6.5rem  ; */
    position: relative;
    overflow: visible;
    z-index: 10;
}

.Honor_About .Honor_content .swiper-wrapper {
    align-items: end;
}

.Honor_About .Honor_content_reflection .swiper-wrapper {
    align-items: flex-start;
}

.Honor_About .Honor_content .box {
    /* width: 22.841% ; */
    width: auto;
    height: 32.7rem;
    position: relative;
    margin-right: 2%;
}

.Honor_About .Honor_content .box .img {
    /* width: 100%; */
    height: 100%;
}

.Honor_About .Honor_content .box .img img {
    width: auto;
    height: 100%;
    display: block;
}


.Honor_About .Honor_content .box .reflection {
    height: 100%;
    overflow: hidden;
    width: auto ;
    z-index: 1;
    position: relative;
}

.Honor_About .Honor_content .box .reflection::after {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: linear-gradient(#FDF9F1, #fdf9f1, #fdf9f1c0, #fdf9f105);
    /* 白色到透明渐变 */
    /* mix-blend-mode: multiply; */
    /* 与原图混合 */
    transform: scaleY(-1);
    /* 垂直翻转 */
    content: '';
    z-index: 5;
}

.Honor_About .Honor_content .box .reflection img {
    width: auto ;
    opacity: 0.4;
    transform: scaleY(-1);
    z-index: 2;
    position: relative;
    /* 垂直翻转 */
}

.Honor_About .Honor_content_reflection {
    position: relative;
    z-index: 10;
    pointer-events: none;
}

.News_Hot_video {
    background: #003264;
    padding-top: 10rem;
}

.News_Hot_video .out .box .img {
    height: 29rem;
}

.News_Hot_video .out .box {
    width: 32%;
    cursor: pointer;
}


.banner_Home {
    height: 100vh;
    width: 100%;
    position: relative;
    display: none;
}

.banner_Home img {
    width: 100%;
    height: 100vh;
    display: block;
    object-fit: cover;
}

.banner_Home .icon {
    position: absolute;
    bottom: 0rem;
    left: 50%;
    transform: translateX(-50%);
}

.banner_Home .icon svg {
    width: 3rem;
    height: 3rem;
    fill: #085073;
    animation: HIes_identifier 1.2s ease alternate infinite;
}

.International_language {
    position: fixed ;
    width: 100% ;
    height: 100% ;
    top: 0px ;
    left: 0px ;
    z-index: 99999 ;
    background: rgba(0, 0, 0,0.8);
    display: none ;
}

.International_language ul {
    width: auto ;
    height: auto ;
    background: white ;
    padding: 0.6rem  1.6rem  ;
    box-sizing: border-box ;
    position: absolute ;
    top: 50% ;
    left: 50% ;
    transform: translate(-50%,-50%);
}

.International_language ul  li a {
    width: 100% ;
    display: flex ;
    align-items: center ;
    color: #003264 ;
    font-size: 1.5rem ;
    padding: 0.6rem 0px ;
    border-bottom: 0.1rem solid #cccccc ;
}

.International_language ul  li img {
    width: 2.4rem ;
    height:2.4rem ;
    display: block ;
    margin-right: 0.6rem ;
}

.International_language ul  li.active a {
    font-weight: bold ;
}

.References {
    width: 100% ;
    margin-bottom: 10rem ;
}

.References .container {
    max-width: 125rem ;
}

.References h2 {
    color: #1a1a1a;
    font-size: 2rem;
    margin-bottom: 2rem;
}

.References ul {
    width: 100% ;
}

.References ul li {
    color: #767676;
    font-size: 1.4rem;
    line-height: 1.7em;
    padding: 0.6rem 0px;
    font-weight: 400 ;
}


.Pagination_out {
    display: flex;
    margin-top: 7rem;
    width: 100%;
    justify-content: center;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 2rem auto;
    border-radius: 0.4rem;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #005371;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #005371;
    border-color: #005371;
    cursor: default;
}

.ccwl_Technical_support {
    position: absolute ;
    left: 50% ;
    transform: translateX(-50% );
    bottom: 0;
    opacity: 0 ;
    visibility: hidden ;
    font-size: 1.6rem ;
}

@keyframes HIes_identifier {
    0% {
        bottom: 5rem;
    }

    100% {
        bottom: 2rem;
    }
}

@media (max-width:1024px) {
    .container {
        padding: 0px 5%;
        box-sizing: border-box;
    }

    .product .Top_Content .title h2 {
        font-size: 5rem;
    }

    .product .Top_Content .title img {
        height: 4.8rem;
    }

    .product .Top_Content .title p {
        font-size: 3.6rem;
        letter-spacing: 0.6rem;
    }

    .product .Top_Content .age_list .age_item .Character {
        height: 19rem;
    }

    .product .Top_Content .age_list .age_item .age_box b,
    .product .Top_Content .age_list .age_item .age_box span {
        font-size: 5rem;
    }

    .Product_list .Product_item .icon img {
        height: 4rem;
    }

    .Product_list .Product_item .icon {
        margin-bottom: 1rem;
    }

    .Product_list .Product_item span {
        font-size: 2rem;
    }

    .swiper_Product_list .Product_swiper .swiper-slide .img {
        width: 100%;
    }

    .swiper_Product_list .Product_swiper .swiper-slide .img {
        height: 20rem;
    }

    .swiper_Product_list .Product_swiper .swiper-slide .text h2 {
        font-size: 2rem;
    }

    .product .Product_out_swiper {
        margin-top: 10rem;
    }

    .Keep_Exploring {
        padding-top: 7rem;
    }

    .Keep_Exploring .title h2 {
        font-size: 5rem;
    }

    .Keep_Exploring .title p {
        font-size: 2rem;
    }

    .Keep_Exploring .content .icon_content .box .icon {
        height: 10rem;
        margin-bottom: 2rem;
    }

    .Keep_Exploring .content .icon_content .box h3 {
        font-size: 2.6rem;
        margin-bottom: 3rem;
    }

    .Keep_Exploring .content .icon_content .box p {
        font-size: 2rem;
    }

    .Keep_Exploring .Honor_content .box {
        height: 31rem;
    }

    .Keep_Exploring .Honor_content .text span {
        font-size: 2rem;
    }

    .Brand_News {
        margin-top: -10rem;
    }

    .Brand_News .title h2,
    .Hot_video .title h2 {
        font-size: 5rem;
    }

    .Brand_News .out .box .img {
        height: 19rem;
    }

    .Brand_News .out .box .text {
        padding: 2rem;
    }

    .Brand_News .out .box .text time {
        margin-bottom: 1rem;
        font-size: 1.8rem;
    }

    .Brand_News .out .box .text h3 {
        font-size: 2rem;
    }

    .Brand_News .out .box .text span {
        font-size: 1.6rem;
    }

    .button_public {
        font-size: 2rem;
        width: 20rem;
        height: 4.5rem;
    }

    .Hot_video .out .box .img {
        height: 18rem;
    }

    .public_title h2 img {
        height: 4.6rem;
    }

    .public_title h2 {
        font-size: 5rem;
    }

    .cell_science {
        padding: 8rem 0px;
    }

    .public_title p {
        font-size: 2rem;
    }

    .cell_science .out .box .img {
        height: 17rem;
        width: 17rem;
    }

    .cell_science .out .box .text h3 {
        font-size: 2rem;
        min-height: 5.8rem;
        margin-bottom: 2rem;
    }

    .cell_science .out .box .text p {
        padding: 0px;
        font-size: 1.8rem;
    }

    .Health_Encyclopedia {
        padding: 8rem 0px;
    }

    .Health_Encyclopedia .out .box .img {
        height: 20rem;
    }

    .Health_Encyclopedia .out .box .text span {
        font-size: 1.8rem;
    }

    .Health_Encyclopedia .out .box .text h3 {
        font-size: 2.6rem;
    }

    .Health_Encyclopedia .out .box .text p {
        font-size: 2rem;
    }

    #footer .logo_nav .logo {
        width: 19%;
    }

    #footer .logo_nav ul li a {
        font-size: 2rem;
    }

    #footer {
        padding: 7rem 0px;
    }

    .footer_Contact .left .box a:last-child {
        margin-right: 0px;
    }

    .footer_Contact .left .box a,
    .footer_Contact .left .box:nth-child(2) p {
        margin-right: 3rem;
    }

    .Brand_Introduction {
        margin-top: 0px;
    }

    .Brand_Introduction h2 {
        font-size: 5rem;
    }

    .Brand_Introduction .text p {
        font-size: 2rem;
    }

    .Keep_Exploring .content .icon_content {
        padding-bottom: 8rem;
    }

    .Honor_About {
        padding: 10rem 0px;
    }

    .Honor_About .Honor_content_overflow {
        margin-top: 7rem;
    }

    .Honor_About .list .item h3 {
        font-size: 3rem;
    }

    .Honor_About .list .item .txt,
    .Honor_About .list .item .txt li {
        font-size: 2rem;
    }

    .Honor_About .list .item .txt {
        padding-left: 3rem;
        box-sizing: border-box;
    }

    .cell_science .text_Cell .txt {
        font-size: 2rem;
        line-height: 1.7em;
    }

    .cell_science .text_Cell {
        margin-top: 8rem;
    }

    .cell_science .text_Cell .Logo_imgBox {
        margin-top: 6rem;
        flex-wrap: wrap;
        justify-content: space-between;
    }


    .cell_science .text_Cell .Logo_imgBox .img {
        width: 32%;
    }

    .cell_science .text_Cell .Logo_imgBox .img img {
        width: 100%;
    }

    .International_Quality {
        padding: 8rem 0px;
    }

    .public_title .txt {
        font-size: 2rem;
    }

    .International_Quality .list .item .txt {
        font-size: 2rem;
    }

    .International_Quality .list {
        gap: 4rem 2%;
    }

    .AMR_About .text h2 {
        font-size: 5rem;
    }

    .AMR_About .text .txt {
        font-size: 2rem;
        line-height: 1.7em;
    }

    .product_pages .Top_Content_mobile .container {
        padding: 0px;
    }

    .Product_Prod_out .Prod_list .Prod_item {
        width: 33.33%;
    }

    .Products_Details_Content .title h2 {
        font-size: 5rem;
    }

    .Products_Details_carousel {
        margin: 8rem 0px;
    }

    .Products_Details_carousel .swiper_banner {
        width: 27rem;
    }

    .Products_Details_Content .out .tit h3,
    .Purchase_channels h3 {
        font-size: 3rem;
    }

    .Products_Details_Content .out ul li span {
        font-size: 2rem;
    }

    .technology_banner_Pages .container {
        padding: 8rem 3%;
    }

    .banner_Pages .text h2 {
        font-size: 5rem;
        margin-bottom: 3rem;
    }

    .banner_Pages .text p {
        font-size: 2rem;
    }

    .banner_Pages .text h3 {
        font-size: 3rem;
    }


    .nutrient {
        padding: 8rem 0px;
    }

    .nutrient .public_title .txt {
        font-size: 2rem;
    }

    .nutrient .out .content {
        width: 100%;
        position: relative;
        height: auto;
    }

    .nutrient .out {
        width: auto;
        height: auto;
        padding-bottom: 0px;
        padding-top: 6rem;
    }

    .nutrient .out .row_box .box span {
        font-size: 2.6rem;
    }

    .nutrient .out .row_box .box b {
        font-size: 3rem;
    }

    .nutrient .out .row_box .box p {
        font-size: 2rem;
    }


    .nutrient .out .content_out img {
        display: none;
    }

    .nutrient .out .row_box:nth-child(1) {
        margin-bottom: 0px;
    }

    .nutrient .out .row_box:nth-child(4) .box,
    .nutrient .out .row_box:nth-child(1) .box {
        text-align: left;
    }

    .nutrient .out .row_box:nth-child(2) {
        margin-bottom: 0px;
    }

    .nutrient .out .row_box {
        flex-wrap: wrap;

    }

    .nutrient .out .row_box .box,
    .nutrient .out .row_box .box:nth-child(1) {
        width: 100%;
        margin-bottom: 4rem;
    }

    .nutrient .out .row_box .box:nth-child(1) {
        text-align: left;
    }

    .nutrient .out .content {
        top: 0px;
    }

    .Omega-3 {
        padding: 7rem 0px;
    }

    .Omega-3 .text p {
        font-size: 2rem;
    }

    .Omega-3 .text b {
        display: block;
        font-size: 3rem;
    }


    .Omega-3 .out .box h3 {
        font-size: 3rem;
    }

    .Omega-3 .out .box span {
        font-size: 1.8rem;
    }

    .Omega-3 .out .box .img {
        height: 19rem;
    }

    .Cell_core_Introduction .title h2 {
        font-size: 5rem;
    }

    .Cell_core_Introduction .title p {
        font-size: 2rem;
    }

    .Cell_core_Introduction,
    .video_Experimental {
        padding: 8rem 0px;
    }

    .Cell_core_Introduction .out .box .left h3 {
        font-size: 3rem;
    }


    .Cell_core_Introduction .out .box .left b {
        font-size: 2.6rem;
    }

    .Cell_core_Introduction .out .box .left p {
        font-size: 2rem;
    }

    .banner_Pages .img {
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .banner_Pages .text {
        position: relative;
    }

    .banner_Pages .container {
        padding: 8rem 3%;
    }

    .Details_article-Pages .title h2 {
        font-size: 5.5rem;
    }

    .News_pages .out .box .img {
        height: 19rem;
    }

    .News_Hot_video {
        padding-top: 6rem ;
    }

    .News_pages {
        margin: 3rem  0px 5rem 0px;
    }

    .News_pages .out .box .text {
        padding: 2rem;
    }

    .News_pages .out .box .text time {
        margin-bottom: 1rem;
        font-size: 1.8rem;
    }

    .News_pages .out .box .text h3 {
        font-size: 2rem;
    }

    .News_pages .out .box .text span {
        font-size: 1.6rem;
    }


    .Contact_form h3 {
        font-size: 5.5rem;
    }

    .Contact_form {
        margin: 5rem 0px;
    }

    .Contact_Follow .container {
        justify-content: space-between;
    }

    .Contact_Follow h3 {
        margin-right: 0px;
    }

    .Contact_Follow .out {
        gap: 0px 5rem;
    }

    .Contact_information .out .box {
        margin: 2rem 0px;
    }

    .nav .right ul {
        display: none;
    }

    .menubtn {
        display: flex;
    }

    .swiper_Product_list .Product_swiper .swiper-slide {
        width: 25%;
    }

    .product .slide_left,
    .product .slide_right {
        height: 60.3rem;
    }

.nutrient .out .row_box:last-child{
        transform: translateY(0rem);
}

}


@media (max-width: 768px) {

    .menubtn {
        display: flex;
    }

    .Mobile_hidden {
        display: none ;
    }

    .nav .right ul {
        display: none;
    }

    .product .Top_Content .title img {
        height: 3.6rem;
        margin-left: 1rem;
        margin-right: 2rem;
    }

    .product .Top_Content .title h2 {
        font-size: 4rem;
    }

    .product .Top_Content .title p {
        font-size: 2.6rem;
    }

    .product .Top_Content .age_list .age_item .Character {
        height: 16rem;
    }

    .product .Top_Content .age_list .age_item .age_box b,
    .product .Top_Content .age_list .age_item .age_box span {
        font-size: 4rem;
    }

    .product .Top_Content {
        padding-top: 5rem;
    }

    .swiper_Product_list .Product_swiper .swiper-slide {
        width: 25%;
    }

    .swiper_Product_list .Product_swiper .swiper-slide .img {
        height: 19rem;
    }

    .swiper_Product_list .swiper_item .swiper-button-next,
    .swiper_Product_list .swiper_item .swiper-button-prev {
        width: 5.5rem;
        height: 5.5rem;
    }

    .product {
        padding-bottom: 7rem;
    }

    .Keep_Exploring .title h2 {
        font-size: 3.7rem;
        margin-bottom: 4rem;
    }

    .Keep_Exploring .title p {
        font-size: 1.8rem;
    }

    .Keep_Exploring .content .icon_content .box {
        width: 32%;
    }

    .Keep_Exploring .content .icon_content .box p {
        font-size: 1.7rem;
    }

    .Brand_News .out {
        justify-content: space-between;
    }

    .Brand_News .out .box {
        width: 48%;
    }

    .cell_science .out {
        justify-content: space-between;
        gap: 3rem 0px;
    }

    .cell_science .out .box {
        width: 48%;
    }

    .public_title h2 img {
        height: 4rem;
    }

    .public_title h2 {
        font-size: 4.6rem;
    }

    .Health_Encyclopedia .out {
        justify-content: space-between;
    }

    .Health_Encyclopedia .out .box {
        width: 48%;
    }

    .footer_Contact {
        flex-wrap: wrap;
        margin-top: 6rem;
    }

    .footer_Contact .left {
        width: 100%;
        margin-bottom: 5rem;
    }

    .footer_Contact .left .box:nth-child(2) {
        margin-top: 4rem;
    }

    .cell_science .out .box .text h3 {
        min-height: auto;
    }

    .Brand_Introduction h2 {
        font-size: 4rem;
    }

    .Honor_About .Honor_content .box {
        height: 31rem;
    }

    .Honor_About .list .item h3 {
        font-size: 2.6rem;
    }

    .Honor_About .list {
        margin-top: -15rem;
    }

    .International_Quality .list .item .txt {
        font-size: 1.8rem;
    }

    .International_Quality .list .item .img {
        height: 10rem;
    }

    .AMR_About .text h2 {
        font-size: 4rem;
    }

    .Product_Prod_out .Prod_list .Prod_item {
        width: 50%;
    }

    .Products_Details_carousel .swiper_banner {
        width: 20rem;
    }

    .Products_Details_Content .title h2 {
        font-size: 4rem;
    }

    .Products_Details_Content .out ul li:last-child span:nth-child(1) {
        flex: auto;
    }

    .banner_Pages .text h2 P {
        font-size: 4.6rem;
    }

    .Omega-3 .out {
        flex-wrap: wrap;
        gap: 3rem 0px;
        justify-content: space-between;
    }

    .Omega-3 .out .box {
        width: 49%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .Page_Navigation .Classification {
        width: 100%;
        margin-top: 2rem;
        gap: 2rem;
    }

    .Page_Navigation .container {
        flex-wrap: wrap;
    }

    .Page_Navigation .Classification a {
        margin-right: 0px;
    }

    .Details_article-Pages .text {
        padding: 0px;
    }

    .Details_article-Pages .title h2 {
        font-size: 4rem;
    }

    .Details_article-Pages .text h3 {
        font-size: 3rem;
    }

    .News_pages .out {
        justify-content: space-between;
    }

    .News_pages .out .box {
        width: 48%;
    }

    .product .slide_left,
    .product .slide_right {
        height: 45.3rem;
    }


}


@media (max-width:520px) {
    .banner {
        display: none;
    }

    .banner_Home {
        display: block;
    }

    .product .Top_Content .title h2 {
        font-size: 3rem;
    }

    .product .Top_Content .title img {
        height: 2.4rem;
        margin-right: 1rem;
    }

    .product .Top_Content .title p {
        font-size: 1.6rem;
        letter-spacing: 0.3rem;
    }

    .product .Top_Content .age_list {
        display: none;
    }

    .product .Top_Content_mobile {
        display: block;
    }

    .product .Top_Content {
        display: none;
    }

    .Product_list .Product_item span {
        font-size: 1.6rem;
    }

    .Product_list .Product_item a {
        padding: 1rem 0px;
    }

    .Product_list .Product_item .icon img {
        height: 3.5rem;
    }

    .swiper_Product_list .Product_swiper .swiper-slide {
        width: 33.333%;
    }

    .swiper_Product_list .Product_swiper .swiper-slide .img {
        height: 14rem;
    }

    .swiper_Product_list .Product_swiper .swiper-slide .text h2 {
        font-size: 1.6rem;
    }

    .swiper_Product_list .swiper_item .swiper-button-next,
    .swiper_Product_list .swiper_item .swiper-button-prev {
        width: 3.5rem;
        height: 3.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border: none ;
    }

    .swiper_Product_list .swiper_item .swiper-button-next {
        right: -3% ;
    }

    .swiper_Product_list .swiper_item .swiper-button-prev {
        left: -3% ;
    }

    .swiper_Product_list .swiper_item .swiper-button-prev::after,
    .swiper_Product_list .swiper_item .swiper-button-next::after {
        font-size: 1.6rem;
        line-height: 1;
    }

    .Keep_Exploring .title h2 {
        font-size: 3rem;
        margin-bottom: 3rem;
    }

    .Keep_Exploring .title h2 span {
        display: none ;
    }

    .Keep_Exploring .title h2 b{
        display: block ;
    }

    .Keep_Exploring .title p {
        font-size: 1.6rem;
    }

    .Keep_Exploring .content .icon_content .box {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        margin: 2rem 0px;
    }

    .Keep_Exploring .content .icon_content .box .icon {
        height: 8rem;
        width: 23%;
    }

    .Keep_Exploring .content .icon_content .box .icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
        margin: 0 auto;
    }


    .Keep_Exploring .content .icon_content .box .txt {
        width: 75%;
    }

    .Keep_Exploring .content .icon_content .box h3 {
        margin-bottom: 1rem;
        font-size: 2.6rem;
        text-align: left;
    }

    .Keep_Exploring .content .icon_content .box p {
        font-size: 1.6rem;
        text-align: left;
    }

    .Keep_Exploring .content .icon_content {
        padding-top: 4rem;
        padding-bottom: 24rem ;
    }

    .Keep_Exploring_About .content .icon_content{
        padding-bottom: 4rem ;
    }

    .Keep_Exploring .Honor_content .box {
        height: 20rem;
    }

    .Keep_Exploring .Honor_content .text {
        transform: translateY(130%);
    }

    .Keep_Exploring .Honor_content .text span {
        font-size: 1.5rem;
    }

    .Brand_News {
        margin-top: -5rem;
    }

    .Brand_News .title h2,
    .Hot_video .title h2 {
        font-size: 4rem;
    }

    .Brand_News .out .box .img {
        height: 15rem;
    }

    .Brand_News .out .box .text {
        padding: 1.5rem;
    }

    .Brand_News .out .box .text h3 {
        font-size: 1.7rem;
        min-height: auto;
    }

    .Brand_News .out .box .text time {
        font-size: 1.5rem;
    }

    .Hot_video .out .box .img {
        height: 13rem;
    }

    .Hot_video .out {
        gap: 4rem 0px;
    }

    .Hot_video .out .box .text {
        font-size: 2rem;
    }

    .Hot_video {
        padding-bottom: 6rem;
    }

    .public_title h2 img {
        height: 2.4rem;
    }

    .public_title h2 {
        font-size: 2.8rem;
        margin-bottom: 2rem;
        line-height: 1.3em;
        text-align: center;
        flex-wrap: wrap ;
    }

    .Short_title {
        flex-wrap: nowrap !important;
    }

    .public_title h2 span {
        display: none ;
    }

    .public_title h2 b {
        width: 100% ;
        display: block ;
    }

    .Brand_Introduction {
        padding: 6rem 0px ;
    }

    .Honor_About .Honor_content_overflow {
        margin-top: 4rem ;
    }

    .public_title p {
        font-size: 1.6rem;
    }

    .cell_science .out {
        margin-top: 6rem;
    }

    .cell_science .out .box .img {
        width: 14rem;
        height: 14rem;
        margin-bottom: 2rem;
    }

    .cell_science .out .box .text h3 {
        min-height: 5.8rem;
    }

    .cell_science .out .box .text p {
        font-size: 1.6rem;
    }

    .Health_Encyclopedia .out .box .img {
        height: 14rem;
    }

    .Health_Encyclopedia .out {
        gap: 4rem 0px;
    }

    .Health_Encyclopedia .out .box .text span {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }

    .Health_Encyclopedia .out .box .text h3 {
        font-size: 2rem;
    }

    .Health_Encyclopedia .out .box .text p {
        font-size: 1.6rem;
    }

    .Health_Encyclopedia .out {
        margin-top: 5rem;
    }

    .button_public {
        margin-top: 5rem;
    }


    #footer .logo_nav ul {
        display: none;
    }

    #footer {
        padding: 5rem 0px;
    }

    #footer .logo_nav .logo {
        width: 33%;
    }

    .footer_Contact .left .box p,
    .footer_Contact .left .box a {
        font-size: 1.5rem;
    }

    .footer_Contact .left .box:nth-child(2) {
        flex-wrap: wrap;
    }

    .footer_Contact .left .box:nth-child(2) p {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .footer_Contact .right {
        flex-wrap: wrap;
    }

    .AMR_About .AMR_Logo img {
        width: 90%;
    }

    .AMR_About .AMR_Logo img {
        height: auto;
    }

    .AMR_About .text h2 {
        font-size: 3.6rem;
        line-height: 1.3em;
    }

    .AMR_About {
        padding-top: 8rem;
        background-position: 65%;
        padding-bottom: 24rem ;
    }

    .International_Quality .list {
        justify-content: space-between;
        margin-top: 6rem;
    }

    .International_Quality .list .item {
        width: 48%;
    }

    .International_Quality .list .item .img {
        height: 8rem;
    }

    .International_Quality .list .item .txt {
        font-size: 1.4rem;
    }

    .public_title .txt {
        font-size: 1.6rem;
    }

    .Brand_Introduction h2 {
        font-size: 3rem;
    }

    .Brand_Introduction h2 span {
        display: none ;
    }

    .Brand_Introduction h2 b{
        display: block ;
    }

    .Honor_About {
        padding: 7rem 0px;
    }

    .Honor_About .Honor_content .box {
        height: 20rem;
    }

    .Honor_About .list {
        margin-top: -7rem;
    }

    .Honor_About .list .item {
        flex-wrap: wrap;
        margin-bottom: 4rem;
    }

    .Honor_About .list .item h3 {
        width: 100%;
        margin-bottom: 1rem;
    }

    .Honor_About .list .item .txt,
    .Honor_About .list .item .txt li {
        width: 100%;
        font-size: 1.8rem;
    }

    .Honor_About .Logo_About {
        margin-top: 5rem;
    }

    .cell_science .text_Cell .txt {
        font-size: 1.8rem;
        text-align: left;
    }

    .cell_science .text_Cell .Logo_imgBox .img {
        width: 47%;
    }

    .cell_science .text_Cell .Logo_imgBox .img:nth-child(3) {
        margin: 0 auto;
    }

    .Product_Prod_out .Prod_list {
        justify-content: space-between;
        gap: 2rem 0px;
    }

    .Product_Prod_out .Prod_list .Prod_item {
        width: 48.5%;
        padding: 0px;
    }

    .Product_Prod_out .Prod_list .Prod_item a {
        padding: 2rem 1.5rem;
    }

    .Product_Prod_out .Prod_list .Prod_item h3 {
        font-size: 2rem;
    }

    .Product_Prod_out .Prod_list .Prod_item .img {
        height: 14rem;
        margin-bottom: 2rem;
    }

    .Product_Prod_out .Prod_list .Prod_item h4 {
        font-size: 1.6rem;
    }

    .Product_Prod_out .Prod_list .Prod_item .specification span {
        font-size: 1.4rem;
    }

    .Product_Prod_out .title h2 {
        font-size: 3rem;
        margin: 0px 2rem;
    }

    .Product_Prod_out {
        margin-bottom: 7rem;
    }

    .Page_Navigation .container {
        flex-wrap: wrap;

    }

    .Page_Navigation .Classification {
        gap: 1rem 1.3rem;
        width: 100%;
        margin-top: 2rem;
        flex-wrap: wrap;
        justify-content: center ;
    }

    .Page_Navigation .Classification a {
        font-size: 1.6rem;
        margin-right: 0px;
        color: #085073;
    }

    .Products_banner .swiper-pagination .swiper-pagination-bullet {
        width: 0.8rem;
        height: 0.8rem;
        margin: 0px 1rem;
    }

    .Products_banner .swiper-pagination {
        bottom: -3rem;
    }

    .products_list_pages {
        margin-top: 8rem;
    }

    .Products_Details_carousel .swiper_banner {
        width: 50%;
    }

    .Products_Details_carousel .swiper-pagination .swiper-pagination-bullet {
        margin: 0px 1rem;
        width: 0.8rem;
        height: 0.8rem;
    }

    .Products_Details_Content .container {
        margin-top: 14rem;
    }

    .Products_Details_Content .title {
        margin-bottom: 4rem;
    }

    .Products_Details_Content .title h2 {
        font-size: 3rem;
    }

    .Products_Details_Content .out {
        padding: 2rem 0px;
    }

    .Products_Details_Content .out .tit h3,
    .Purchase_channels h3 {
        font-size: 2.6rem;
    }

    .Products_Details_Content .out ul {
        padding-right: 0px;
    }

    .Products_Details_Content .out ul li span {
        flex: auto;
        width: auto;
    }

    .Products_Details_Content .out ul li img {
        width: 100%;
    }

    .Products_Details_Content .out ul li span {
        font-size: 1.8rem;
    }

    .Products_Details_Content .out .tit {
        margin-bottom: 2rem;
    }

    .Purchase_channels {
        flex-wrap: wrap;
        padding-bottom: 6rem;
    }

    .Products_Details_Content .out .tit h3,
    .Purchase_channels h3 {
        margin-bottom: 2rem;
    }

    .Purchase_channels .list a img {
        width: 4rem;
        height: 4rem;
    }

    .New_product_recommendation {
        padding: 6rem 0px;
    }

    .New_product_recommendation .title h2 {
        font-size: 3rem;
    }

    .banner_Pages .text h2 {
        font-size: 4rem;
    }

    .banner_Pages .text h3 {
        margin-top: 3rem;
        margin-bottom: 2rem;
    }

    .nutrient .out .row_box .box span {
        font-size: 2.3rem;
    }

    .nutrient .out .row_box .box b {
        font-size: 2.6rem;
    }

    .nutrient .out .row_box .box p {
        font-size: 1.8rem;
    }

    .Omega-3 .text {
        margin-top: 4rem;
    }

    .Omega-3 .text p {
        font-size: 1.8rem;
    }

    .Omega-3 .text b {
        font-size: 2.6rem;
        line-height: 1.3em;
    }

    .Cell_core_Introduction .title h2 {
        font-size: 4rem;
    }

    .Cell_core_Introduction .title h2 span {
        display: none;
    }

    .Cell_core_Introduction .title h2 b {
        display: block;
        font-size: 4rem;
    }

    .Cell_core_Introduction .out .box {
        flex-wrap: wrap;
    }

    .Cell_core_Introduction .out .box .left {
        width: 100%;
    }

    .Cell_core_Introduction .out .box .right {
        width: 100%;
        margin-top: 2rem;
    }

    .Cell_core_Introduction .title p {
        font-size: 1.8rem;
    }

    .Cell_core_Introduction .out .box {
        margin: 6rem 0px;
    }

    .Cell_core_Introduction .out .box .left b {
        margin-bottom: 3rem;
    }

    .Encyclopedia_pages2 {
        padding-top: 0rem;
    }

    .Details_article-Pages {
        padding-top: 4rem;
    }

    .Details_article-Pages .title span {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .Details_article-Pages .title h2 {
        font-size: 3rem;
    }

    .Details_article-Pages .text {
        padding: 0px;
    }

    .Details_article-Pages .text h3 {
        font-size: 2.6rem;
    }

    .Details_article-Pages .text p {
        font-size: 2rem;
    }

    .share_public {
        flex-wrap: wrap;
        justify-content: left;
        margin-top: 5rem;
        margin-bottom: 3rem;
    }

    .share_public h2 {
        margin-bottom: 3rem;
    }

    .share_public .list a {
        width: 4.5rem;
        height: 4.5rem;
    }


    .News_pages .out .box .img {
        height: 15rem;
    }

    .News_pages .out .box .text {
        padding: 1.5rem;
    }

    .News_pages .out .box .text h3 {
        font-size: 1.7rem;
        min-height: auto;
        min-height: 7.5rem ;
    }

    .News_pages .out .box .text time {
        font-size: 1.5rem;
    }

    .Contact_form h3 {
        font-size: 3.6rem;
        margin-bottom: 3rem;
    }

    .Contact_form span {
        font-size: 2rem;
    }

    .Contact_form form input {
        width: 100%;
        height: 7rem;
        font-size: 2rem;
    }

    .Contact_form form button {
        font-size: 2rem;
    }

    .Contact_Follow .container {
        flex-wrap: wrap;
    }

    .Contact_Follow .out {
        justify-content: space-between;
    }

    .Contact_Follow .out .box {
        height: auto;
        width: 48%;
    }

    .Contact_information {
        margin-bottom: 8rem;
    }

    .Contact_Follow h3,
    .Contact_information h3 {
        font-size: 3rem;
        margin-bottom: 2rem;
    }

    .Contact_Follow .out .box img {
        width: 100%;
        height: auto;
    }

    .Contact_information .out .box {
        margin: 1rem 0px;
    }

    .Contact_information .out .box p {
        font-size: 2rem;
    }

    .Contact_Follow .out .box p {
        font-size: 2rem;
    }

    .Hot_video .out {
        justify-content: space-between;
    }

    .Hot_video .out .box {
        width: 48.5%;
    }

    .product .slide_left,
    .product .slide_right {
        height: 30.3rem;
    }

    .product .Product_out_swiper {
        margin-top: 6rem ;
    }

}

@media (max-width:425px) {

    .product .slide_left,
    .product .slide_right {
        height: 25.3rem;
    }
}

/* 超大屏幕 (1921px+) */
@media (min-width: 1921px) {
    html {
        font-size: 10px;
    }
}

/* 大桌面 (1601px - 1920px) */
@media (min-width: 1601px) and (max-width: 1920px) {
    html {
        font-size: calc(100vw / 192);
    }
}

/* 中桌面 (1441px - 1600px) */
@media (min-width: 1441px) and (max-width: 1600px) {
    html {
        font-size: calc(100vw / 170);
    }
}

/* 小桌面 (1025px - 1440px) */
@media (min-width: 1025px) and (max-width: 1440px) {
    html {
        font-size: calc(100vw / 164);
    }
}

/* 平板横屏 (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    html {
        font-size: calc(100vw / 102.4);
    }
}

/* 平板竖屏/大手机 (426px - 768px) */
@media (min-width: 521px) and (max-width: 768px) {
    html {
        font-size: calc(100vw / 76.8);
    }
}

/* 平板竖屏/中手机 (426px - 768px) */
@media (min-width: 426px) and (max-width: 520px) {
    html {
        font-size: calc(100vw / 52);
    }
}

/* 手机 (≤425px) */
@media (max-width: 425px) {
    html {
        font-size: calc(100vw / 42.5);
    }
}

/* 超小手机额外保护 */
@media (max-width: 320px) {
    html {
        font-size: calc(100vw / 32);
    }
}