.quoteBtn {
    width: 3rem;
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    font-size: .2rem;
    font-family: pb;
    cursor: pointer;
    border-radius: .4rem;
    color: #fff;
    margin: .2rem 0;
}

.home_banner {
    width: 100%;
    height: 8.5rem;
    background: url(../img/Home-banner.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.home_banner .quoteBtn {
    width: 4rem;
    height: .8rem;
    position: absolute;
    top: 65.5%;
    left: 10%;
}

.hot_product {
    width: 100%;
    padding: .6rem 0;
    background-color: #00134c;
}

.hot_product .hot_content {
    width: 15rem;
    margin: .5rem auto 0;
    background: #fff;
    padding: .4rem .4rem 1.3rem;
    position: relative;
}

.hot_product .titleH,
.hot_product .msgH {
    color: #fff;
}

.hot_product .product_mySwiper {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.hot_product .swiper-pagination-bullets.swiper-pagination-horizontal {
    z-index: 0;
    bottom: .3rem;
}

.hot_product .swiper-pagination-bullet {
    width: .15rem;
    height: .15rem;
}

.hot_product .swiper-pagination-bullet-active {
    background: #00134c;
}

.hot_product .hot_li>img {
    width: 100%;
    height: 3.3rem;
    object-fit: contain;
    transition: all 0.3s;
}

.hot_product .hot_li .msgH {
    color: #000;
    font-size: .24rem;
    font-weight: 600;
    padding: .4rem 0;
}

.hot_product .hot_li .quoteBtn {
    display: block;
    width: 2.2rem;
    background-color: #00134c;
    margin: 0 auto;
}

.hot_product .hot_li .notClick {
    background-color: #ddd;
    cursor: default;
}

.hot_product .hot_li:hover>img {
    transform: scale(1.05);
}

.core_values {
    width: 100%;
    background: url(../img/Home8.jpg) no-repeat center center;
    background-size: cover;
}

.core_values .core_content {
    width: 15rem;
    margin: 0 auto;
    padding: .6rem 0;
}

.core_values .core_txtImg {
    width: .6rem;
    height: .6rem;
    object-fit: contain;
    margin: 0 auto;
}

.core_values .titleH {
    width: 50%;
    color: #fff;
    text-align: center;
    margin: .1rem auto .2rem;
}

.core_values .msgH {
    color: #d93524;
}

.core_values .core_ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: .2rem;
    align-items: center;
    margin-top: .4rem;
}

.core_values .core_liImg {
    width: 100%;
    height: 5.8rem;
    overflow: hidden;
}

.core_values .core_liImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.core_values .core_liImg:hover img {
    transform: scale(1.02);
}

.core_values .core_liText {
    width: 100%;
    padding: .2rem 0;
}

.core_values .core_liTitle {
    font-size: .26rem;
    font-family: pb;
    color: #fff;
}

.core_values .core_liMsg {
    font-size: .2rem;
    font-family: p2;
    color: #fff;
    line-height: 1.8;
    margin-top: .1rem;
}

.product_categories {
    width: 100%;
    padding: .6rem 0;
}

.product_categories .categories_carousel {
    position: relative;
    width: 100%;
    height: 5rem;
    margin-top: .4rem;
}

.product_categories .carousel_track {
    height: 100%;
}

.product_categories .carousel_slide {
    position: relative;
    width: 50%;
    height: 100%;
    cursor: pointer;
    clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%);
}

.product_categories .carousel_slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-user-drag: none;
    pointer-events: none;
}

.product_categories .carousel_prev,
.product_categories .carousel_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: .8rem;
    height: .8rem;
    border: none;
    background: #fff;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.product_categories .carousel_prev:hover,
.product_categories .carousel_next:hover {
    background: rgba(255, 255, 255, 0.9);
}

.product_categories .carousel_prev {
    left: 27%;
    transform: translate(-100%, -50%);
}

.product_categories .carousel_next {
    right: 27%;
    transform: translate(100%, -50%);
}

.product_categories .carousel_prev::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .1rem .16rem .1rem 0;
    border-color: transparent #000 transparent transparent;
}

.product_categories .carousel_next::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .1rem 0 .1rem .16rem;
    border-color: transparent transparent transparent #000;
}

.product_categories .carousel_progress {
    position: static;
    width: 60%;
    height: .1rem;
    margin: .5rem auto 0;
    background: #e0e0e0;
    border-radius: .02rem;
}

