﻿/* slider_banner_header */
.slider_banner_header {
    position: relative;
}

.slider_banner_header .slider_banner_h1 {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 33.8%;
}


.slider_banner_header .slider_banner_h1 a {
    font-family: Regular;
    font-weight: 400;
    font-size: 60px;
    color: #FFFFFF;
}

.slider_banner_header .slider_banner_text {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 49.5%;
}

.slider_banner_header .slider_banner_text a{
    color: var(--commonColor);
    &:hover{
        text-decoration: underline;
    }
}

.slider_banner_header .slider_banner_text p {
    font-family: Regular;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
}

.slider_banner_header .slider_banner_tail {
    width: 100%;
    text-align: center;
    font-family: Light;
    font-weight: 300;
    font-size: 16px;
    color: #535353;
    background: #F7F6F5;
    padding-top: 24px;
    padding-bottom: 19px;
}

.slider_banner_header .slider_banner_tail a {
    text-transform: capitalize;
}

.list1 {
    margin-top: 50px;

    li {
        display: flex;
        align-items: center;

        &:not(:first-child) {
            margin-top: 30px;
        }

        span {
            width: 50%;
            font-weight: 400;
            color: #020412;
            display: block;

            &:first-child {
                font-family: 'semiBold';
                font-size: 48px;
                margin-right: 50px;
                width: 16%;
                flex-shrink: 0;
            }

            &:last-child {
                font-family: Catamaran;
                font-size: 24px;
                flex: 1;
            }
        }
    }
}


.guanyu_all_biao,
.guanyu_all_nr {
    padding: 0 !important;
}

.guanyu_all_nr {
    margin-top: 60px !important;
}

.gaunyu_all1 {
    padding-left: 80px;
}

.guanyu_wm_all {
    align-items: center;
}

.about_main {
    padding-bottom: 50px;
}

@media screen and (max-width:950px) {
    .gaunyu_all1 {
        padding: 0 !important;
    }

    .guanyu_wm_all {
        margin-top: 0;
    }

    .guanyu_all_nr {
        margin-top: 20px !important;
    }
}