.ml-8{
    margin-left: 3rem;   
}
.gywm-nav{
    background-color:#f6f6f6;
}

.gywm-nav .container{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 4.29rem;
}

.gywm-title{
    color: #1b3786;
}

.jk .box{
    background-color: #f6f6f6;
}

.jk .jk-left img{
    width: 3.57rem;
}

@media (min-width: 991.89px) {
    .jk{
        display: flex;
        flex-direction: column;
        justify-content: space-between;       
       
    }
    .jk .box{
        flex: 1;
        margin-top: 1.43rem;
        padding: 0.71rem;
        margin-left: 1.43rem;
    }
    
    .jk .box:first-child{
        margin-top: 0;
    }
    
    
    .jk .jk-right{
         display: flex;
        flex-direction: column;
    }
    .sj{
        margin-top: 1.5rem;
         margin-bottom: 1.5rem;
         display: flex;
    }
    .sj>div{
        margin-right: 1.5rem;
    }
}

@media (max-width: 991.89px) {
    .jk{
        display: flex;
        justify-content: space-between;
        margin-top: 1.5rem;
    }
    
    .jk .box{
        flex: 1;
        margin-left: 0.71rem;
        padding: 0.71rem;
    }
    
    .jk .box:first-child{
        margin-left: 0;
    }
    
    .sj{
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
       
    }
    .sjd1{
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
       
    }
    
}



@media (min-width: 991.89px) {
    /*#Corporate-Culture,#Brand-Interpretation{*/
    /*    margin-top: 4rem !important;*/
    /*}*/
    #Corporate-Culture .pc{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 0.71rem;
    }
    
    #Corporate-Culture .pc img{
        /*height:12.86rem*/
    }
}
@media (max-width: 991.89px) {
    #Corporate-Culture .pc{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.71rem;
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
     #Corporate-Culture .pc img{
        /*height:8.57rem*/
    }
}


.group-honors .join{
    background-color: #f6f6f6;
}


@media (min-width: 991.89px) {
    #group-honors .container .con{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 2.14rem;
    }
    #group-honors .container .box{
        background-color: #fff;
        box-shadow: 0.14rem 0.14rem 0.14rem rgba(0, 0, 0, 0.2);
        padding: 1rem .75rem;
    }
    #group-honors .container .box .box-img{
        background-color: #f3f4f8;
    }
    #group-honors img{
        height:12.86rem
    }
    
    .uia-timeline__groups{
        margin-left:5rem
    }
    .uia-card__intro{
        position: absolute;
        left:-10rem;
        margin-top: 1.5rem;
    }
   .uia-content{
        width: calc(100% - 14.29rem - 1.43rem);
        margin-right:1.43rem
    }
    
    .uia-card__description {
       margin-top: -0.36rem;
    }
    
    .gs-img{
        width:14.29rem
    }
}

 

@media (max-width: 991.89px) {
    #group-honors .container .con{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    #group-honors .container .box{
        background-color: #fff;
        box-shadow: 0.14rem 0.14rem 0.14rem rgba(0, 0, 0, 0.2);
        padding: 1rem .75rem;
    }
    #group-honors .container .box .box-img{
        background-color: #f3f4f8;
    }
    #group-honors img{
        /*height:12.86rem*/
        width:100%;
    }
    
    .uia-timeline__groups{
        margin-left:0px;
        padding-top: 1.43rem;
    }
    .uia-card__body{
        flex-direction: column;
    }
    .gs-img{
        width:100%
    }
}