.fa_company .fa_abtit h3 {
    font-size: var(--f36);
}

.fa_company .fa_abtit h3 span {
    display: inline-block;
    background-image: -webkit-gradient(linear, left top, right top, from(var(--main2-color)), to(var(--main-color)));
    background-image: linear-gradient(to right, var(--main2-color), var(--main-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.fa_company .fa_abtit.fa_text_w h3 span {
    background-image: -webkit-gradient(linear, left top, right top, from(#00a79d), to(rgba(255, 255, 255, 1)));
    background-image: linear-gradient(to right, #00a79d, rgba(255, 255, 255, 1));
}

.fa_company .fa_abtit.fa_text_w h4,
.fa_company .fa_abtit.fa_text_w h6 {
    color: #fff;
}

.fa_company .fa_abtit h4 {
    font-size: var(--f36);
    color: #333;
    font-weight: 600;
    margin-top: 15px;
}

.fa_company .fa_abtit h6 {
    color: #666;
    font-size: var(--f24);
    margin-top: 20px;
}

.fa_company .fa_abtit {
    margin-bottom: 3vw;
}

.fa_company .fa_sum {
    font-size: 16px;
    color: #777;
    line-height: 2;
}

/**/
.fa_Ab01 {
    overflow: hidden;
    position: relative;
}

.fa_Ab01:after {
    content: "green good";
    left: 0;
    right: 0;
    bottom: -4vw;
    position: absolute;
    z-index: -2;
    color: #eef4f7;
    text-align: center;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 12vw;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 800;
    opacity: 0.5;
}

.fa_company .fa_wrapper {
    position: relative;
    z-index: 3;
}

.fa_Ab01 .fa_left .fa_abtit {
    text-align: center;
}

@media screen and (min-width: 769px) {
    .fa_Ab01:before {
        content: "";
        left: 0;
        right: 0;
        top: 0;
        height: 30%;
        background: #eef4f7;
        position: absolute;
        z-index: -1;
    }

    .fa_Ab01 .fa_wrapper {}

    .fa_Ab01 .fa_left {
        width: 100%;
        max-width: 1200px;
        margin: auto;
    }

    .fa_Ab01 .fa_right .fa_pic {
        width: 100%;
        margin-bottom: 3vw;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 10px;
        overflow: hidden;
    }
}

@media screen and (max-width: 768px) {
    .fa_Ab01 .fa_right {
        margin-bottom: 50px;
    }

    .fa_company .fa_sum {
        font-size: 14px;
    }
}

/**/
.fa_Ab02 {
    position: relative;
    background: url(../images/whbg.jpg);
    overflow: hidden;
    background-attachment: fixed;
    padding: 0 10px;
}

.fa_Ab02 .fa_li .fa_ico {
    width: 30%;
    max-width: 50px;
}

.fa_Ab02 .fa_li .fa_ico img {
    width: 100%;
}

.fa_Ab02 .fa_li h3 {
    font-size: var(--f24);
    color: #fff;
}

.fa_Ab02 .fa_li h6 {
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 10px;
}

.fa_Ab02 .fa_li p {
    color: #fff;
    font-size: 16px;
    margin-top: 3vw;
}

.fa_Ab02 .fa_left .fa_sum {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}

@media screen and (min-width: 769px) {
    .fa_Ab02:before {
        content: "";
        left: 50%;
        height: 100%;
        top: 0;
        bottom: 0;
        width: 1px;
        background: rgba(255, 255, 255, 0.2);
        position: absolute;
    }

    .fa_Ab02 .fa_wrapper {
        display: flex;
        align-items: center;
    }

    .fa_Ab02 .fa_left {
        width: 50%;
        padding-right: 8vw;
    }

    .fa_Ab02 .fa_right {
        width: 50%;
    }

    .fa_Ab02 .fa_li {
        position: relative;
        padding: 3vw;
        display: flex;
    }

    .fa_Ab02 .fa_li .fa_tt {
        padding-left: 3vw;
        width: calc(100% - 90px);
    }

    .fa_Ab02 .fa_li:nth-child(-n+2):before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        background: rgba(255, 255, 255, 0.2);
        right: -100%;
    }
}

@media screen and (max-width: 768px) {
    .fa_Ab02 {
        padding: 50px 10px;
    }

    .fa_Ab02 .fa_left .fa_sum {
        font-size: 14px;
        margin: 20px 0 40px;
    }

    .fa_Ab02 .fa_li {
        padding: 30px 0;
        border-top: rgba(255, 255, 255, 0.2) solid 1px;
    }

    .fa_Ab02 .fa_li .fa_ico {
        width: 40px;
    }

    .fa_Ab02 .fa_li .fa_tt {
        margin-top: -40px;
    }

    .fa_Ab02 .fa_li .fa_tt h3,
    .fa_Ab02 .fa_li .fa_tt h6 {
        padding-left: 50px;
    }

    .fa_Ab02 .fa_li .fa_tt p {
        font-size: 14px;
    }
}

/**/
.fa_Ab03 {
    position: relative;
    background: #f6f7f9;
    overflow: hidden;
}

.fa_Ab03:before {
    content: "";
    display: block;
    width: 100%;
    height: 36.45833vw;
    transform-origin: top center;
    animation: bg 10s infinite linear;
    background: url(../images/bg4.png) no-repeat top center;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0%;
    z-index: 1;
}

@media screen and (min-width: 769px) {}

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

@-webkit-keyframes bg {
    0% {
        opacity: 1;
        transform: scale(1, 1) translateY(0%);
    }

    50% {
        opacity: .6;
        transform: scale(1.2, 1.2) translateY(-30%);
    }

    100% {
        opacity: 1;
        transform: scale(1, 1) translateY(0%);
    }
}

@keyframes bg {
    0% {
        opacity: 1;
        transform: scale(1, 1) translateY(0%);
    }

    50% {
        opacity: .6;
        transform: scale(1.2, 1.2) translateY(-30%);
    }

    100% {
        opacity: 1;
        transform: scale(1, 1) translateY(0%);
    }
}