@charset "utf-8";
body {
    background: none;
}

.path-frontpage #block-oval-page-title,
.path-frontpage #block-oval-content {
    display: none;
}

.region--content {
    margin-block-end: 0 !important;
}

.path-frontpage .lSSlideOuter {
    height: 31.25vw;
}

.region > * {
    margin-block-end: 0 !important;
}


.item-list ul,
.item-list li {
    padding: 0 !important;
    margin: 0 !important;
}

.region--content {
    width: 100%;
    height: auto;
    display: block !important;
}

#block-oval-page-title .page-title {
    font-size: 32px;
    font-weight: 600;
    color: #3c6bc9;
    text-align: center;
    display: block;
    margin-top: 24px;
    margin-bottom: 32px;
}

main:before,
main:after,
.page-header:before,
.page-header:after,
.contnet-wrapper:before,
.contnet-wrapper:after,
.section-td-intro:before,
.section-td-intro:after,
.section-td_scope:before,
.section-td_scope:after,
.section-td-client:before,
.section-td-client:after,
.section-td-contact:before,
.section-td-contact:after {
    content: "";
    display: table;
}

main:after,
.page-header:after,
.contnet-wrapper:after,
.section-td-intro:after,
.section-td_scope:after,
.section-td-client:after,
.section-td-contact:after {
    clear: both;
}


@media all and (max-width: 767px) {
    .path-frontpage .lSSlideOuter {
        height: 240px;
    }

    #block-oval-page-title .page-title {
        font-size: 24px;
        margin-top: 16px;
        margin-bottom: 16px;
    }
    
}

/* Tablets Portrait 的样式*/
@media all and (min-width:768px) and (max-width: 959px) and (orientation: portrait) {
 
    
}

/* Tablets Landscape 的样式 */
@media all and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

    
}



