img{
    max-width: 100%;
}
.Textmiddle{
    text-align: center;
}
.slogan{
    align-items: center;
    padding: 80px 0;
    border-bottom: 1px solid #CCCCCC;
}
.slogan p:nth-child(1){
    font-weight: bold;
    font-size: 45px;
    color: #111111;
    line-height: 54px;
}
.slogan p:nth-child(2){
    font-weight: 400;
    font-size: 24px;
    color: #111111;
    letter-spacing: 24px;
}
.slogan .sloganright{
    font-weight: 400;
    font-size: 20px;
    color: #111111;
}
.introduce {
    padding-top: 120px;
}
.introduce .sloganleft p{
    font-weight: bold;
    font-size: 45px;
    color: #111111;
}
.introduce .sloganright{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.introduce .sloganright .sloganrightItem{
    display: flex;
    justify-content: center;
    gap: 100px;
    border: 1px solid #ccc;
    padding:60px;
    width: 100%;
}
.sloganrightItem .sloganrightItem_left h3{
    font-weight: bold;
    font-size: 50px;
    color: #000000;
}
.sloganrightItem .sloganrightItem_left p{
    font-weight: 400;
    font-size: 22px;
    color: #000000;
    margin:  17px 0;
}
.col-md-6{
    padding: 0;
}
.sloganrightItem .sloganrightItem_left span{
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}
.sloganrightItem .sloganrightItem_right{
    flex: 1;
}
.sloganrightItem .sloganrightItem_right p{
    margin-top: 10px;
    font-weight: 400;
    font-size: 17px;
    color: #000000;
}
.sloganright h2{
    margin-top: 80px;
    font-size: 50px;
    margin-bottom: -10px;
}
.aptitude{
    padding: 100px 0;
}
.aptitude .aptitude_Item{
    display: flex;
}
.aptitude .aptitude_Item .aptitude_Item_left:nth-child(1){
    padding-bottom: 50px;
    padding-top: 15px;
    width: 50%;
}
.aptitude .aptitude_Item .aptitude_Item_left:nth-child(1) .box{
    width: 90%;
    max-width: 700px;
}
.aptitude .aptitude_Item .aptitude_Item_left:nth-child(2){
    width: 50%;
}
.aptitude .aptitude_Item:nth-child(1){
    margin-left: auto;
}
.aptitude .aptitude_Item{
    margin-top: 60px;
    width: 100%;
}
.aptitude .aptitude_Item .aptitude_Item_left{
    display: flex;
    flex-direction: column;
}
.aptitude .aptitude_Item .aptitude_Item_left h3{
    font-weight: bold;
    font-size: 46px;
    color: #111111;
    text-align: left;
    margin-bottom: 60px;
    margin-right: 180px;
}
.aptitude .aptitude_Item .gridContent{
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.gridContent .aptitude_Item_left_content{
    height: 0;
    padding-bottom: 100%;
    text-align: center;
    border: 1px solid #CCCCCC;
    position: relative;
}
.gridContent .aptitude_Item_left_content p{
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    font-weight: bold;
}
.gridContent .aptitude_Item_left_content:nth-child(1){
    background-size: cover !important;
    color: #fff;
}
.gridContent .aptitude_Item_left_content:nth-child(6){
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.gridContent .aptitude_Item_left_content:nth-child(4){
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.gridContent .aptitude_Item_left_content:nth-child(5){
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}
.gridContent .aptitude_Item_left_content:nth-child(3n-1){
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
}
.main_content:nth-child(2){
    height: 370px;
    margin-bottom: 50px;
}
.main_content:nth-child(2) .container{
    height: 100%;
}
.main_content:nth-child(2) .row{
    align-items: center;
    height: 100%;
}
.main_content:nth-child(2) .row .col-md-6{
    display: flex;
    gap: 28px;
}
.main_content:nth-child(2) .row h2{
    font-weight: bold;
    font-size: 71px;
    color: #FFFFFF;
    margin-bottom: 0;
    line-height: 33px;
}
.main_content:nth-child(2) .row p{
    font-weight: 400;
    font-size: 41px;
    color: #FFFFFF;
    margin-bottom: 0;
    line-height: 47px;
}
.Mainfooter{
    max-width: calc( 50% + 700px );
    width: 95%;
    border-top: 1px solid #ccc;
    border-bottom: none;
    margin-left: auto;
}
.footerItem{
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: flex-end;
    width: fit-content;
    margin-left: auto;
}
.footerItem:nth-child(2n){
    flex-direction: row-reverse;
}
.footerItem:nth-child(2n) .footerItemright{
    border-left: 1px solid #ccc;
    border-right: 1px solid transparent;
}
.footerItemleft{
    width:579px;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.footerItemleft h3{
    font-weight: bold;
    font-size: 45px;
    color: #111111;
    line-height: 68px;
}
.footerItemright{
    width: 578px;
    padding: 30px 36px;
    border-right: 1px solid #ccc;
}

    .footerItem:nth-child(2n-1) .footerItemleft{
        padding: 0 50px;
    }
@media(max-width:768px){
    .aptitude .aptitude_Item .aptitude_Item_left:nth-child(1) .box{width:100%}
    .row{
        margin: 0;
    }
    .introduce .sloganleft p{
        font-size: 26px;
    }
    .introduce{
        padding-top: 30px;
    }
    .introduce .sloganright .sloganrightItem{
        padding: 20px;
        gap: 20px;
        display: block;
    }
    .sloganrightItem .sloganrightItem_left h3{
        font-size: 36px;
        line-height:36px;
    }
    .aptitude .aptitude_Item{
        width: 100%;
        padding: 0;
        flex-wrap: wrap;
        gap: 30px;
        margin-bottom: 0;
    }
    .aptitude .aptitude_Item .aptitude_Item_left:nth-child(2){
        width:100%;
    }
    .aptitude .aptitude_Item .aptitude_Item_left h3{
        font-size: 26px;
        line-height: normal;
        margin: 0;
    }
    .aptitude .aptitude_Item .aptitude_Item_left:nth-child(1){
        padding-bottom: 0;
        width:100%;
    }
    .aptitude{
        padding: 30px 15px;
    }
    .Mainfooter{
       width: 100%;
        padding: 0 15px;
        flex-wrap: wrap;
        gap: 30px;
        margin-bottom: 0;
        border: none;
    }
    .footerItem{
        flex-wrap: wrap;
        border-bottom:none;
    }
    .footerItemleft,.footerItemright{
        width: 100%;
        border: 1px solid #ccc;
    }
    .footerItemleft h3{
        font-size: 36px;
        line-height: normal;
    }
    .Mainfooter .footerItemright{
        border-top: none;
        border-bottom: none;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        padding: 15px 18px;
    }
    .footerItem:nth-child(2n) .footerItemright{
        border-top: none;
        border-bottom: none ;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
    }
    .sloganright h2{
        font-size: 36px;
        margin-top: 0;
        line-height: normal;
    }
    .introduce .sloganright{
        gap: 30px;
    }
    .footerItemleft{
        padding: 10px !important;
    }
    .footerItemleft h3{font-size:26px}
    .footerItem:last-child{
        border-bottom: 1px solid #ccc;
    }
    .main_content:nth-child(2) .row h2{
        font-size: 45px;
    }
    .main_content:nth-child(2) .row p{
        font-size: 22px;
    }
    .main_content:nth-child(2) .row .col-md-6{
        justify-content: center;
    }
    .main_content:nth-child(2){
        height: 200px;
        margin-bottom: 30px;
    }
    .slogan p:nth-child(1){font-size:36px}
}