@charset "UTF-8";
/* ==================== 移动端全局样式 (max-width: 767px) ==================== */
@media screen and (max-width: 767px) {
  /* ---- 全局重置 ---- */
  body {
    min-width: 100% !important;
    padding-top: 52px;
    overflow-x: hidden;
  }
  .wid {
    max-width: 100% !important;
    padding: 0 15px !important;
  }
  /* 防止子元素溢出容器 - 但不裁剪图片 */
  .swiper-container {
    max-width: 100%;
    overflow: hidden;
  }
  /* 移动端默认取消 li 浮动，所有 li 垂直排列 */
  li {
    float: none !important;
  }
  /* 只对大区块取消浮动，内部小元素保留 */
  .contact .logos.fl,
  .contact .logos .fl,
  .contact .navigation.fl,
  .contact .consult.fl,
  .contact .conts.fr,
  .company .conts .company-items .intrs.fl,
  .company .conts .company-items .bann.fr,
  .company .conts .company-items .bann.fl,
  .region .inform .intr-tabs .intr.fl,
  .region .inform .intr-tabs .list.fr {
    float: none !important;
  }
  /* 恢复需要 inline 并排的小元素 */
  .contact .logos .share .box.fl {
    float: left !important;
  }
  /* contact 内部 .ico.fl + .txt.fr 保持并排 */
  .contact .conts .text .box .ico.fl,
  .contact .conts .text .box .txt.fr {
    float: left !important;
  }
  /* ---- Header ---- */
  .head {
    height: 52px;
    min-width: 100% !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 898;
    background-color: #fff !important;
  }
  .head .wid {
    max-width: 100% !important;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 15px !important;
  }
  .head .logo {
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .head .logo img {
    height: 36px !important;
    max-width: none;
  }
  .head .func {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .head .func .nav {
    display: none;
  }
  .head .func .apply {
    padding-left: 0;
    height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .head .func .apply .cont {
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    padding: 0 12px;
    border-radius: 4px;
    background-image: -webkit-gradient(linear, left top, right top, from(#bba581), to(#000));
    background-image: -webkit-linear-gradient(left, #bba581, #000);
    background-image: linear-gradient(to right, #bba581, #000);
    color: #fff;
  }
  .head .func .apply .cont img {
    display: none;
  }
  .head .hamburger {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 36px;
    height: 36px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    margin-left: 10px;
    -webkit-tap-highlight-color: transparent;
  }
  .head .hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .head .hamburger span::before,
  .head .hamburger span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .head .hamburger span::before {
    top: -7px;
  }
  .head .hamburger span::after {
    top: 7px;
  }
  /* ---- 移动端侧边导航 ---- */
  .mobile-nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }
  .mobile-nav-overlay.active {
    display: block;
  }
  .mobile-nav {
    position: fixed;
    top: 0;
    right: -280px;
    width: 280px;
    height: 100%;
    background: #1a1a1a;
    z-index: 1000;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .mobile-nav.active {
    right: 0;
  }
  .mobile-nav-header {
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .mobile-nav-close {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
  }
  .mobile-nav > ul {
    margin: 0;
    padding: 0;
  }
  .mobile-nav > ul > li {
    width: 100%;
    list-style: none;
    border-bottom: 1px solid #333;
  }
  .mobile-nav > ul > li > a {
    display: block;
    padding: 14px 20px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
  }
  .mobile-nav > ul > li > a:hover,
  .mobile-nav > ul > li > a:active {
    color: #ffd78d;
  }
  /* 移动端导航激活状态 */
  .mobile-nav > ul > li.active > a {
    color: #C0392B;
    font-weight: bold;
  }
  .mobile-nav-toggle .arrow {
    float: right;
    font-size: 12px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .mobile-nav-toggle .arrow.rotate {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .mobile-sub-nav {
    display: none;
    background: #222;
    padding: 0;
    margin: 0;
  }
  .mobile-sub-nav.open {
    display: block;
  }
  .mobile-sub-nav li {
    width: 100%;
    list-style: none;
    border-bottom: 1px solid #333;
  }
  .mobile-sub-nav li a {
    display: block;
    padding: 12px 20px 12px 35px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    text-decoration: none;
  }
  .mobile-sub-nav li a:hover {
    color: #ffd78d;
  }
  /* 移动端子菜单激活状态 */
  .mobile-sub-nav li.active a {
    color: #C0392B;
    font-weight: bold;
  }
  .mobile-nav-contact {
    padding: 20px;
  }
  .mobile-contact-btn {
    display: block;
    width: 100%;
    height: 44px;
    background-image: -webkit-gradient(linear, left top, right top, from(#bba581), to(#000));
    background-image: -webkit-linear-gradient(left, #bba581, #000);
    background-image: linear-gradient(to right, #bba581, #000);
    border-radius: 6px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 2px;
  }
  /* ---- Banner ---- */
  .banner {
    width: 100%;
    height: auto !important;
    float: left;
    position: relative;
  }
  .banner .list {
    width: 100%;
  }
  .banner .list ul {
    width: 100%;
  }
  .banner .list ul li {
    width: 100% !important;
  }
  .banner .list ul li img {
    width: 100%;
    height: auto !important;
    display: block;
  }
  .banner .intrs {
    position: relative;
    width: 100%;
    height: auto;
    left: auto;
    top: auto;
    z-index: 99;
  }
  .banner .conts {
    display: none !important;
  }
  .banner .thumbnails {
    position: relative;
    width: 100% !important;
    right: auto;
    bottom: auto;
    max-width: 100%;
    height: auto;
    padding: 10px 15px;
  }
  .banner .thumbnails ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .banner .thumbnails ul li {
    width: calc(25% - 6px);
  }
  .banner .thumbnails ul li .imgs {
    overflow: hidden;
    border-radius: 4px;
  }
  .banner .thumbnails ul li .imgs img {
    width: 100%;
    height: auto !important;
    display: block;
    border-radius: 4px;
  }
  .banner .thumbnails ul li .imgs:after {
    background: rgba(0, 0, 0, 0.4);
  }
  .banner .thumbnails ul li .txts {
    font-size: 11px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* ---- Course 开设课程 ---- */
  .course {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
    float: left;
  }
  .course .list {
    padding-top: 30px;
    width: 100%;
  }
  .course .list ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .course .list ul li {
    width: 100% !important;
    padding: 0;
    margin-bottom: 20px;
    position: relative;
  }
  .course .list ul li .imgs {
    width: 100%;
  }
  .course .list ul li .imgs img {
    width: 100%;
    height: auto !important;
    display: block;
  }
  .course .list ul li .btns {
    position: relative;
    left: auto;
    bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
    padding-top: 10px;
  }
  .course .list ul li .btns span,
  .course .list ul li .btns a {
    margin-left: 0;
    margin-right: 0;
    width: auto;
    min-width: 100px;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
  }
  /* ---- Company 走进达恩 ---- */
  .company {
    width: 100%;
    float: left;
    padding-top: 40px;
    padding-bottom: 0;
  }
  .company .conts {
    width: 100%;
    padding: 20px 0;
    padding-top: 30px;
    float: left;
  }
  .company .conts .company-items {
    width: 100%;
  }
  .company .conts .company-items .intrs {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .company .conts .company-items .intrs .text p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .company .conts .company-items .intrs .more a {
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  .company .conts .company-items .bann {
    width: 100% !important;
    padding-bottom: 20px;
  }
  .company .conts .company-items .bann ul {
    width: 100%;
  }
  .company .conts .company-items .bann ul li {
    width: 100% !important;
  }
  .company .conts .company-items .bann ul li img {
    width: 100%;
    height: auto !important;
    border-radius: 8px;
    display: block;
  }
  /* ---- Teacher 师资团队 ---- */
  .teacher {
    width: 100%;
    float: left;
    padding-bottom: 40px;
  }
  .teacher .wid {
    max-width: 100% !important;
  }
  .teacher .title {
    width: 100%;
    padding-top: 40px;
  }
  .teacher .tabs {
    width: 100%;
    padding-top: 30px;
  }
  .teacher .tabs ul {
    width: 100% !important;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
  .teacher .tabs ul li {
    width: auto;
    padding: 0 12px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 15px;
    line-height: 50px;
  }
  .teacher .tabs-body {
    padding: 15px 0;
    width: 100%;
  }
  .teacher .tabs-cont {
    display: none;
    padding: 0;
    width: 100%;
  }
  .teacher .tabs-cont.show {
    display: block;
  }
  .teacher .tabs-cont .slide {
    width: 100%;
  }
  .teacher .tabs-cont .slide .swiper-container {
    width: 100%;
  }
  .teacher .tabs-cont .item {
    width: 100% !important;
    height: auto;
    margin: 0 0 10px;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .teacher .tabs-cont .item.on {
    width: 100% !important;
  }
  .teacher .tabs-cont .item .tea-img {
    width: 100% !important;
    height: 280px !important;
    border-radius: 6px 6px 0 0;
    background-size: contain !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-color: #F2F2F2;
  }
  .teacher .tabs-cont .item.on .tea-img {
    width: 100% !important;
    height: 280px !important;
  }
  .teacher .tabs-cont .item .tea-info {
    display: none;
  }
  .teacher .tabs-cont .item.on .tea-info {
    display: block !important;
    width: 100% !important;
    max-width: 100%;
    padding: 15px;
  }
  .teacher .tabs-cont .item .tit {
    font-size: 20px;
  }
  .teacher .tabs-cont .item .subtit {
    font-size: 13px;
    margin: 6px 0 12px;
  }
  .teacher .tabs-cont .item .desc {
    font-size: 13px;
    line-height: 20px;
    max-height: none !important;
    overflow: visible !important;
    margin-bottom: 12px;
  }
  .teacher .tabs-cont .item .small-pic ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6px;
  }
  .teacher .tabs-cont .item .small-pic li {
    width: auto;
  }
  .teacher .tabs-cont .item .small-pic li img {
    width: 60px;
    height: 60px !important;
    border-radius: 6px;
    display: block;
  }
  .teacher .swiper-button-prev,
  .teacher .swiper-button-next {
    display: none !important;
  }
  /* ---- Student 学生作品 ---- */
  .student {
    width: 100%;
    float: left;
    padding-top: 40px;
  }
  .student .wid {
    max-width: 100% !important;
  }
  .student .tabs {
    width: 100%;
    padding-top: 30px;
  }
  .student .tabs ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0 15px;
  }
  .student .tabs ul li {
    width: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 16px;
    padding: 0 15px;
    line-height: 50px;
  }
  .student .inform {
    width: 100%;
    padding-top: 20px;
    float: left;
  }
  .student .inform .intr-tabs {
    width: 100%;
  }
  .student .work-grid {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px;
  }
  .student .work-item {
    width: calc(50% - 2px);
    height: auto !important;
    position: relative;
  }
  .student .work-item .imgs {
    width: 100%;
    height: auto !important;
  }
  .student .work-item .imgs img {
    width: 100%;
    height: auto !important;
    display: block;
    -webkit-transition: none;
    transition: none;
  }
  .student .work-item:hover .imgs img {
    -webkit-transform: none;
            transform: none;
  }
  /* ---- Region 办公环境 ---- */
  .region {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    float: left;
  }
  .region .wid {
    max-width: 100% !important;
  }
  .region .tabs {
    width: 100%;
    padding-top: 30px;
  }
  .region .inform {
    width: 100%;
    padding: 20px 0;
    float: left;
  }
  .region .inform .intr-tabs {
    width: 100% !important;
    float: none !important;
  }
  .region .inform .intr-tabs .intr {
    width: 100%;
    height: auto;
    padding: 20px 15px;
    margin-right: 0;
    margin-bottom: 15px;
    border-radius: 8px;
  }
  .region .inform .intr-tabs .intr .tits {
    font-size: 28px;
    line-height: 50px;
  }
  .region .inform .intr-tabs .intr .tits img {
    max-width: 120px !important;
    height: auto !important;
  }
  .region .inform .intr-tabs .intr .item {
    width: 100%;
    height: auto;
    padding: 8px 0;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .region .inform .intr-tabs .intr .item img {
    width: 24px !important;
    height: 24px !important;
    margin-right: 8px;
  }
  .region .inform .intr-tabs .intr .more {
    padding: 15px 0;
  }
  .region .inform .intr-tabs .intr .more a {
    width: 130px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  .region .inform .intr-tabs .list {
    width: 100% !important;
    height: auto !important;
    padding: 0;
    overflow: visible !important;
  }
  .region .inform .intr-tabs .list .swiper-container {
    width: 100%;
    overflow: visible !important;
  }
  .region .inform .intr-tabs .list .swiper-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-transform: none !important;
            transform: none !important;
    width: 100% !important;
    gap: 8px;
  }
  .region .inform .intr-tabs .list .swiper-slide {
    width: calc(50% - 4px) !important;
    height: auto !important;
    margin-right: 0 !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition-duration: 0ms !important;
            transition-duration: 0ms !important;
  }
  .region .inform .intr-tabs .list .swiper-slide .imgs {
    width: 100%;
  }
  .region .inform .intr-tabs .list .swiper-slide .imgs img {
    width: 100%;
    height: auto !important;
    border-radius: 6px;
    display: block;
  }
  .region .inform .intr-tabs .list .swiper-button-prev,
  .region .inform .intr-tabs .list .swiper-button-next {
    display: none !important;
  }
  /* ---- Contact 联系我们 ---- */
  .contact {
    width: 100%;
    height: auto;
    padding: 30px 0;
    float: left;
    background: url("https://dsk-1313226193.cos.ap-shanghai.myqcloud.com/gw/index/footer/32d7ca_1920x412.jpg") center no-repeat;
    background-size: cover;
  }
  .contact .wid {
    max-width: 100% !important;
  }
  .contact .logos {
    width: 100%;
    margin-bottom: 25px;
  }
  .contact .logos .imgs {
    height: 50px;
  }
  .contact .logos .imgs img {
    height: 40px !important;
    max-width: none;
  }
  .contact .logos .text {
    font-size: 14px;
    line-height: 36px;
  }
  .contact .logos .share {
    margin-top: 10px;
    height: auto;
  }
  .contact .logos .share .box {
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    border-radius: 16px;
    margin-right: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .contact .logos .share .box i {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  .contact .logos .share .box i.zh {
    background: none center no-repeat;
    background-size: cover;
  }
  .contact .logos .share .box i.wx {
    height: 16px;
    background: none center no-repeat;
    width: 19px;
    background-size: cover;
  }
  .contact .logos .share .box .slide {
    display: none !important;
  }
  .contact .navigation {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact .navigation .tits {
    font-size: 16px;
    line-height: 40px;
  }
  .contact .navigation .txts {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 20px;
    padding: 10px 0;
  }
  .contact .navigation .txts p {
    line-height: 28px;
  }
  .contact .consult {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact .consult .tits {
    font-size: 16px;
    line-height: 40px;
  }
  .contact .consult .list ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }
  .contact .consult .list ul li {
    width: calc(25% - 6px);
    margin-bottom: 0;
    margin-right: 0 !important;
  }
  .contact .consult .list ul li .imgs {
    width: 100%;
  }
  .contact .consult .list ul li .imgs img {
    width: 100%;
    height: auto !important;
    display: block;
  }
  .contact .consult .list ul li .txts {
    font-size: 11px;
    line-height: 22px;
  }
  .contact .conts {
    width: 100%;
  }
  .contact .conts .tits {
    font-size: 16px;
    line-height: 40px;
  }
  .contact .conts .text {
    width: 100%;
  }
  .contact .conts .text .box {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact .conts .text .box .ico {
    width: 36px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .contact .conts .text .box .ico img {
    width: 24px !important;
    height: 24px !important;
  }
  .contact .conts .text .box .txt {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .contact .conts .text .box .txt h5 {
    font-size: 14px;
    line-height: 24px;
  }
  .contact .conts .text .box .txt p {
    font-size: 13px;
    line-height: 20px;
  }
  /* ---- Footer ---- */
  .footer {
    width: 100%;
    height: auto;
    padding: 12px 0;
    float: left;
    visibility: visible !important;
  }
  .footer .txts {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 12px;
    line-height: 24px;
    padding: 5px 0;
  }
  .footer .txts img {
    margin: 0 5px;
    height: 18px !important;
    max-width: none;
  }
  .footer a {
    font-size: 12px;
  }
  /* ---- Contact 可见性修复 ---- */
  .contact {
    visibility: visible !important;
  }
  .contact .logos,
  .contact .navigation,
  .contact .consult,
  .contact .conts {
    visibility: visible !important;
  }
  /* ---- 全局 WOW.js 可见性修复 ---- */
  [style*="visibility: hidden"],
  .wow {
    visibility: visible !important;
  }
  /* ---- 隐藏视频弹窗和弹窗放大图（移至底部统一处理） ---- */
  /* ---- Swiper 通用修正 ---- */
  /* Banner 轮播保持正常工作，不做破坏性覆盖 */
  /* Honor / Region 等需要网格布局的 swiper 单独处理 */
  .honor .swiper-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .honor .swiper-slide {
    width: 50% !important;
  }
  /* Region swiper overrides moved to region section above */
  /* Teacher swiper: 去掉轮播，平铺展示 */
  .teacher .tabs-cont .slide .swiper-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .teacher .tabs-cont .slide .swiper-slide {
    width: 100% !important;
  }
  /* Company swiper: 去掉轮播，平铺 */
  .company .conts .company-items .bann .swiper-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .company .conts .company-items .bann .swiper-slide {
    width: 100% !important;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }
  .swiper-notification {
    display: none;
  }
  /* ---- style.css 移动端部分中固定高度的覆盖 ---- */
  .course .list ul li .imgs {
    height: auto !important;
  }
  .company .conts .company-items .bann img {
    height: auto !important;
  }
  .region .inform .intr-tabs .list ul li {
    height: auto !important;
  }
  .region .inform .intr-tabs .list ul li .imgs img {
    height: auto !important;
  }
  .honor {
    height: auto !important;
    overflow: visible !important;
    padding: 40px 0 !important;
  }
  .honor .swiper-container {
    overflow: visible !important;
  }
  .honor ul {
    height: auto !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .honor ul li {
    height: auto !important;
    margin: 0 !important;
    padding: 0 4px 8px !important;
  }
  .honor ul li .imgs {
    height: auto !important;
  }
  .honor ul li .imgs img {
    width: 100% !important;
    height: auto !important;
  }
  .honor ul li .imgs:after {
    display: none !important;
  }
  .honor ul li .text {
    position: static !important;
    margin-bottom: 0 !important;
    font-size: 14px !important;
    line-height: 32px !important;
    height: 32px !important;
  }
  .advantage .conts ul li .imgs img {
    height: auto !important;
  }
  .company .conts .participation .lists ul li .imgs img {
    height: auto !important;
  }
  .company .conts .brand .lists ul li .imgs img {
    height: auto !important;
  }
  .teacher .conts .inform .intrs-list ul li .image {
    height: auto !important;
  }
  .teacher .conts .inform .intrs-list ul li .intr .works .box {
    height: auto !important;
  }
  .news .conts .list ul li .imgs img {
    height: auto !important;
  }
  .class .conts .items .bann img {
    height: auto !important;
  }
  .class .conts .items .list ul li .imgs img {
    height: auto !important;
  }
  .page-student .conts .list ul li .imgs {
    height: auto !important;
  }
  .page-student .conts .list ul li .imgs img {
    height: auto !important;
  }
  .student .inform .intr {
    height: auto !important;
  }
  .student .inform .list ul li {
    height: auto !important;
  }
  .student .inform .list ul li.bigs {
    height: auto !important;
  }
  .student .inform .list ul li .imgs img {
    height: auto !important;
  }
  /* index-style.css 固定高度覆盖 */
  .student .work-item {
    height: auto !important;
    overflow: visible !important;
  }
  .student .work-item .imgs {
    height: auto !important;
  }
  .student .work-item .imgs img {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  /* ================================================================ */
  /* 页面特定移动端样式                                                  */
  /* ================================================================ */
  /* ---- 通用页面 Banner (about/news/faculty/trainee) ---- */
  .page-bann {
    height: 160px !important;
    background-size: cover !important;
    background-position: center !important;
  }
  .page-bann .wid {
    max-width: 100% !important;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 15px !important;
  }
  .page-bann .title img {
    height: 50px !important;
    max-width: 80vw;
  }
  /* ---- 通用页面面包屑 ---- */
  .location {
    padding: 10px 15px !important;
    font-size: 13px;
  }
  /* ---- about.html 关于我们 ---- */
  .m-main {
    width: 100%;
    float: left;
  }
  /* 顶部 banner */
  .m-main .g-banb1 {
    height: auto !important;
    min-height: 120px;
    background-size: cover !important;
    background-position: center !important;
    padding-top: 0 !important;
  }
  .m-main .g-banb1 .txt {
    padding: 20px 0;
  }
  .m-main .g-banb1 .g-titb1 img.tit {
    height: 40px !important;
    max-width: 70vw;
    margin-top: 0 !important;
  }
  /* row-a1 视频和介绍 */
  .row-a1 {
    padding: 20px 0 !important;
  }
  .row-a1 .wid {
    max-width: 100% !important;
    padding: 0 15px !important;
  }
  .m-txtImgb1 {
    width: 100%;
  }
  .m-txtImgb1 .col-r {
    width: 100% !important;
    float: none !important;
  }
  .m-txtImgb1 .col-l {
    width: 100% !important;
    float: none !important;
    padding: 20px 0 !important;
  }
  .m-txtImgb1 .col-l .tit {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .m-txtImgb1 .col-l .desc {
    font-size: 14px;
    line-height: 22px;
  }
  /* 视频隐藏 */
  .video-box,
  .video-box .xgplayer,
  .xgplayer {
    display: none !important;
  }
  /* 统计数据 */
  .m-main .ul-numb,
  .m-main .ul-numb1 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    width: 100% !important;
  }
  .m-main .ul-numb li,
  .m-main .ul-numb1 li {
    width: 33.33% !important;
    height: auto !important;
    padding: 10px !important;
    text-align: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .m-main .ul-numb li .top .num,
  .m-main .ul-numb1 li .top .num {
    font-size: 22px !important;
  }
  .m-main .ul-numb li .top .unit,
  .m-main .ul-numb1 li .top .unit {
    font-size: 12px !important;
  }
  .m-main .ul-numb li .p,
  .m-main .ul-numb1 li .p {
    font-size: 12px !important;
  }
  /* row-a2 使命愿景 */
  .row-a2 {
    padding: 30px 0 !important;
    background-size: cover !important;
    background-position: center !important;
  }
  .row-a2 .g-titb1 img {
    height: 40px !important;
    max-width: 70vw;
  }
  .ul-listb1 {
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    gap: 10px;
  }
  .ul-listb1 li {
    width: 100% !important;
    float: none !important;
  }
  .ul-listb1 .con {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px !important;
  }
  .ul-listb1 .con .img {
    width: 50px !important;
    height: 50px !important;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 15px;
  }
  .ul-listb1 .con .img img {
    width: 50px !important;
    height: 50px !important;
  }
  .ul-listb1 .con .txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .ul-listb1 .con .txt .type {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .ul-listb1 .con .txt .desc {
    font-size: 13px;
    line-height: 20px;
  }
  .ul-listb1 .con .txt .en {
    font-size: 12px;
  }
  /* row-a3 发展历程年份标签 */
  .row-a3 {
    padding: 30px 0 !important;
  }
  .row-a3 .g-titb1 img {
    height: 40px !important;
    max-width: 70vw;
  }
  .ul-hisb1 {
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 15px !important;
    gap: 0;
  }
  .ul-hisb1 li {
    width: auto !important;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    float: none !important;
    padding: 0 8px;
  }
  .ul-hisb1 .year {
    width: 44px !important;
    height: 44px !important;
    line-height: 44px !important;
    font-size: 14px !important;
    margin: 0 auto 8px !important;
    border-radius: 50% !important;
  }
  .ul-hisb1 .year::before {
    width: 34px !important;
    height: 34px !important;
  }
  .ul-hisb1 .num {
    font-size: 14px !important;
  }
  .ul-hisb1 .dot {
    width: 8px !important;
    height: 8px !important;
    margin: 0 auto;
  }
  /* 发展历程内容 - 保留swiper切换功能 */
  .m-hisb1 .swiper-slide {
    width: 100% !important;
    overflow: hidden;
  }
  .m-hisb1 .swiper-slide .item {
    width: 100%;
  }
  .m-hisb1 .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .m-hisb1 .pic {
    width: 100%;
    height: auto !important;
  }
  .m-hisb1 .pic .img {
    width: 100%;
    height: 200px !important;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 6px;
  }
  .m-hisb1 .txt {
    width: 100%;
    padding: 15px 0 !important;
  }
  .m-hisb1 .txt .ul-txtb1 li .p {
    font-size: 13px;
    line-height: 22px;
  }
  .m-hisb1 .txt .big {
    font-size: 28px;
  }
  /* about 图片通用 */
  .m-main img {
    max-width: 100%;
    height: auto !important;
  }
  .m-main .lazy {
    background-size: cover !important;
    background-position: center !important;
    min-height: 120px;
  }
  /* about 各种列表和图片容器 */
  .m-main .m-pics .swiper-wrapper,
  .m-main .m-partners .swiper-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .m-main .m-pics .swiper-slide,
  .m-main .m-partners .swiper-slide {
    width: 50% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 4px !important;
  }
  .m-main .m-pics .swiper-slide img,
  .m-main .m-partners .swiper-slide img {
    width: 100%;
    height: auto !important;
    border-radius: 6px;
    display: block;
  }
  /* about swiper container */
  .m-main .swiper-container {
    overflow: visible !important;
  }
  .m-main .swiper-button-prev,
  .m-main .swiper-button-next {
    display: none !important;
  }
  /* row-a4 业务布局 */
  .row-a4 {
    padding: 20px 0 !important;
    overflow: visible !important;
  }
  .row-a4 .g-titb1 {
    margin-bottom: 20px !important;
  }
  .row-a4 .g-titb1 img {
    height: 40px !important;
    max-width: 70vw;
  }
  .ul-listb2 {
    margin: 0 !important;
    overflow: visible !important;
  }
  .ul-listb2 li {
    width: 100% !important;
    float: none !important;
    margin-bottom: 15px;
  }
  .ul-listb2 .con {
    margin: 0 !important;
    border-radius: 6px;
    overflow: hidden;
  }
  .ul-listb2 .pic {
    height: 160px !important;
  }
  .ul-listb2 .txt {
    position: relative !important;
    -webkit-transform: none !important;
            transform: none !important;
    padding: 12px !important;
    opacity: 1 !important;
  }
  .ul-listb2 .txt .box {
    display: block !important;
  }
  .ul-listb2 .txt .box .sm {
    height: 30px !important;
    margin-bottom: 6px;
  }
  .ul-listb2 .txt .box .desc {
    font-size: 13px;
    line-height: 20px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .ul-listb2 .txt .box .bot .link {
    font-size: 13px;
  }
  /* row-a5 荣誉证书 */
  .row-a5 {
    padding: 20px 0 !important;
  }
  .row-a5 .g-titb1 {
    margin-bottom: 20px !important;
  }
  .row-a5 .g-titb1 img {
    height: 40px !important;
    max-width: 70vw;
  }
  .m-ban_honor .swiper-container {
    overflow: visible !important;
  }
  .m-ban_honor .swiper-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    gap: 10px;
  }
  .m-ban_honor .swiper-slide {
    width: calc(50% - 5px) !important;
    height: auto !important;
    margin: 0 !important;
  }
  .m-ban_honor .item {
    -webkit-transform: none !important;
            transform: none !important;
    border-radius: 6px;
    overflow: hidden;
  }
  .m-ban_honor .item::after {
    display: none !important;
  }
  .m-ban_honor .pic {
    float: none !important;
    width: 100% !important;
    height: 140px !important;
  }
  .m-ban_honor .pic .img {
    height: 100% !important;
    background-size: contain !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #F2F2F2;
  }
  .m-ban_honor .txt {
    float: none !important;
    width: 100% !important;
    height: auto !important;
    position: static !important;
    opacity: 1 !important;
    padding: 10px 12px 14px !important;
    background: -webkit-linear-gradient(315deg, #FFD78D 0%, #F88D35 100%) !important;
    background: linear-gradient(135deg, #FFD78D 0%, #F88D35 100%) !important;
  }
  .m-ban_honor .txt .adr {
    font-size: 12px !important;
    line-height: 1.4 !important;
    margin-bottom: 4px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .m-ban_honor .txt .name {
    font-size: 14px !important;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .m-ban_honor .txt .date {
    position: static !important;
    font-size: 11px !important;
    margin-top: 4px;
    display: block;
  }
  .m-ban_honor .swiper-button-prev,
  .m-ban_honor .swiper-button-next {
    display: none !important;
  }
  /* row-a6 新闻资讯 */
  .row-a6 {
    padding: 20px 0 !important;
  }
  .row-a6 .g-titb1 {
    margin-bottom: 20px !important;
  }
  .row-a6 .g-titb1 img {
    height: 40px !important;
    max-width: 70vw;
  }
  .m-ban_news .swiper-container {
    overflow: visible !important;
  }
  .m-ban_news .swiper-wrapper {
    display: block !important;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    width: 100% !important;
  }
  .m-ban_news .swiper-slide {
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }
  .m-news_box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  .m-news_box .col-l {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
  }
  .m-news_box .col-l .pic {
    height: 180px !important;
  }
  .m-news_box .col-r {
    width: 100% !important;
    float: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
  .m-news_box .col-r .con:first-child {
    margin-bottom: 0 !important;
  }
  .m-news_box .con {
    display: block !important;
    position: relative !important;
    border-radius: 8px;
    overflow: hidden;
  }
  .m-news_box .pic {
    width: 100% !important;
    height: 140px !important;
    overflow: hidden;
  }
  .m-news_box .pic .img {
    height: 100% !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .m-news_box .txt {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    padding: 30px 12px 10px !important;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000)) !important;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%) !important;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%) !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .m-news_box .tit {
    font-size: 14px !important;
    line-height: 1.4 !important;
    color: #fff;
    height: auto !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal !important;
  }
  .m-news_box .desc {
    font-size: 12px !important;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto !important;
    margin: 6px 0 10px !important;
  }
  .m-news_box .botton {
    font-size: 0;
    display: inline-block !important;
    line-height: 28px !important;
    height: 28px !important;
    padding: 0 12px;
    background: #F88D35 !important;
    border-radius: 4px;
  }
  .m-news_box .botton span {
    font-size: 12px;
    color: #fff;
  }
  .m-news_box .botton i {
    display: none !important;
  }
  .m-ban_news .swiper-button-prev,
  .m-ban_news .swiper-button-next {
    display: none !important;
  }
  /* row-a7 教学模式 */
  .row-a7 {
    padding: 20px 0 !important;
  }
  .row-a7 .g-titb1 {
    margin-bottom: 20px !important;
  }
  .row-a7 .g-titb1 img {
    height: 40px !important;
    max-width: 70vw;
  }
  .m-modeb1 {
    margin: 0 !important;
  }
  .m-modeb1 .item {
    float: none !important;
    width: 100% !important;
    margin-bottom: 15px;
  }
  .m-modeb1 .con {
    margin: 0 !important;
    height: auto !important;
    padding: 20px 15px !important;
    border-radius: 8px;
  }
  .m-modeb1 .top {
    height: auto !important;
  }
  .m-modeb1 .top .left {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin-bottom: 10px;
  }
  .m-modeb1 .top .right {
    display: block !important;
    padding: 0 !important;
  }
  .m-modeb1 .top .h3 {
    font-size: 20px !important;
    margin-bottom: 4px !important;
  }
  .m-modeb1 .top .en {
    font-size: 12px !important;
  }
  .m-modeb1 .top .desc {
    font-size: 13px !important;
    line-height: 1.6;
    height: auto !important;
  }
  .m-modeb1 .bot {
    margin-top: 10px;
  }
  .m-modeb1 .pic {
    height: 160px !important;
    border-radius: 6px;
    overflow: hidden;
  }
  .m-modeb1 .pic .img {
    height: 100% !important;
    background-size: cover !important;
    background-position: center !important;
  }
  /* row-a8 校区环境 */
  .row-a8 {
    padding: 20px 0 !important;
  }
  .row-a8 .g-titb1 {
    margin-bottom: 15px !important;
  }
  .row-a8 .g-titb1 img {
    height: 40px !important;
    max-width: 70vw;
  }
  .ul-tabsb1 {
    margin-bottom: 15px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left !important;
  }
  .ul-tabsb1 li {
    float: none !important;
    display: inline-block !important;
    margin: 0 12px !important;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .ul-tabsb1 .s {
    font-size: 14px !important;
  }
  .tab-box {
    margin: 0 !important;
  }
  .m-campus .inner {
    padding: 10px !important;
  }
  .m-campus .inner .left {
    float: none !important;
    width: 100% !important;
    margin: 0 0 10px !important;
  }
  .m-campus .inner .right {
    float: none !important;
    width: 100% !important;
    overflow: hidden;
  }
  .m-campus .sc {
    height: 200px !important;
    border-radius: 6px !important;
  }
  .m-campus .sc .txt {
    width: 60% !important;
    right: 5px !important;
  }
  .m-campus .sc .name {
    font-size: 18px !important;
  }
  .m-campus .sc .adr {
    font-size: 12px !important;
  }
  .m-campus .sc .link {
    font-size: 14px !important;
    width: 90px !important;
    padding: 4px 0 !important;
  }
  /* campus photos swiper: convert to flat grid */
  .m-pics_box .swiper-container {
    overflow: visible !important;
  }
  .m-pics_box .swiper-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-transform: none !important;
            transform: none !important;
    gap: 6px;
  }
  .m-pics_box .swiper-slide {
    width: calc(50% - 3px) !important;
    height: auto !important;
    margin: 0 !important;
  }
  .m-pics_box .swiper-slide .pic {
    height: auto !important;
  }
  .m-pics_box .swiper-slide .pic .img {
    height: 100px !important;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 4px;
  }
  .m-pics_box .swiper-button-prev,
  .m-pics_box .swiper-button-next {
    display: none !important;
  }
  /* row-a9 合作企业 */
  .row-a9 {
    padding: 20px 0 !important;
  }
  .row-a9 .g-titb1 {
    margin-bottom: 15px !important;
  }
  .row-a9 .g-titb1 img {
    height: 40px !important;
    max-width: 70vw;
  }
  .ul-icons {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    margin-bottom: 20px !important;
  }
  .ul-icons li {
    float: none !important;
    width: 33.33% !important;
  }
  .ul-icons .con {
    height: 60px !important;
    line-height: 60px !important;
  }
  .ul-icons .con img {
    max-height: 40px !important;
    max-width: 80%;
  }
  /* partners swiper: flat grid */
  .m-partners {
    padding: 0 !important;
  }
  .m-partners .swiper-container {
    padding: 0 !important;
    overflow: visible !important;
  }
  .m-partners .con .bg {
    height: 160px !important;
    border-radius: 6px;
  }
  .m-partners .txt {
    padding: 8px 0 !important;
  }
  .m-partners .name {
    font-size: 14px !important;
  }
  .m-partners .desc {
    font-size: 12px !important;
    height: auto !important;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  /* ---- news.html 新闻动态 ---- */
  .containers-cont {
    width: 100%;
    padding: 0 15px !important;
  }
  .news {
    width: 100%;
    padding: 0 !important;
  }
  .news .intrs {
    width: 100%;
    padding: 15px 0;
    float: none !important;
  }
  .news .intrs .imgs {
    width: 100%;
    height: auto !important;
  }
  .news .intrs .imgs img {
    width: 100%;
    height: auto !important;
    display: block;
    border-radius: 6px;
  }
  .news .conts {
    width: 100%;
    float: none !important;
  }
  .news .conts .list ul {
    width: 100%;
  }
  .news .conts .list ul li {
    width: 100% !important;
    padding: 15px 0 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #eee;
  }
  .news .conts .list ul li .time {
    width: auto !important;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news .conts .list ul li .imgs {
    width: 120px !important;
    height: auto !important;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 15px;
  }
  .news .conts .list ul li .imgs img {
    width: 100%;
    height: auto !important;
    border-radius: 4px;
    display: block;
  }
  .news .conts .list ul li .intr {
    width: auto !important;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
  .news .conts .list ul li .intr .tits {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 6px;
  }
  .news .conts .list ul li .intr .txts {
    font-size: 13px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  /* ---- couseA.html 课程A (ed-box 系列) ---- */
  .slide {
    width: 100%;
    float: left;
  }
  .slide img {
    width: 100%;
    height: auto !important;
    display: block;
  }
  .edyx {
    width: 100%;
    float: left;
  }
  .ed-box1,
  .ed-box3,
  .ed-box4,
  .ed-box5,
  .ed-box6 {
    width: 100%;
    padding: 20px 15px !important;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .ed-box1 img,
  .ed-box3 img,
  .ed-box4 img,
  .ed-box5 img,
  .ed-box6 img {
    max-width: 100%;
    height: auto !important;
  }
  /* 课程大纲 tabs */
  .tabs2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0;
  }
  .tabs2 li {
    width: auto !important;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0 15px;
    font-size: 14px;
  }
  #tabs-container2 {
    width: 100%;
    overflow: visible !important;
  }
  #tabs-container2 .swiper-wrapper {
    display: block !important;
    -webkit-transform: none !important;
            transform: none !important;
    width: 100% !important;
  }
  #tabs-container2 .swiper-slide {
    width: 100% !important;
    height: auto !important;
  }
  #tabs-container2 .swiper-slide img {
    max-width: 100%;
    height: auto !important;
  }
  /* ed-box4 师资 */
  .ed-box4 .swiper-container {
    overflow: visible !important;
  }
  .ed-box4 .swiper-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .ed-box4 .swiper-slide {
    width: 100% !important;
    height: auto !important;
    margin: 0 0 15px !important;
  }
  /* 师资小图标横排 */
  .ed-box4 .item-img ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 6px;
    width: 100%;
  }
  .ed-box4 .item-img ul li {
    width: auto !important;
    float: none !important;
  }
  .ed-box4 .item-img ul li img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 4px;
    display: block;
  }
  /* ed-box5 学员作品 */
  .ed-box5 {
    padding: 20px 0 !important;
  }
  .ed-box5 .swiper-container {
    overflow: visible !important;
  }
  .ed-box5 .swiper-wrapper {
    display: block !important;
    -webkit-transform: none !important;
            transform: none !important;
    width: 100% !important;
  }
  .ed-box5 .swiper-slide {
    width: 100% !important;
    height: auto !important;
    margin: 0 0 15px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }
  /* dd1 大图 */
  .edyx .ed-box5 .dd1 {
    width: 100% !important;
    float: none !important;
  }
  .edyx .ed-box5 .dd1 .item {
    height: auto !important;
  }
  /* dd2 小图网格 */
  .edyx .ed-box5 .dd2 {
    width: 100% !important;
    float: none !important;
    margin-top: 10px;
  }
  .edyx .ed-box5 .dd2 ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
    margin: 0 !important;
    padding: 0 !important;
  }
  .edyx .ed-box5 .dd2 li {
    width: calc(50% - 4px) !important;
    float: none !important;
    height: auto !important;
  }
  .edyx .ed-box5 .dd2 li .item {
    height: auto !important;
    margin: 0 !important;
  }
  /* 所有作品图片完整展示 */
  .edyx .ed-box5 .item {
    position: relative;
    height: auto !important;
    overflow: visible !important;
  }
  .edyx .ed-box5 .item .bigImg {
    opacity: 1 !important;
    width: 100% !important;
    height: auto !important;
    display: block;
    position: relative;
    z-index: 1;
  }
  .edyx .ed-box5 .item .fdj {
    display: none !important;
  }
  /* ed-box6 公司介绍 */
  .ed-box6 .swiper-container {
    overflow: visible !important;
  }
  .ed-box6 .swiper-wrapper {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .ed-box6 .swiper-slide {
    width: 100% !important;
    height: auto !important;
    margin: 0 0 8px !important;
  }
  .ed-box6 .swiper-slide img {
    width: 100%;
    height: auto !important;
    border-radius: 4px;
    display: block;
  }
  /* ---- couseB.html 课程B ---- */
  .main {
    width: 100%;
    float: left;
  }
  .section2,
  .section3,
  .section4 {
    width: 100%;
    padding: 20px 15px !important;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .section2 img,
  .section3 img,
  .section4 img {
    max-width: 100%;
    height: auto !important;
  }
  /* couseB 标题图标缩小 */
  .sec-type {
    margin-bottom: 20px !important;
  }
  .sec-type img.tit {
    height: 28px !important;
    margin: 0 10px !important;
  }
  .sec-type img {
    width: 12px !important;
  }
  /* section2 师资介绍 */
  .section2 .list .dd {
    margin-bottom: 30px !important;
  }
  .section2 .item-box1 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .section2 .item-box1 .uimg {
    margin-right: 0 !important;
    margin-bottom: 12px;
  }
  .section2 .item-box1 .uimg img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 50%;
  }
  .section2 .item-box1 .item-info {
    width: 100%;
  }
  .section2 .item-box1 .item-info .box1 {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    margin-bottom: 8px !important;
  }
  .section2 .item-box1 .item-info .box1 .uname {
    font-size: 22px !important;
    min-width: 0 !important;
    padding: 0 !important;
  }
  .section2 .item-box1 .item-info .box1 .uinfo .tit {
    font-size: 14px !important;
    padding: 0 !important;
  }
  .section2 .item-box1 .item-info .desc {
    font-size: 13px !important;
    line-height: 1.6 !important;
  }
  /* section3 课程大纲 */
  .section3 .tabs {
    margin-bottom: 20px !important;
    position: static !important;
    padding: 10px 0 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6px;
  }
  .section3 .tabs li {
    width: auto !important;
    height: 36px !important;
    font-size: 13px;
    margin: 0 !important;
    padding: 0 16px;
  }
  .section3 .tablist .itembox {
    padding: 0 !important;
  }
  .section3 .steep-type {
    height: 40px !important;
    margin-bottom: 8px !important;
  }
  .section3 .steep-type .num {
    width: 70px !important;
    height: 40px !important;
    font-size: 13px !important;
  }
  .section3 .steep-type .tit {
    font-size: 14px !important;
    padding-left: 12px !important;
  }
  .section3 .item-box2 ul {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .section3 .item-box2 ul li.x6 {
    width: 100% !important;
  }
  .section3 .item-box2 .item-lm {
    padding: 8px 12px !important;
  }
  .section3 .item-box2 .item-lm .li {
    margin: 2px 0 !important;
    font-size: 13px !important;
  }
  .section3 .item-box2 .item-lm .li .icon {
    margin-right: 6px !important;
  }
  .section3 .item-box2 .item-lm .li .icon img {
    width: 12px !important;
  }
  .section3 .item-box2 .item-lm .info {
    font-size: 13px !important;
  }
  .section3 .steep-list li {
    margin-bottom: 20px !important;
  }
  .section3 .content-list {
    width: 100% !important;
  }
  .section3 .content-list li {
    width: 100% !important;
    float: none !important;
    padding: 8px 0 !important;
  }
  /* section4 从事方向图片 */
  .section4 .list.grid-m img {
    width: 100%;
    height: auto !important;
    display: block;
  }
  /* couseB row-a1 关于我们 */
  .row-a1 {
    padding: 20px 15px !important;
    overflow: visible !important;
  }
  .m-txtImgb1 {
    overflow: visible !important;
  }
  .m-txtImgb1 .col-l {
    width: 100% !important;
    float: none !important;
    overflow: visible;
  }
  .m-txtImgb1 .col-r {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-bottom: 20px;
  }
  .m-txtImgb1 .tit {
    font-size: 20px !important;
    margin-bottom: 10px !important;
  }
  .m-txtImgb1 .desc {
    font-size: 13px !important;
    line-height: 1.6 !important;
    margin-bottom: 15px !important;
  }
  .ul-numb1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .ul-numb1 li {
    width: calc(33.33% - 7px) !important;
  }
  .ul-numb1 .top .num {
    font-size: 32px !important;
  }
  .ul-numb1 .top .unit {
    font-size: 14px !important;
  }
  .ul-numb1 .p {
    font-size: 11px !important;
  }
  /* couseB 视频隐藏 */
  .video-box,
  #mse,
  .xgplayer {
    display: none !important;
  }
  /* ---- faculty.html 师资团队 ---- */
  .page-teacher {
    width: 100%;
    padding: 0 15px;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-teacher .tabs {
    width: 100%;
    padding-top: 10px;
  }
  .page-teacher .tabs ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0;
  }
  .page-teacher .tabs ul li {
    width: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0 15px;
    font-size: 15px;
    line-height: 50px;
  }
  .page-teacher .conts {
    width: 100%;
    padding: 15px 0;
  }
  .page-teacher .conts .list {
    width: 100%;
  }
  .page-teacher .conts .list ul {
    width: 100%;
  }
  .page-teacher .conts .list ul li {
    width: 100% !important;
    padding: 15px 0 !important;
    border-bottom: 1px solid #eee;
    overflow: hidden;
  }
  .page-teacher .conts .list ul li .imgs {
    width: 100% !important;
    float: none !important;
    height: auto !important;
    margin-bottom: 10px;
  }
  .page-teacher .conts .list ul li .imgs img {
    width: 100%;
    height: auto !important;
    border-radius: 6px;
    display: block;
  }
  .page-teacher .conts .list ul li .image {
    width: 100%;
    height: auto !important;
    margin-bottom: 10px;
  }
  .page-teacher .conts .list ul li .image img {
    width: 100%;
    height: auto !important;
    border-radius: 6px;
    display: block;
  }
  .page-teacher .conts .list ul li .intr {
    width: 100% !important;
    float: none !important;
  }
  .page-teacher .conts .list ul li .intr .tit {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .page-teacher .conts .list ul li .intr .subtit {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .page-teacher .conts .list ul li .intr .desc {
    font-size: 13px;
    line-height: 20px;
    max-height: none !important;
    overflow: visible !important;
  }
  /* 师资作品缩略图 */
  .page-teacher .conts .list ul li .intr .works .box {
    width: auto !important;
    height: auto !important;
    margin: 0 6px 6px 0;
  }
  .page-teacher .conts .list ul li .intr .works .box img {
    width: 60px;
    height: 60px !important;
    border-radius: 4px;
  }
  /* ---- trainee.html 学员作品 ---- */
  .page-student {
    width: 100%;
    padding: 0 15px;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-student .tabs {
    width: 100%;
    padding-top: 10px;
  }
  .page-student .tabs ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 0;
  }
  .page-student .tabs ul li {
    width: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0 15px;
    font-size: 15px;
    line-height: 50px;
  }
  .page-student .conts {
    width: 100%;
    padding: 15px 0;
  }
  .page-student .conts .list {
    width: 100%;
  }
  .page-student .conts .list ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px;
  }
  .page-student .conts .list ul li {
    width: calc(50% - 2px) !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .page-student .conts .list ul li .imgs {
    width: 100%;
    height: auto !important;
  }
  .page-student .conts .list ul li .imgs img {
    width: 100%;
    height: auto !important;
    display: block;
    border-radius: 4px;
  }
  /* 分页 */
  .pagination-wrapper {
    width: 100%;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }
  .pagination-wrapper .page-btn {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
  }
  /* ---- 所有页面 swiper 按钮隐藏 ---- */
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }
  /* ---- 所有页面隐藏弹窗/视频 ---- */
  .alerts {
    display: none !important;
  }
  .laybox {
    display: none !important;
  }
  .xgplayer {
    display: none !important;
  }
} /* end @media (max-width: 767px) */