/* 公司简介 */
article#gsjj .module-1, article#gsjj .module-2 ,article#gsjj .module-3,article#gsjj .module-4,article#gsjj .module-5 {
    margin-bottom: 60px;
}

article#gsjj .module-1 h3{
    color: var(--text-color-darker);
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
}

article#gsjj .module-1>img{
    display: inline-block;
    flex: 1;
    height: 100%;
    object-fit: contain;
    min-width: 471px;
}

article#gsjj .module-2 h1, article#gsjj .module-3 h1 {
    color: #ededed;
    font-size: 80px;
    font-weight: bolder;
    margin-bottom: 40px;
    opacity: 0.5;
}

article#gsjj .module-2>img{
    display: inline-block;
    min-width: 400px;
    flex: 1;
    height: 100%;
    margin-right: 40px;
    object-fit: contain;
}

article#gsjj .module-3>img{
    display: inline-block;
    min-width: 400px;
    flex: 1;
    height: 100%;
    object-fit: contain;
}
/* 组织架构 */
article#zzjg .module-1 {
    margin-bottom: 60px;
    background: url("../images/bg-map.png") no-repeat top center;
}
article#zzjg .module-1 img{
    width: 100%;
    height: 100%;
}
/* 企业荣誉 */
article#qyry .timeline {
    margin-bottom: 60px;
    background: url("../images/bg-lou.png") no-repeat top center;
    background-size: 100% 100%;
}

article#qyry .timeline .timeline-year{
    flex: 0.5;
    margin-top: 20px;
    align-items: flex-end;
}

article#qyry .timeline .timeline-year span {
    color: white;
    font-size: 18px;
    padding: 12px 30px;
    background-color: #39464F;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

article#qyry .timeline .timeline-line{
    width: 2px;
    background-color: var(--primary-color);
    position: relative;
    margin: 0 20px;
    align-self: stretch;
}
article#qyry .timeline .timeline-line::before {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--primary-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

article#qyry .timeline .timeline-content{
    flex: 2;
    margin-top: 20px;
}

article#qyry .timeline .timeline-content li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
article#qyry .timeline .timeline-content li svg {
    flex-shrink: 0;
}
article#qyry .timeline .timeline-content li span{
    display: block;
    color: #787F85;
    margin-left: 15px;
}
article#qyry .timeline li .bo {
    color: #39464F;
    font-size: 36px;
    background-color: transparent;
    display: inline-block;
    width: 60px;
    height: 60px;
    transform: rotate(90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    margin-right: 30px;
    margin-top: 20px;
}

/* 合作伙伴 */
article#hzhb .module ul > li {
    margin-bottom: 20px;
}
article#hzhb .module div {
    display: inline-block;
    color: white;
    font-size: 20px;
    background-color: var(--primary-color);
    margin-bottom: 20px;
    margin-left: 4px;
    padding: 14px 30px;
}

article#hzhb .module ol{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 20px;
    row-gap: 20px;
}

/* 宽度1200px */
@media (max-width: 1200px) {
    article#gsjj .module-1 img, article#gsjj .module-3 img {
        margin-right: 20px;
    }
    article#gsjj .module-2 img{
        margin-left: 20px;
    }
}

@media (max-width: 992px) {
    article#hzhb .module div {
        font-size: 16px;
    }
    article#hzhb .module ol {
        grid-template-columns: repeat(4,1fr);
    }
}

@media (max-width: 768px) {
    article#gsjj .module-1,article#gsjj .module-3,article#gsjj .module-4,article#gsjj .module-5 {
        flex-direction: column;
        align-items: center;
        margin: 0 10px;
    }
    article#gsjj .module-2 {
        flex-direction: column-reverse;
        align-items: center;
        margin: 0 10px;
    }

    article#gsjj .module-1>img,article#gsjj .module-2>img,article#gsjj .module-3>img{
        width: 92%;
        min-width: 380px;
        margin: 0;
        margin-bottom: 20px;
    }

    article#gsjj .module-2 h1, article#gsjj .module-3 h1 {
        display: none;
    }

    article#qyry .timeline .timeline-year span {
        font-size: 14px;
    }

    article#qyry .timeline li .bo {
        font-size: 30px;
        width: 36px;
        height: 36px;
    }

    article#hzhb .module ol {
        grid-template-columns: repeat(3,1fr);
    }
}

@media (max-width: 576px) {
    article#qyry .timeline .timeline-year span {
        padding: 12px 16px;
    }
    article#hzhb .module ol {
        grid-template-columns: repeat(2,1fr);
    }
}