<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select{
    margin: 0;
    padding: 0;
}
ul,li{
    list-style: none;
}
.aboutUs_warp{
    width: 100%;
    font-family: Roboto;
}
.aboutUs_banner,.aboutUs_comany{
    width: 100%;
    position: relative;
}
.aboutUs_banner img,.aboutUs_comany img,
.aboutUs_oneStop_icon img,.aboutUs_products_icons img,
.aboutUs_services_icons img{
    width: 100%;
    height: auto;
}
.aboutUs_banner_msg{
    width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.aboutUs_banner_msgbox{
    display: flex;
}
.aboutUs_banner_box{
    width: 45%;
}
.aboutUs_banner_clear{
    flex: 1;
}
.aboutUs_banner_box&gt;div{
    padding: 0 15px;
}
.aboutUs_banner_box h2{
    font-size: 60px;
    font-weight: bold;
    color: #00A0F0;
}
.aboutUs_banner_box h4{
    font-size: 30px;
    font-weight: 500;
    color: #00A0F0;
    margin: 15px 0 30px;
}
.aboutUs_banner_box p,.aboutUs_comany_intr p,
.aboutUs_oneStop p,.aboutUs_oneStop_list li&gt;span,
.aboutUs_products_box p,.aboutUs_services_box p{
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}
.aboutUs_banner_box p{
    font-size: 20px;
}
.aboutUs_comany_intr{
    width: 62%;
    text-align: center;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}
.aboutUs_comany_intr h6,.aboutUs_oneStop h6,
.aboutUs_products_box h6,.aboutUs_services_box h6{
    font-size: 30px;
    font-weight: bold;
    color: #191919;
    margin-bottom: 30px;
}
.aboutUs_oneStop,.aboutUs_services{
    width: 100%;
    background-color: #fff;
    text-align: center;
}
.aboutUs_oneStop_box,.aboutUs_products_box,
.aboutUs_services_box{
    width: 65%;
    margin: 45px auto;
}
.aboutUs_oneStop p,.aboutUs_products_box p,
.aboutUs_services_box p{
    width: 95%;
    margin: 0 auto;
}

.aboutUs_oneStop a{
    color: #00A0F0;
    font-weight: 600;
    text-decoration: underline;
}
.aboutUs_oneStop_list{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 45px 0 30px;
}
.aboutUs_oneStop_list li{
    width: 11%;
    text-align: center;
}
.aboutUs_oneStop_icon{
    width: 80px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.aboutUs_oneStop_list li&gt;span{
    line-height: 22px;
}
.aboutUs_products{
    width: 100%;
    background-color: #FAFAFA;
    text-align: center;
    padding: 30px 0;
}
.aboutUs_products_list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 40px 0;
}
.aboutUs_products_list li{
    width: 33%;
    background-color: #fff;
    margin-bottom: 2px;
}
.aboutUs_products_list a{
    text-decoration: none;
}
.aboutUs_products_list li:nth-of-type(2),
.aboutUs_products_list li:nth-of-type(5){
    margin-left: 2px;
    margin-right: 2px;
}
.aboutUs_products_item{
    padding: 40px;
    display: flex;
    justify-content: start;
}
.aboutUs_products_icons{
    width: 80px;
    margin-right: 20px;
}
.aboutUs_products_item span{
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 80px;
}
.aboutUs_products_item a{
    text-decoration: none;
}
.aboutUs_products_list li:hover{
    background-color: #E5F7FF;
}
.aboutUs_products_shop{
    text-align: center;
}
.aboutUs_products_shop a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.aboutUs_products_shop span{
    color: #FFFFFF;
    background: #00A0F0;
    border: 1px solid #00A0F0;
    border-radius: 10px;
    padding: 8px 100px;
}
.aboutUs_products_shop a:hover span{
    color: #00A0F0;
    background-color: #FFFFFF;
}
.aboutUs_services_list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}
.aboutUs_services_list li{
    width: 25%;
    margin-bottom: 50px;
}
.aboutUs_services_icons{
    width: 120px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.aboutUs_services_list li a{
    text-align: center;
    text-decoration: underline;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 25px;
}
.aboutUs_services_list li a:hover{
    color: #00A0F0;
}
@media (min-width:970px) and (max-width: 1300px){
    .aboutUs_banner_box{
        width: 60%;
    }
    .aboutUs_comany_intr{
        width: 80%;
    }
    .aboutUs_oneStop_box,.aboutUs_products_box,.aboutUs_services_box{
        width: 90%;
    }
}
@media (min-width:760px) and (max-width: 969px){
    .aboutUs_banner_box,.aboutUs_comany_intr,
    .aboutUs_oneStop_box, .aboutUs_products_box, .aboutUs_services_box{
        width: 100%;
    }
    .aboutUs_banner_box h4{
        margin:0;
    }
    .aboutUs_comany_intr h6{
        margin-bottom: 5px;
    }
    .aboutUs_oneStop{
        margin-top: 120px;
    }
    
    .aboutUs_oneStop_list li{
        width: 20%;
    }
    .aboutUs_products_list li{
        width: 45%;
    }
    .aboutUs_products_list li:nth-of-type(3){
        margin-right: 2px;
    }
}
@media (max-width: 759px){
    .aboutUs_banner_msg,.aboutUs_banner_box,.aboutUs_comany_intr,
    .aboutUs_oneStop_box, .aboutUs_products_box, .aboutUs_services_box{
        width: 100%;
    }
    .aboutUs_banner_msg,.aboutUs_comany_intr{
        position: static;
        transform: translate(0,0);
    }
    .aboutUs_oneStop_list li{
        width: 40%;
        margin-bottom: 25px;
    }
    .aboutUs_products_list li{
        width: 90%;
    }
    .aboutUs_products_item{
        padding: 40px 25px;
    }
    .aboutUs_services_list li{
        width: 50%;
    }
}</pre></body></html>