.product_categories .carousel_progress .swiper-pagination-progressbar-fill {
    background: #0b1d4b;
}

.quality_box {
    width: 100%;
}

.quality_box .quality_content {
    width: 15rem;
    margin: 0 auto;
    padding: .6rem 0;
}

.quality_box .quality_tab {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    border-radius: .6rem;
    background-color: #00134c;
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: .4rem;
    padding: 0 .06rem;
}

.quality_box .quality_tabItem {
    width: 25%;
    height: .9rem;
    line-height: .9rem;
    border-radius: .6rem;
    color: #fff;
    background-color: #00134c;
    font-size: .24rem;
    font-family: pb;
    cursor: pointer;
}

.quality_box .quality_tabItem:hover,
.quality_box .quality_tabItem.active {
    color: #00134c;
    background-color: #fff;
}

.quality_box .quality_ul_yd,
.quality_box .quality_ul_ydLi {
    display: none;
}

.quality_box .quality_ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .4rem;
}

.quality_box .quality_ulL {
    width: 44%;
    height: 4.5rem;
    border-radius: .2rem;
    overflow: hidden;
}

.quality_box .quality_ulL img {
    transition: transform 0.3s ease;
}

.quality_box .quality_ulL:hover img {
    transform: scale(1.02);
}

.quality_box .quality_ulR {
    width: 56%;
    padding: .4rem .6rem;
}

.quality_box .quality_ulR_ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: .6rem;
}

.quality_box .quality_ulR_li {
    width: 45%;
    margin-bottom: .4rem;
    display: flex;
}

.quality_box .quality_ulR_li img {
    width: .35rem;
    height: .35rem;
    object-fit: cover;
}

.quality_box .quality_ulR_li:nth-child(2) img {
    width: .45rem;
    height: .35rem;
    object-fit: cover;
}

.quality_box .quality_ulR_li p {
    font-size: .22rem;
    font-weight: 600;
    color: #072635;
    margin-left: .2rem;
}

.solution_box {
    width: 100%;
    padding: .3rem 0 .6rem;
    margin: 0 auto;
}

.solution_box .solution_content {
    width: 100%;
    position: relative;
}

.solution_box .solution_imgBox {
    width: 100%;
    overflow: hidden;
}

.solution_box .solution_img {
    width: 100%;
    height: 8.5rem;
}

.solution_box .solution_img1 {
    background: url(../img/Home44.jpg) no-repeat center center;
    background-size: cover;
}

.solution_box .solution_img2 {
    background: url(../img/Home45.jpg) no-repeat center center;
    background-size: cover;
}

.solution_box .solution_img3 {
    background: url(../img/Home46.jpg) no-repeat center center;
    background-size: cover;
}

.solution_box .solution_img4 {
    background: url(../img/Home47.jpg) no-repeat center center;
    background-size: cover;
}

.solution_box .solution_img5 {
    background: url(../img/Home48.jpg) no-repeat center center;
    background-size: cover;
}

.solution_box .solution_txtBox {
    position: absolute;
    top: 1.2rem;
    left: 8%;
    z-index: 10;
    user-select: none;
    pointer-events: none;
}

.solution_box .solution_txtLi {
    width: 7rem;
    padding: .2rem;
    display: none;
    animation: fadeIn 0.5s ease;
}

.solution_box .solution_txtLi.active {
    display: block;
}

.solution_box .solution_txtLi .titleH {
    color: #fff;
    text-align: left;
    margin-bottom: .5rem;
    position: relative;
}

.solution_box .solution_txtLi .titleH::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -.1rem;
    width: 1rem;
    height: .04rem;
    background-color: #fff;
}

.solution_box .solution_txtLi .msgH {
    color: #fff;
    text-align: left;
    margin-bottom: .1rem;
}

.solution_box .solution_iconBox {
    position: absolute;
    left: 50%;
    bottom: 1.4rem;
    transform: translateX(-50%);
    display: flex;
    align-items: flex-start;
    gap: 0;
    width: 85%;
    z-index: 10;
    user-select: none;
    pointer-events: none;
}

.solution_box .solution_iconItem {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    pointer-events: auto;
    cursor: pointer;
}

/* 图标之间的分段横线 - 两端与图标留有间距 */
.solution_box .solution_iconItem:not(:last-child)::after {
    content: '';
    position: absolute;
    top: .5rem;
    left: calc(50% + 0.65rem);
    right: calc(-50% + 0.65rem);
    height: 1px;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 0;
}

