@keyframes buzz {
    0% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

@font-face {
    font-family: 'albb';
    src: url('../fonts/alibaba-puhuiti-regular.ttf') format('truetype');
}


body {
    font-family: 'albb';
}

.bannerimg {
    animation: buzz 20s linear infinite;
}

.about_us_box {
    padding: 1.25rem 0 .75rem 0;
    box-sizing: border-box;
}

.about_us .l {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    line-height: .45rem;
}

.about_us .r {
    width: 40%;
}

.about_us .r img {
    display: block;
    width: 100%;
}

.about_us .l span {
    display: block;
}

.about_us .l a {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 1.75rem;
    height: .375rem;
    background-color: #4EAEEA;
    color: #fff !important;
    border-radius: 50px;
}

.main {
    margin: .75rem 0 0 0;
    padding: .625rem;
    box-sizing: border-box;
    background-color: #F9F9F9;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
}

.numCount li .numU {
    display: flex;
    align-items: end;
    justify-content: center;
    font-size: .5rem !important;
    font-weight: bold;
}

.numCount li .numU .unitC {
    display: inline;
}

.numCount li {
    border-left: 1px solid #9A9A9A;
}

.numCount li:first-child {
    border: none !important;
}

.product_box {
    padding: .75rem 0;
    box-sizing: border-box;
}

.product .l {
    position: relative;
    width: 42%;
}

.product .r {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    width: 55%;
    line-height: .45rem;
}

.product .r h4 {
    color: #4EAEEA;
}

.product_box {
    background-image: url(../fonts/9363b1e922cd4fd69a914d5eac74b65d.woff);
    transition: all 0.6s;
}

.our ul li a .p_box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.our ul li a .p_box .text_box {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: .1875rem .125rem;
    box-sizing: border-box;
    background-color: #fff;
    width: 95%;
    border-radius: 10px;
}

.our ul li a .p_box .text_box h4 {
    font-size: .3rem;
}

.our ul li a .p_box .text_box span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.our ul li a:hover .p_box .text_box {
    top: -100%;
    transition: all 0.6s;
}

.our ul li a {
    position: relative;
}

.our ul li a .xfbox {
    position: absolute;
    top: 100%;
    left: 0%;
    width: 100%;
    height: 100%;
    padding: .25rem .125rem;
    box-sizing: border-box;
    background-color: rgba(1, 108, 180, 0.5);
    color: #fff;
    overflow-y: scroll;
}

.our ul li a .xfbox p {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: .5rem 0 0 0;
    width: 1.75rem;
    height: .375rem;
    background-color: #fff;
    color: #016CB4 !important;
    border-radius: 50px;
    display: none;
}

.our ul li a .xfbox span {
    margin: .25rem 0 .5rem 0;
}

.our ul li a:hover .xfbox {
    top: 0;
    transition: all 0.6s;
}

.six_unit {
    display: none;
}

.six_unit span {
    font-size: 16px;
}

/*@font-face {*/
/*    font-family: 'M';*/
/*    src: url('../fonts/misans_sub.ttf') format('truetype');*/
/*}*/

/*body {*/
/*    font-family: 'M' !important;*/
/*}*/

@font-face {
    font-family: 'albb';
    src: url('../fonts/alibaba-puhuiti-regular.ttf') format('truetype');
}

body {
    font-family: 'albb';
}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {
    .our ul li a .p_box .text_box {
        top: 84%;
    }
}

@media screen and (max-width: 1366px) {
    .bannerhead .swiper-slide .text_box a,
    .about_us .l a,
    .product .r a {
        width: 120px !important;
        height: 22px !important;
    }
}

@media screen and (max-width: 1280px) {
    .our ul li a .p_box .text_box {
        top: 83%;
    }
    .product .l ul li {
        width: 105px;
        height: 110px;
    }
}

@media screen and (max-width: 1024px) {
    .our ul li a .p_box .text_box {
        top: 80%;
    }
}

@media screen and (max-width: 980px) {
    .about_us_box .bk_tit img,
    .product_box .bk_tit img {
        width: 163px !important;
        height: 14px !important;
    }
    .our_box .bk_tit img {
        width: 194px !important;
        height: 14px !important;
    }
    .about_us .l {
        line-height: 1.5;
    }
    .about_us .l,
    .about_us .r {
        width: 100%;
    }
    .about_us {
        flex-wrap: wrap;
    }
    .about_us .r {
        margin: 10px 0 0 0;
    }
    .about_us .l span {
        margin: 10px 0;
    }
    .numCount li .numU .unitC,
    .indc {
        font-size: 12px !important;
    }
    .our ul li {
        width: 100%;
    }
    .our ul li a .p_box .text_box {
        top: 85%;
    }
    .product .l,
    .product .r {
        width: 100%;
    }
    .product {
        flex-wrap: wrap;
    }
    .product .r {
        line-height: 1.5;
    }
    .product .l ul li img:nth-child(1) {
        width: 24px !important;
        height: 24px !important;
    }
    .product .l ul li img:nth-child(3) {
        width: 20px !important;
        height: 5px !important;
        display: none;
    }
    .product .l ul {
        display: flex;
    }
    .product .l {
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .product .l ul li {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 5px !important;
    }
    .product .l ul {
        justify-content: center;
        margin: 0 !important;
        width: 100%;
    }
    
    .product .l ul li h4 {
        font-size: 12px !important;
    }
    
    .product .l ul li svg {
        width: auto !important;
        height: auto !important
        ;
    }
    
    .product .l ul li svg {
        margin: 0 auto .25rem auto;
    }

    .our ul li a .xfbox {
        padding: 10px;
        box-sizing: border-box;
    }

    .main {
        display: none;
    }
    

}

@media screen and (max-width: 768px) {
    .our ul li a .p_box .text_box {
        top: 85%;
    }
}

@media screen and (max-width: 640px) {
    .our ul li a .p_box .text_box {
        top: 80%;
    }
}

@media screen and (max-width: 375px) {
    .our ul li a .p_box .text_box {
        top: 75%;
    }
}


