/* index.css */
@media (max-width:1200px) {
    .qt_four{
        right: 304px;
    }
}

@media (max-width:768px) {
    /* 公共样式 */
    .bg-text {
        font-size: 32px;
    }
    .title-text {
        font-size: 24px;
    }
    /* --------- */
    /* header */
    .scrolled .header,
    .toggle-scrolled .header {
        background-color: rgba(255, 255, 255, 1);
        position: fixed;
        z-index: 999999;
    }
    #page-index.scrolled .header,
    #page-index.toggle-scrolled .header {
        background-color: rgba(50, 126, 230, 1)!important;
    }
    .header .navbar a img {
        width: 113px;
        height: 20px;
    }
    .header .navbar .navbar-brand {
        padding: 15px 15px;
        margin-top: 0px;
    }
    .toggle-scrolled #navbarSupportedContent {
        right: 0%;
        -webkit-transition: right .5s ease, left .5s ease;
        -moz-transition: right .5s ease, left .5s ease;
        -o-transition: right .5s ease, left .5s ease;
        transition: right .5s ease, left .5s ease;
    }
    .dot {
        width: 4px;
        height: 4px;
        margin: auto 2px;
    }
    #navbarSupportedContent {
        width: 62%;
        background-color: #F1F6FD;
        position: fixed;
        bottom: 0;
        right: -62%;
        top: 51px;
        padding: 20px;
        z-index: 99999;
        margin-left: -62%;
        -webkit-transition: right .5s ease, left .5s ease;
        -moz-transition: right .5s ease, left .5s ease;
        -o-transition: right .5s ease, left .5s ease;
        transition: right .5s ease, left .5s ease;
    }
    #navbarSupportedContent .navbar-nav li.nav-item a {
        color: #333333;
        font-size: 14px;
    }
    .navbar-nav {
        /* flex-direction: column!important; */
        /* margin-top: 0; */
    }
    .top_banner .swiper-pagination-bullets {
        height: 10px;
    }
    .top_banner .swiper-pagination-bullet {
        width: 4px;
        height: 4px;
        margin: 0 2px!important;
        margin-bottom: 8px!important;
    }
    /* 右侧收缩菜单 */
    .toggle-scrolled .header li.nav-item.active {
        width: 100%;
    }
    .toggle-scrolled .header li.nav-item.active a.nav-link {
        color: #327EE6!important;
        font-size: 14px;
        border-bottom: 0px;
        width: 100%;
        height: 100%;
        border-bottom: 1px solid #327EE6;
        line-height: 80px;
    }
    /* 产品与服务 */
    .product-services {
        padding: 50px 0 30px 0;
    }
    .classify img {
        width: 44px;
        height: 44px;
    }
    .know-detail {
        margin-bottom: 30px;
    }
    /* 项目案例 */
    .project-case {
        background: url(../images/@media/bg_project_mb.png) no-repeat;
        background-size: 100% 100%;
    }
    #page-index .case_slideshow {
        height: 300px;
    }
    .case-box {
        width: 320px;
        height: 230px;
    }
    .ourClients img {
        width: 50px;
        height: 50px;
    }
    .ourClients .col-md-4 {
        margin-bottom: 30px;
    }
    .ourClients .col-md-4 p {
        font-size: 12px;
        margin-top: 14px;
    }
    .swiper-slide.case-slide {
        height: 240px;
    }
    .swiper-pagination {
        display: block!important;
    }
    .pr-0 {
        padding-right: 15px;
    }
    .pl-0 {
        padding-left: 15px;
    }
    /* 合作伙伴 */
    .partners {
        background: url(../images/@media/bg_partner_mobile.png) no-repeat;
        background-size: 100% 100%;
    }
    /* 未来愿景 */
    .futrue-vision .content p {
        font-size: 13px;
        line-height: 26px;
    }
    .yinhao {
        width: 44px;
        height: 30px;
    }
    .futrue-vision {
        background: url(../images/@media/bg_left_mb.png) left 0 bottom 0 no-repeat;
    }
    .futrue-vision .container {
        margin-top: 30px;
    }
    /* ------------------------------------------------------------------------------------------- */
    /* product_pj.html 产品与服务 */
    .pcMenu {
        display: none!important;
    }
    .mobileMenu {
        display: block!important;
    }
    .pcMenuNav {
        display: none!important;
    }
    .mobileMenuNav {
        display: block!important;
    }
    .banner {
        height: 160px;
    }
    #product-services .productServices {
        background: url(../images/@media/banner_product_mb.png) no-repeat;
        background-size: 100% 100%;
    }
    .banner .banner-bg-text {
        font-size: 30px;
    }
    .banner .banner-text {
        font-size: 28px;
        bottom: -8px;
    }
    .nav-center,
    .nav-center .container {
        padding: 0;
        border: none;
    }
    .nav-center ul.navbar-nav {
        margin-top: 0px!important;
    }
    .nav-center li {
        width: 25%;
        float: left;
    }
    .nav-center .navbar-nav li.firstMenu a {
        line-height: 20px;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    .product-info {
        padding-top: 0px;
    }
    #product-services .text-box {
        height: auto!important;
        padding-top: 40px;
    }
    #product-services .text-box ul {
        width: 100%;
    }
    #product-services .img-box {
        margin-top: 20px;
    }
    #product-services .img-box img {
        width: 300px;
    }
    .big-data .row,
    .info_platform .row,
    .network_5g .row {
        display: flex;
        flex-direction: column;
    }
    .big-data .row .col-md-5,
    .info_platform .row .col-md-5,
    .network_5g .row .col-md-5 {
        order: 2;
    }
    .big-data .row .col-md-7,
    .info_platform .row .col-md-7,
    .network_5g .row .col-md-6 {
        order: 1;
    }
    .introduce {
        padding: 50px 10px 30px;
        width: 100%;
        text-indent: 2em;
    }
    .introduce p {
        text-align: justify;
        font-size: 14px;
    }
    .introduce-img {
        padding: 0 40px;
        margin-bottom: 60px;
    }
    .introduce-img span {
        position: unset;
        display: block;
        padding: 20px 68px;
        text-align: center;
        border: 1px solid #ddd;
        margin: 15px 0;
    }
    .introduce-img img {
        margin-top: 30px;
    }
    /* ------------------------------------------------------------------ */
    /* client_case.html 客户案例 */
    #client_case .case_slideshow {
        height: auto;
    }
    .clientCase {
        background: url(../images/@media/banner_project_mb.png) no-repeat;
        background-size: 100% 100%;
    }
    .h4-title {
        font-size: 18px;
    }
    #client_case .school {
        width: 33.333%;
        margin: 0px;
    }
    #client_case .school img {
        width: 50px;
        height: 50px;
    }
    #client_case .school p {
        font-size: 13px;
        margin-top: 15px;
    }
    #client_case .client_case1_title span {
        font-size: 18px;
        padding: 8px 40px;
    }
    #client_case .swiper-slide.case-slide {
        width: 164px!important;
        height: 123px!important;
    }
    .client_case1 .swiper-pagination {
        display: none;
    }
    #client_case .client_case1 {
        padding: 65px 0 50px 0;
    }
    #client_case .case-phone {
        display: none;
    }
    #client_case .case-mb {
        display: block;
    }
    /* -------------------------------------------------------------------- */
    /* 合作伙伴 */
    .partnerBanner {
        background: url(../images/@media/banner_partner_mb.png) no-repeat;
        background-size: 100% 100%;
    }
    #partner .logo-box {
        width: 80%;
        margin-bottom: 15px;
    }
    .scnu img {
        width: 132px;
        height: 41px;
    }
    .scut img {
        width: 169px;
        height: 39px;
    }
    .gdkf img {
        width: 166px;
        height: 39px;
    }
    .gdip img {
        width: 200px;
        height: 39px;
    }
    #partner .zq-logo {
        width: 100%;
        height: 64px;
        border-radius: 3px;
        margin-bottom: 15px;
        padding: 0;
        align-items: center;
        opacity: 1!important;
    }
    #partner .zq-logo p {
        display: none;
    }
    #partner .zq-logo img {
        width: 125px;
        height: auto;
    }
    /*  */
    /* 关于砺云 */
    #about_liyun .text-box {
        padding-left: 0px;
        display: table-cell;
    }
    #about_liyun .text-box div {
        text-align: right;
        margin-top: 30px;
    }
    #about_liyun .text-box p {
        font-size: 14px;
    }
    .futrue-vision1 {
        background: url(../images/bg_feature_mb.jpg) no-repeat;
        background-size: 100% 100%;
    }
    .futrue-vision1 .container img {
        width: 120px;
    }
    .futrue-vision1 .content {
        padding: 0 2rem;
        font-size: 14px;
    }
    #about_liyun .msg {
        flex-direction: column;
        margin-bottom: 14px;
        line-height: 32px;
    }
    /*  */
    /* 区域教师发展中心 */
    .moreSystem {
        margin-top: 50px;
    }
    #area_content .moreSystem {
        padding-top: 50px;
    }
    #area_content .moreSystemTitle span {
        font-size: 18px;
        padding: 8px 40px;
        margin-bottom: 0px;
    }
    #area_product .productServices {
        background: url(../images/@media/banner_product_mb.png) no-repeat;
        background-size: 100% 100%;
    }
    #area_product .banner .banner-text {
        font-size: 26px;
    }
    /*  */
    /* footer */
    .footer {
        background-image: none;
        background-color: rgba(17, 45, 83, 1);
    }
    .contact {
        background: none;
    }
    .footer .address {
        padding-left: 0px;
    }
    .footer .address::after,
    .footer .address::before {
        background: none;
    }
    .footer .contact-way {
        justify-content: center;
        margin: 10px 0;
    }
    .footer .contact-way img {
        width: 24px;
        height: 24px;
    }
    .footer .contact-way .way_name {
        display: none;
    }
    .footer .contact-way .way span {
        font-size: 13px;
    }
    .footer-msg {
        padding: 0;
    }
    img.mb_show {
        display: inline!important;
        width: 128px;
        height: auto;
    }
    .footer-msg img.footer_logo {
        display: none!important;
    }
    .footer-msg .col-md-4 {
        text-align: center;
    }
    .footer .footer-msg .col-md-8 {
        display: none;
    }
    .footer .qrcodes {
        width: 100%;
        padding: 0 36px;
    }
}

@media (min-width:768px) {
    .navbar-toggler {
        display: none!important;
    }
}