.solution_box .solution_icon {
    width: .6rem;
    height: .6rem;
    cursor: pointer;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}

.solution_box .solution_icon1 {
    background: url(../img/Home39.png) no-repeat center center;
    background-size: contain;
}

.solution_box .solution_icon2 {
    background: url(../img/Home40.png) no-repeat center center;
    background-size: contain;
}

.solution_box .solution_icon3 {
    background: url(../img/Home41.png) no-repeat center center;
    background-size: contain;
}

.solution_box .solution_icon4 {
    background: url(../img/Home42.png) no-repeat center center;
    background-size: contain;
}

.solution_box .solution_icon5 {
    background: url(../img/Home43.png) no-repeat center center;
    background-size: contain;
}

.solution_box .solution_iconText {
    color: #fff;
    font-size: .22rem;
    text-align: center;
    margin-top: .3rem;
    white-space: nowrap;
    line-height: 1.3;
}

.solution_box .solution_iconItem.active .solution_icon {
    transform: scale(1.2);
    transition: transform 0.3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.faq_section {
    width: 100%;
    padding: .6rem 0;
    background-color: #f5f5f5;
}

.faq_section .faq_content {
    width: 15rem;
    margin: 0 auto;
}

.faq_section .faq_ul {
    width: 100%;
}

.faq_section .faq_li {
    width: 100%;
    border-bottom: .01rem solid #e2e8f0;
}

.faq_section .faq_li_head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .3rem 0;
    cursor: pointer;
}

.faq_section .faq_li_question {
    font-size: .28rem;
    font-family: pb;
    color: #000;
}

.faq_section .faq_li.active .faq_li_icon {
    font-size: .5rem;
    font-weight: 600;
}

.faq_section .faq_li_icon {
    font-size: .36rem;
    font-weight: 600;
}

.faq_section .msgH {
    font-size: .22rem;
    padding: .3rem;
    display: none;
    text-align: left;
    background-color: #fff;
}

.faq_section .faq_li.active .msgH {
    display: block;
}

.certificate_box {
    width: 100%;
    background-color: #f5f5f5;
    padding: .6rem 0 1rem;
}

.certificate_box .certificate_content {
    width: 15rem;
    margin: 0 auto;
    position: relative;
}

.certificate_box .titleH {
    margin-bottom: .6rem;
}

.certificate_box .certificate_container {
    width: 100%;
    height: 5rem;
    position: relative;
    perspective: 1000px;
    overflow: visible;
}

.certificate_box .certificate_carousel {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
}

.certificate_box .certificate_item {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4.2rem;
    height: 5.5rem;
    border-radius: .08rem;
    overflow: hidden;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

.certificate_box .certificate_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.certificate_box .certificate_prev,
.certificate_box .certificate_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: .55rem;
    height: .55rem;
    border-radius: 50%;
    border: .02rem solid #00134c;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s ease;
}

.certificate_box .certificate_prev:hover,
.certificate_box .certificate_next:hover {
    background: #00134c;
    border-color: #00134c;
}

.certificate_box .certificate_prev {
    left: -.35rem;
}

.certificate_box .certificate_next {
    right: -.35rem;
}

.certificate_box .certificate_prev span,
.certificate_box .certificate_next span {
    display: block;
    width: .15rem;
    height: .15rem;
    border-left: .02rem solid #00134c;
    border-bottom: .02rem solid #00134c;
}

.certificate_box .certificate_prev:hover span,
.certificate_box .certificate_next:hover span {
    border-color: #fff;
}

.certificate_box .certificate_prev span {
    transform: rotate(45deg) translate(.02rem, -.02rem);
}

.certificate_box .certificate_next span {
    transform: rotate(-135deg) translate(.02rem, -.02rem);
}

.ready_box {
    width: 100%;
    background-color: #242424;
}

.ready_box .ready_ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .2rem;
    padding: .6rem 0;
}

.ready_box .ready_L {
    width: 100%;
    height: 6.3rem;
    overflow: hidden;
}

.ready_box .ready_L img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ready_box .ready_R {
    padding: .4rem .4rem .4rem .6rem;
}

.ready_box .ready_R .titleH {
    font-style: italic;
}

.ready_box .ready_R .titleH,
.ready_box .ready_R .msgH {
    color: #fff;
    text-align: left;
}

.ready_box .ready_R .quoteBtn {
    width: 2.5rem;
    background-color: #d73f30;
    border-radius: .4rem;
    margin: .4rem 0 0;
}