/* .main_content {
    padding: .92rem 0 .1rem;
} */

.home_banner {
    width: 100%;
    height: 8rem;
    background: url(../img/home-banner.jpg) no-repeat center center;
    background-size: cover;
}

.popular_products {
    width: 100%;
}

.popular_products .popular_content {
    width: 15rem;
    margin: 0 auto;
    padding: .6rem 0;
}

.popular_products .popular_ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.popular_products .popular_li {
    width: 32%;
    overflow: hidden;
}

.popular_products .popular_li img {
    width: 100%;
    height: 3rem;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.popular_products .popular_li:hover img {
    transform: scale(1.05);
}

.popular_products .popular_li .titleH {
    height: 1.2rem;
    text-align: left;
    font-size: .26rem;
    margin: .2rem auto;
}

.popular_products .popular_li .msgH {
    height: 1.4rem;
    text-align: left;
    margin-bottom: .4rem;
}

.popular_products .popular_Btn {
    display: block;
    width: 2rem;
    color: #212121;
    font-size: .2rem;
    border: .01rem solid #212121;
    border-radius: .1rem;
    padding: .1rem .2rem;
    cursor: pointer;
}

.popular_products .popular_Btn span {
    margin-left: .1rem;
}

.about_yg {
    width: 100%;
    background-color: #f5f5f5;
}

.about_yg .about_content {
    width: 15rem;
    margin: 0 auto;
    padding: .6rem 0;
}

.about_yg .msgH {
    width: 100%;
    margin-bottom: .4rem;
}

.about_yg .about_imgT,
.about_yg .about_imgB {
    width: 100%;
    height: 4rem;
    display: grid;
    gap: .2rem;
    overflow: hidden;
}

.about_yg .about_imgT {
    grid-template-columns: 1fr 1fr;
}

.about_yg .about_imgB {
    grid-template-columns: 3fr 1fr;
    margin-top: .2rem;
}

.about_yg .about_imgT img,
.about_yg .about_imgB img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.about_yg .about_imgT img:hover,
.about_yg .about_imgB img:hover {
    transform: scale(1.03);
}

.why_choose {
    width: 100%;
}

.why_choose .choose_content {
    width: 15rem;
    margin: 0 auto;
    padding: .6rem 0 .4rem;
}

.why_choose .choose_ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: .4rem;
}

.why_choose .choose_li {
    width: 49%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    margin-bottom: .4rem;
    background-color: #f5f5f5;
}

.why_choose .choose_li img {
    width: 50%;
    height: 3rem;
    transition: transform 0.3s ease;
}

.why_choose .choose_li:hover img {
    transform: scale(1.05);
}

.why_choose .choose_li .about_txt {
    width: 60%;
    padding: .2rem .2rem .2rem .4rem;
}

.why_choose .about_txt .titleH {
    font-size: .28rem;
    text-align: left;
}

.why_choose .about_txt .msgH {
    text-align: left;
}

.solutions_section {
    width: 100%;
    height: 9.26rem;
    overflow: hidden;
}

.solutions_section .solutions_swiper,
.solutions_section .solutions_slide {
    width: 100%;
    height: 100%;
}

.solutions_section .solutions_slide {
    position: relative;
    overflow: hidden;
}

.solutions_section .solutions_bg {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/Home12.jpg) no-repeat center center;
    background-size: cover;
}

.solutions_section .solutions_bg2 {
    background: url(../img/Home13.jpg) no-repeat center center;
}

.solutions_section .solutions_bg3 {
    background: url(../img/Home14.jpg) no-repeat center center;
}

.solutions_section .solutions_bg4 {
    background: url(../img/Home15.jpg) no-repeat center center;
}

.solutions_section .solutions_title {
    width: 9.24rem;
    height: 1.2rem;
    position: absolute;
    left: 1.6rem;
    top: .86rem;
    color: #fff;
    z-index: 2;
}

.solutions_section .solutions_title::before {
    content: "SOLUTIONS";
    position: absolute;
    left: 1.55rem;
    top: -.26rem;
    font-family: pb;
    font-size: 1.82rem;
    line-height: 1;
    color: rgba(255, 255, 255, .12);
    letter-spacing: .06rem;
}

.solutions_section .solutions_title h3 {
    position: relative;
    font-size: .6rem;
    line-height: 1.2rem;
    color: #fff;
    font-family: pb;
    font-weight: 600;
    text-align: left;
}

.solutions_section .solutions_bottom {
    width: 100%;
    height: 5.5rem;
    position: absolute;
    left: 0;
    bottom: 0;
    padding-top: .45rem;
    background: rgba(0, 0, 0, .5);
    z-index: 2;
}

.solutions_section .solutions_center {
    width: 16rem;
    margin: 0 auto;
    position: relative;
}

.solutions_section .solutions_center h2 {
    font-size: .36rem;
    line-height: 1.28;
    font-family: pb;
    font-weight: 600;
    color: #fff;
    text-align: left;
}

.solutions_section .solutions_center span {
    font-size: .24rem;
    font-family: pb;
    color: #fff;
}

.solutions_section .solutions_list {
    width: 12rem;
    height: 2.4rem;
    display: flex;
    justify-content: space-between;
    position: absolute;
    left: 1.6rem;
    bottom: .8rem;
    z-index: 3;
}

.solutions_section .solutions_list li {
    width: 4rem;
    height: 2.4rem;
}

.solutions_section .solutions_list li:nth-child(2),
.solutions_section .solutions_list li:nth-child(3) {
    margin-left: .4rem;
}

.solutions_section .solutions_icon {
    width: .53rem !important;
    height: .53rem !important;
    margin-bottom: .14rem;
}

.solutions_section .solutions_box {
    width: 3.99rem;
    height: 1.4rem;
    border-right: .01rem dashed rgba(255, 255, 255, .45);
}

.solutions_section .solutions_list li:last-child .solutions_box {
    border-right: none;
}

.solutions_section .solutions_box h3 {
    font-size: .2rem;
    line-height: .48rem;
    font-family: pb;
    text-align: left;
    color: #fff;
}

.solutions_section .solutions_desc {
    width: 3.2rem;
    font-size: .16rem;
    line-height: .26rem;
    text-align: left;
    color: #fff;
    opacity: .7;
    font-family: pr;
}

.solutions_section .solutions_next {
    width: 2.3rem !important;
    height: 2.3rem !important;
    position: absolute;
    top: 5.9rem !important;
    right: 2rem !important;
    margin-top: 0 !important;
    background: none !important;
    z-index: 5;
}

.solutions_section .solutions_next::after {
    display: none;
}

.solutions_section .solutions_next img {
    width: 2.3rem !important;
    height: 2.3rem !important;
}

.best_quotation {
    width: 100%;
    height: 6.5rem;
    background: url(../img/Home20.jpg) no-repeat center center;
    background-size: contain;
    margin: .6rem auto 0;
    position: relative;
}

.best_quotation .quoteBtn,
.best_quotation .whatsAppBtn {
    width: 2.8rem;
    height: .8rem;
    cursor: pointer;
    position: absolute;
    top: 62%;
}

.best_quotation .quoteBtn {
    left: 10.1%;
}

.best_quotation .whatsAppBtn {
    width: 3rem;
    left: 24.5%;
}