@font-face {
    font-family: 'FZFangJHJW_Cu_new';
    src: url('./static/FZFangJHJW_Cu.ttf') format('truetype');
}
body{
    margin: 0;
    padding: 0;
}
h1,h2,p,span,a{
    font-family: FZFangJHJW_Cu_new !important;
}

header{
    padding: 24px 48px
}
footer {
    padding: 48px 0;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #fff;
}
footer a{
    color: #fff;
    text-decoration: none;
    margin: 0 12px;
}

.color-bar-footer {
    margin-top: 32px;
}

.section-one {
    padding: 5.417vw 12.5vw;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f0f3ff;
}
.section-one h1{
    margin-bottom: 2.5vw;
    width: 42.344vw;
    font-size: 60px;
    color: #000;
    font-weight: bold !important;
}
.sectionOne-text {
    height: 100%;
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 240px;*/
}

.section-one p {
    width: 29.792vw;
    color: #5e5e5e;
    font-size: 1.25vw;
    line-height: 2.083vw;
}

.section1-img {
    width: 696px;
    height: 560px;
}

.growth{
    padding: 5.417vw 12.5vw;
}
.growth h1 {
    font-size: 3.125vw;
    line-height: 3.542vw;
    margin-bottom: 3.75vw;
    text-transform: uppercase;
}
.growth ul{
    display: grid;
    gap: 2.5vw;
    grid-template-columns: repeat(4,1fr);
}
.growth ul li{
    display: flex;
    flex-direction: column;
    align-items: start;
}
.growth ul li img {
    height: 3.958vw;
    width: 3.958vw;
}
.growth p {
    color: #5e5e5e;
    font-size: 1.146vw;
    line-height: 1.875vw;
}
