﻿.banner {
    width: 100%;
    height: 31.25vw;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    @media (max-width: 768px) {
        height: 106px;
    }

    .title

{
    color: @white;
    font-size: 40px;

    @media (max-width: 768px) {
        font-size: 20px;
    }
}

.subtitle {
    color: @white;
    font-size: 25px;

    @media (max-width: 768px) {
        font-size: 16px;
    }
}

}

#gongsiyousiss {
    margin-top: 20px;
    /* padding-bottom: 3rem; */
    @media (max-width: 768px) {
        margin-top: 20px;
        padding-bottom: 2rem;
    }

    background-color: #fff;
    .content

{
    flex-direction: column;
    .picture

{
    padding-left: 6rem;

    @media (max-width: 768px) {
        padding-left: 0rem;
    }
}

}

.title {
    color: @white;
    /* margin-top: 1.5rem; */
    @media (max-width: 768px) {
        margin-top: 0.75rem;
        margin-bottom: 0.75rem;
    }
}

.subtitle {
    color: @white;
}

.title-block-1 {
    color: #000;
    text-align: center;
    /* margin: 0px 0 6rem 0; */
    margin-top: 20px;

    @media (max-width: 768px) {
        margin: 0px 0 3rem 0;
    }

    .is-spaced

{
    color: #333;
}

h2 {
    color: #999;
}

p {
    width: 100%;
    margin: 0 auto;
    color: #666;
    .multi-ellipsis(2);
    margin-bottom: 30px;
    overflow: visible;
    display: flex;

    @media (max-width: 768px) {
        width: 100%;
    }
}

a {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
    &:hover

{
    background-color: #4974ff;
    border-color: #4974ff;
}

}
}

.gongsiyousiss_content {
    .item

{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    padding-top: 25px;
    box-shadow: #d3d3d3 0px 5px 8px;
    h1

{
    margin: 1rem 0;
    color: #333;
}

h2 {
    color: #999;
    padding-bottom: 25px;
}

.history {
    font-size: 16px;
    color: #333;
}

}
}

.container {
    @media (min-width: 1024px) {
        /* max-width: 960px; */
    }
}
}
#gongsijieshao{
        .title-block-1{
            .title{
                color: #333;
                font-family: '宋体';
            }
            .subtitle{
                font-family: '宋体';
            }
        }
        a:hover{
            img{
                transform:scale(1.1);
            }
        }
        .partner{
            width: 250px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
        }
        .column.is-1-desktop{
            width: 12.5%;
        }
        .column.is-6-mobile {
            @media (max-width: 768px){
                width: 50%;
            }
        }
    }




#gongsijieshao {
    .title-block-1

{
    .title

{
    color: #333;
    font-family: '宋体';
}

.subtitle {
    font-family: '宋体';
}

}

a:hover {
    img

{
    transform: scale(1.1);
}

}

.partner {
    width: 250px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.column.is-1-desktop {
    width: 12.5%;
}

.column.is-6-mobile {
    @media (max-width: 768px) {
        width: 50%;
    }
}
}