﻿/* 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: 20%;
                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: 1366px) {
    .list1 li span:first-child {
        width: 33%;
    }

    .gaunyu_all1 {
        padding: 0 !important;
    }
}

@media screen and (max-width:1100px) {
    .guanyu_wm_all{margin-top: 5%;}
    .guanyu_all_biao{font-size: 42px;}
    .guanyu_all_nr{margin-top: 30px !important;}
    .list1{margin-top: 10px;}
    .list1 li span:first-child{font-size: 36px; line-height: 1.35;}
    .list1 li span:last-child{font-size: 20px;}
    .list1 li:not(:first-child){margin-top: 10px;}

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


    .guanyu_wm_all {
        margin-top: 0;
    }

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

    .list1 li span {
        font-size: 20px !important;
        margin: 0 !important;

    }
}