
.technology-page .-quality .wal .-body .cart-swiper .swiper-control .swiper-progress {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.aboutUs-page .main .introduction-our .hanfeng-aluminium-industry .bg-img-box{
    right: auto;
    left: 0;
    transform: scaleX(-1);
}


@media screen and (min-width: 800px) {
    .g-header .g-head .g-head-main .g-head-right .search-btn .layer .layer-close {
        left: 1.7rem;
        right: auto;
    }
    .g-header .g-head .g-head-main .g-head-right .search-btn .layer .input_wrapper .input-box .input {
        padding: 0.1rem .1rem .1rem .6rem;
    }
    .g-header .g-head .g-head-main .g-head-right .search-btn .layer .input_wrapper .input-box .svg-a {
        right: auto;
        left: 0;
    }

    .technology-page .-equipment .wal .-body .list ul li .info {
        padding: 0.4rem 0.4rem 0.4rem 0.1rem;
    }

    .aboutUs-page .main .honors-qualifications .wal .flex-box .left-box .honors-list {
        -webkit-transform: translateX(0.3rem);
        -ms-transform: translateX(0.3rem);
        transform: translateX(0.3rem);
    }
    .contactUs-page .main .form-map-section .map-box .map-card .obj .key-value .key {
        margin-left: .16rem;
    }
}

@media screen and (max-width: 800px) {
    .g-header .g-head-phone .head-phone-nav .search-box .input {
        padding: 0 0.66rem 0 0.18rem;
    }
    .g-header .g-head-phone .head-phone-nav .search-box .search-icon {
        right: 0.18rem;
        left: auto;
    }
    .product-page .page-box .page-head .wal .classify-box .swiper-container .swiper-control .swiper-progress {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .contactUs-page .main .form-map-section .map-box .map-card .obj .key-value .key {
        margin-left: .24rem;
    }
}

.contactUs-page .main .form-map-section .map-box .map-card .address-img .img {
    object-position: right top;
}