/* chrome */
html::-webkit-scrollbar { width: 0 !important }
/* IE 10+ */
html { -ms-overflow-style: none; }
/* Firefox */
.html { overflow: -moz-scrollbars-none; }
.section{
    padding-top: 80px;
}
.section-area{
    width:100%;
    height:100%;
    background: #fff;
    padding: 10px 0 0;
    box-sizing: border-box;
}
.graphic-img{
    width: 100%;
    height: 204px;
}
.graphic-img1{
    width: 64px;
    height: 64px;
}
.bannerImg{
    width: 1920px; 
    height: 600px;
    object-fit: fill; 
    object-fit: contain;
    object-fit: scale-down;
}