@media (max-width: 768px) {
    .CarouselList > a {
        background-size: contain;
    }

    .BodyContent {
        height: auto;
    }
    .Business{
        height: 100vh;
    }
    .About ,.Business,.Information{
        margin-top: 50px;
    }
    .NewsUs{
        padding-left: 24%;
        top: -6%;
    }
    .AboutName {
        text-align: center;
    }

    .AboutUs {
        font-size: 79px;
        padding-left: 6%;
    }

    .AboutList {
        margin: 8px;
        width: 28%;
    }

    .AbooutImg {
        max-width: 20%;
    }
    .AboutList>div:last-child {
        max-width: 80%;
    }

    .AbooutImg > img {
        max-width: 100%;
    }
    .AboutLinkName{
        font-size: 14px;
        margin-left: 10px;
        text-align: left;
    }
    .AboutLinkName span{
        font-size: 10px;

    }
    .Information >div,.FootContent{
        display: block;
    }
    .NewsBtnBox{
        display: none;
    }
    .Foot{
        background-size: cover;
    }
    .SinglePageHeader{
        margin-top: 175px;
    }
    .ejnavtit{display: none}
    .PageNav .PageNavList{
        text-align: left;
    }
    .PageNav .PageNavList a{
        width: 32.3%;
        box-sizing: border-box;
    }
    .AboutContent,.AboutPageBox{
        display: inline-block;
    }
    .add li{
        width: 100%;
    }
    .TitleEnglish{
        font-size: 60px;
    }
    .Course .swiper-button-prev, .Course .swiper-container-rtl .swiper-button-next{
        left: 20px;
    }
    .Course .swiper-button-next, .Course .swiper-container-rtl .swiper-button-prev{
        right: 20px;
    }
    .header .headermask{
        background-color: #1178b7;
        opacity: 1;
        top: 0px;
    }
    .PageBack{
        position: absolute;
        top: 80px;
    }
    .porductContent>div{
        padding: 10px;
    }
    .productBtn{
        opacity:1;
        position:relative;
        width: 100%;
    }
    .productBtn > a{
        writing-mode:initial
    }
}

@media screen and (min-width: 1200px) {
    .layui-container {
        width: 1270px;
    }


}


