.fullSlide{ width:100%;  position:relative;  height:480px; }
@font-face {
  font-family: 'SourceHanSansCN-Light';
  src: url('../ziti/SourceHanSansCNLight.otf') format('truetype');
}
.fullSlide .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;  }
.fullSlide .bd ul{ width:100% !important;  }
.fullSlide .bd li{ width:100% !important;  height:480px; overflow:hidden; text-align:center;  }
.fullSlide .bd li a{ display:block; height:480px; }
.fullSlide .hd{ height:15px; overflow:hidden; position:absolute; left:50%; bottom:5px; z-index:1; }
.fullSlide .hd ul{ overflow:hidden; zoom:1; float:left;  }
.fullSlide .hd ul li{     background: #ffffff;
    width: 10px;height:10px;float:left; 
    line-height: 30px;overflow: hidden;
    border-radius: 50%;
    margin-left: 10px;
    cursor: pointer;
    opacity: 0.5;  color:#fff}
.fullSlide .hd ul li.on{  opacity:1; }
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
        .m_wid{
            width: 1280px;
            margin:0 auto;
        }
        .wid_max{
width: 100%;
        }
        .top_title{
            border-bottom: 2px solid #f1f1f1;
            padding-bottom: 15px;
            margin-bottom: 30px;
            position: relative;
            min-height: 57px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
        }
        .index_box{
            padding:30px 0;
        }
        .top_title p{
            position: relative;
            font-size: 24px;
    line-height: 42px;
            font-weight: 600;
            color: #333;
            margin: 0;
            padding: 0;
            flex: 1;
        }
        .top_title p::after {
    content: '';
    position: absolute;
    top: -12px;
    left: 0;
    width: 117px;
    height: 38px;
    background-image: url(../images/index_ttbg1.png);
    background-repeat: no-repeat;
}
.top_title p strong{
    position: relative;
  
    z-index: 2;

}
        .top_title a{
            color: #666;
            text-decoration: none;
            font-size: 14px;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
            gap: 4px;
            line-height: 42px;
            flex-shrink: 0;
        }
        .top_title a:hover {
            color: #F94143;
        }
        .more_link i {
            transition: transform 0.3s ease;
        }
        .more_link:hover i {
            transform: translateX(4px);
        }
        .top_box{
            padding-top: 20px;
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            gap: 20px;
        }
        .top_l{
            width: 280px;
            flex-shrink: 0;
            display: flex;
            flex-direction: column;
        }
        .top_m{
            width: 460px;
            flex-shrink: 0;
            display: flex;
            flex-direction: column;
        }
        .top_r{
            width: 450px;
            flex-shrink: 0;
            display: flex;
            flex-direction: column;
        }
        .top_l_list{
            display: flex;
            flex-direction: column;
            gap: 15px;
            flex: 1;
        }
        .top_l_list ul{
            list-style: none;
            padding: 0;
            margin: 0;
            width: 100%;
        }
    /*    .top_l_list a{*/
          
    /*        font-weight: normal;*/
    /*font-size: 16px;*/
    /*font-family: "Microsoft YaHei";*/
    /*line-height: 20px;*/
    /*color: #555555;*/
    /*display: block;*/
    /*background-color: white;*/
    /*box-shadow: 0px 0px 24px 0px rgba(12, 52, 90, 0.09);*/
    /*width: 127px;*/
    /*height: 109px;*/
    /*margin-top: 18px;*/
    /*text-align: center;*/
    /*border-radius: 10px;*/
    /*    }*/
    /*    .top_l_list a span{*/
    /*        display: block;*/
    /*padding-top: 20px;*/
    /*margin-bottom: 13px;*/
    /*    }*/
        .top_l_listli{
            border-bottom: 1px dashed #e6e6e6;
            padding:15px 20px 10px 20px;
        }
        .top_l_listli img{
            width: 100%;
            box-shadow: 0px 1px 10px 2px #b3aaaa70;
        }
        .top_l_listli p{
          color: #846464;
            text-align: center;
        }
        .top_m_list{
            line-height: 38px;
            flex: 1;
            display: flex;
            flex-direction: column;
        }
        .hot_list_wrap {
            display: flex;
            flex-direction: column;
            gap: 15px;
        }
        .top_m_list ul{
            border-bottom: none;
            padding: 20px;
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
            color: #666;
            transition: all 0.3s ease;
            margin: 0;
        }
        .top_m_list ul:hover {
            box-shadow: 0 6px 20px rgba(249, 65, 67, 0.12);
            transform: translateY(-2px);
        }
        .top_m_list ul li{
            width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
            padding: 10px 0;
            border-bottom: 1px dashed #e8e8e8;
            transition: all 0.3s ease;
            display: flex;
            align-items: center;
        }
        .top_m_list ul li:last-child {
            border-bottom: none;
        }
        .top_m_list ul li:hover {
            padding-left: 8px;
            background: linear-gradient(90deg, rgba(249, 65, 67, 0.05) 0%, transparent 100%);
        }
        .hot_dot {
            display: inline-block;
            width: 6px;
            height: 6px;
            background: #F94143;
            border-radius: 50%;
            margin-right: 10px;
            flex-shrink: 0;
        }
        .hot_label {
            color: #F94143;
            font-size: 13px;
            font-weight: 500;
            margin-right: 8px;
            transition: all 0.3s ease;
        }
        .hot_label:hover {
            color: #E03032;
        }
        .hot_sep {
            color: #ddd;
            margin: 0 8px;
        }
        .hot_title {
            flex: 1;
            color: #333;
            font-size: 15px;
            transition: all 0.3s ease;
        }
        .hot_title:hover {
            color: #F94143;
        }
        .m_li_tt{
            margin: 15px 0 10px 0;
    font-size: 20px;
        }
        .m_li_tt a{
            font-weight: bold;
            color: #ff2d41;
        }
        .m_li{
            font-size: 16px;
        }
        .m_li a{
            font-size: 15px;
            color: #666;
            transition: color 0.3s ease;
        }
        .m_li a:hover {
            color: #F94143;
        }
        .hot {
    margin-top: 34px;
        }
.top_r_list{
    flex: 1;
    display: flex;
    flex-direction: column;
}
.top_r_ul{
    box-sizing: border-box;
    padding: 0;
    list-style: none;
    margin: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.top_r_ul li{
    border: 1px solid #f0f0f0;
    padding: 0;
    border-radius: 12px;
    transition: all 0.3s ease;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.top_r_ul li:last-child {
    margin-bottom: 0;
}
.top_r_ul li:hover {
    border-color: rgba(249, 65, 67, 0.3);
    box-shadow: 0 4px 16px rgba(249, 65, 67, 0.12);
    transform: translateY(-2px);
}
.top_r_ul li a{
    display: block;
    text-decoration: none;
    padding: 16px;
}
.news_item {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.news_img_wrap {
    flex-shrink: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: #f5f5f5;
}
.top_r_ul img{
    display: none;
    width: 120px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}
.top_r_li_box {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.top_r_li_tt{
    width: 100%;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #333;
    transition: all 0.3s ease;
}
.top_r_ul li:hover .top_r_li_tt {
    color: #F94143;
}
.top_r_li_msg{
    display: none;
    margin: 0;
}
.top_r_li_msg p{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 13px;
    color: #666;
    line-height: 20px;
    margin: 0;
}
.top_r_li_keys {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    gap: 8px;
}
.news_tags {
    display: flex;
    gap: 6px;
}
.news_tag {
    display: inline-block;
    padding: 3px 8px;
    background: rgba(249, 65, 67, 0.1);
    color: #F94143;
    font-size: 11px;
    border-radius: 10px;
    font-weight: 500;
    white-space: nowrap;
}
.news_tags {
    flex-shrink: 0;
}
.top_r_li_time{
    display: flex;
    align-items: center;
    gap: 4px;
    color: #999;
    font-size: 12px;
    flex-shrink: 0;
    white-space: nowrap;
}
.time_icon {
    font-size: 12px;
    opacity: 0.7;
}
.top_r_ul li.active {
    background: linear-gradient(135deg, #fff5f5 0%, #ffffff 100%);
    border-color: #F94143;
    border-width: 2px;
    box-shadow: 0 6px 20px rgba(249, 65, 67, 0.15);
    transform: translateY(0);
}
.top_r_ul li.active .top_r_li_tt {
    margin-bottom: 0;
    color: #F94143;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    line-height: 1.5;
}
.top_r_ul li.active .news_img_wrap {
    width: 120px;
    height: 80px;
}
.top_r_ul li.active img, .top_r_ul li.active .top_r_li_msg {
    display: block;
}
.top_r_ul li.active .top_r_li_keys span {
    display: none;
}
.top_r_ul li.active .news_tag {
    background: rgba(249, 65, 67, 0.2);
    color: #E03032;
}
      .gonggao_box{
            position: relative;
            z-index: 99;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
            padding: 40px 0;
            background: linear-gradient(135deg, #fff5f5 0%, #ffffff 100%);
       
            border-top: 1px solid rgba(249, 65, 67, 0.1);
            border-bottom: 1px solid rgba(249, 65, 67, 0.1);
        }
 
 
.ggbd ul{
    list-style-type:square;
}
.ggbd ul li{
  margin-right: 30px;
   
    list-style-type:square;
    overflow: hidden;
}
      .hui{
      background: #f5f6f9b8;
      }
      .color_box{
          padding: 0;
          margin: 0 auto;
          display: flex;
          justify-content: space-between;
          width: 1280px;
          gap: 20px;
      }
      .color_box li{
              width: 198px;
          height: 140px;
    z-index: 1;
          border-radius: 12px;
          overflow: hidden;
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
          transition: all 0.3s ease;
      }
      .color_box li:hover {
          transform: translateY(-8px);
          box-shadow: 0 12px 24px rgba(249, 65, 67, 0.2);
      }
      .color_box li img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover;
      }
      .color_box li .icon1{
      
    background-position: -20px 0;
 
      }
      .color_box li .icon2{
      
    background-position: -1170px 0;
 
      }
        .color_box li .icon3{
      
    background-position: -130px 0;
 
      }
        .color_box li .icon4{
      
 background-position: -520px 0;
 
      }
        .color_box li .icon5{
      
    background-position: -260px 0;
 
      }
        .color_box li .icon6{
      
    background-position: -400px 0;
 
      }
      .color_cont::before{
         
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 168px;
    height: 100px;
    background: url(../images/iconbg.png) no-repeat 0 -100px;

      }
      .color_box li:hover .color_cont{
    height: 160px;
    box-shadow: 0 8px 20px rgba(249, 65, 67, 0.25);
    transform: translateY(-8px);
}
      .color_cont{
              position: relative;
    height: 140px;
    font-size: 14px;
    border-radius: 12px;
    transition: all 0.3s ease;
    overflow: hidden;
    cursor: pointer;
      }
      .color_cont .color_top{
              display: block;
    position: relative;
    box-sizing: border-box;
    padding: 14px 16px 8px 16px;
    border-radius: 10px;
    overflow: hidden;
    min-height: 100px;
    text-align: center;
      }
     .color_icon{
             font-size: 48px;
             line-height: 48px;
             margin-bottom: 8px;
             text-align: center;
             display: block;
             z-index: 1;
             filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
             transition: transform 0.3s ease;
     }
     .color_cont:hover .color_icon {
             transform: scale(1.1) rotate(5deg);
      }
     .color_name{
             position: relative;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 6px;
    z-index: 1;
    font-weight: 600;
     }
 
     .color1 .color_top{
             color: #C68686;
     }
     .color1 .color_name{
             color: #5B0000;
     }
     .color1 .color_cont::before {
    background-position: 0 -100px;
}
     .color1 .color_cont{
         background: #FFD4D4;
     }
      .color2 .color_top{
                color: #87BAB5;
     }
      .color2 .color_name{
              color: #0C534D;
     }
       .color2 .color_cont::before {
    background-position: -178px -100px;
}
     .color2 .color_cont{
             background: #C9F1ED;
     }
       .color3 .color_top{
                    color: #8DB7DA;
     }
      .color3 .color_name{
                color: #00529B;
     }
            .color3 .color_cont::before {
        background-position: -356px -100px;
}
     .color3 .color_cont{
         background: #D1E5F7;
     }
       .color4 .color_top{
                       color: #DEBD83;
     }
      .color4 .color_name{
                  color: #844000;
     }
             .color4 .color_cont::before {
           background-position: -534px -100px;
}
     .color4 .color_cont{
             background: #FFECB4;
     }
      .color5 .color_top{
                          color: #D390A7;
     }
      .color5 .color_name{
                color: #840028;
     }
      .color5 .color_cont::before {
              background-position: -712px -100px;
}
     .color5 .color_cont{
             background: #FFE2EF;
     }
      .color6 .color_top{
                   color: #D49D86;
     }
      .color6 .color_name{
                     color: #842100;
     }
      .color6 .color_cont::before {
              background-position: -890px -100px;
}
     .color6 .color_cont{
           background: #FFE2D0;
     }
     .color_dec{
         position: relative;
    z-index: 1;
    text-shadow: 0 0 5px rgb(255 255 255 / 80%);
    font-size: 12px;
    line-height: 18px;
    color: #666;
    margin-top: 4px;
    opacity: 0.9;
     }
     .color_cont .color_top{
             display: block;
    position: relative;
    box-sizing: border-box;
    padding: 14px 16px 8px 16px;
    border-radius: 10px;
    overflow: hidden;
    min-height: 100px;
    text-align: center;
     }
     .color_top i{
             right: -20px;
                 position: absolute;
    top: 0;
 
    width: 130px;
    height: 100px;
    background: url(../images/iconbg.png) no-repeat 0 0;
     }
     .color_link{
             text-align: center;
    line-height: 26px;
    font-size: 13px;
    padding: 8px 0 0 0;
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease;
     }
     .color_cont:hover .color_link {
             opacity: 1;
     }
     .color_link a {
   color: #fff;
    display: inline-block;
    background: rgba(249, 65, 67, 0.85);
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    margin: 0 3px;
    width: 70px;
    font-size: 12px;
    transition: all 0.3s ease;
    font-weight: 500;
    text-decoration: none;
}
.color_link a:hover {
    background: #F94143;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 2px 6px rgba(249, 65, 67, 0.4);
}
.leftimg {
    display: flex;
    flex-direction: column;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.leftimg li{
    width: 100%;
    height: 120px;
    overflow: hidden;
    background: linear-gradient(135deg, #F94143 0%, #E03032 100%);
    text-align: center;
    border-radius: 12px;
    position: relative;
    box-shadow: 0 4px 12px rgba(249, 65, 67, 0.15);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.leftimg li:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 28px rgba(249, 65, 67, 0.25);
}

.course_img_wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.leftimg li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease;
    opacity: 0.3;
}
.leftimg li:hover img {
    transform: scale(1.15);
    opacity: 0.2;
}

.course_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(249, 65, 67, 0.95) 0%, rgba(224, 48, 50, 0.95) 100%);
    transition: all 0.4s ease;
    z-index: 2;
}

.leftimg li:hover .course_overlay {
    background: linear-gradient(135deg, rgba(249, 65, 67, 0.98) 0%, rgba(224, 48, 50, 0.98) 100%);
}

.course_icon {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 8px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    transition: transform 0.3s ease;
}

.leftimg li:hover .course_icon {
    transform: scale(1.15) rotate(5deg);
}

.course_title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 6px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
}

.course_desc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    line-height: 1.4;
}
/* 头部结束 */
.tab_h3{
    min-height: 60px;
    padding: 16px 20px;
    color: #333333;
    text-decoration: none;
    background: linear-gradient(135deg, rgba(249, 65, 67, 0.08) 0%, rgba(249, 65, 67, 0.03) 100%);
    border-radius: 12px;
    border-left: 4px solid #F94143;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}
.tab_h3:hover {
    box-shadow: 0 4px 12px rgba(249, 65, 67, 0.12);
    transform: translateY(-2px);
}
.tab_title_main {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}
.tab_h3 b{
    color: #F94143;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 2px;
    font-family: 'Microsoft Yahei', sans-serif;
}
.tab1 {
    border-left-color: #29ca96;
}
.tab1 b{
    color: #29ca96;
}
.tab2 {
    border-left-color: #fc7844;
}
.tab2 b{
    color: #fc7844;
}
.tab3 {
    border-left-color: #f4aba5;
}
.tab3 b{
    color: #f4aba5;
}
.tab_h3 span{
    color: #999;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.2;
    text-transform: uppercase;
}
.mytab_tt{
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-top: 0;
}
.mytab_tt ul {
    font-size: 16px;
}
.mytab_tt ul li {
    float: left;
    line-height: 50px;
    padding: 0 15px;
    position: relative;
}
.mytab_tt ul li::after {
    content: " ";
    position: absolute;
    width: 1px;
    height: 20px;
    background: #9b9b9b;
    transition: all 0.2s linear;
    top: 50%;
    transform: translateY(-50%);
    right: 0;}
    .mytab_tt ul li:last-child::after{
        display: none;
    }
    .mytab_tt ul li a {
        display: inline-block;
        width: 100%;
        height: 100%;
        line-height: 50px;
        position: relative;
        z-index: 2;
        font-family: SourceHanSansCNLight , sans-serif;
        font-size: 22px;
    }
 
 
.mytab_tt ul .on a {
    color: #F94143;
    border-bottom: 2px solid #F94143;
    font-weight: 600;
}
.mytab_tt ul li a {
    transition: color 0.3s ease;
}
.mytab_tt ul li a:hover {
    color: #F94143;
}
/* 
.mytab_tt1 ul .on a{
    color:#fdb509;
}
.mytab_tt1 ul .on{
    border-bottom: 2px solid #fdb509;
}
.mytab_tt2 ul .on a{
    color:#29ca96;
}
.mytab_tt2 ul .on{
    border-bottom: 2px solid #29ca96;
   
}
.mytab_tt3 ul .on a{
    color:#3589ff;
}
.mytab_tt3 ul .on{
    border-bottom: 2px solid #3589ff;;
 
}
  */
  
.ban_imgbox{
    margin-top:20px;
    display: flex;
    justify-content: space-between;
}
.ban_img{
    width: 230px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}
.ban_img:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 143, 217, 0.15);
}
.ban_img img{
    width: 100%;
    display: block;
}
.ban_p{
    display: flex;
    justify-content: space-between;
}
.ban_p_l{
    line-height: 30px;
    font-size: 15px;
    color: black;
    margin-right: 40px;
}
.ban_p_r{
    line-height: 30px;
    font-size: 15px;
    color: #999999;
}
.public_show_tt{
    text-align: center;
    border-top: 1px dashed #ccc;
 
    width: 100%;
    margin-top: 10px;
   
}
.public_show_tt a{
    font-size: 20px;
    color: #FF0000;
    height: 48px;
    line-height: 48px;
}
.public_show_ul{
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 20px;
    list-style: none;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.public_show_li{
    width: 230px;
   
    overflow: hidden;
}
.public_show_li a {
    display: block;
    width: 100%;
    overflow: hidden;
}
.public_show_li a .p_s_li_l{
    line-height: 28px;
    font-size: 13px;
    color: #999999;
}
.public_show_li a {
    padding: 8px 0;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    text-decoration: none;
}
.public_show_li a:hover {
    padding-left: 8px;
}
.public_show_li a .p_s_li_r{
    line-height: 28px;
    font-size: 14px;
    color: #333;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    padding-left: 20px;
}
.public_show_li a .p_s_li_r::before {
    content: '→';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #F94143;
    font-size: 12px;
    font-weight: bold;
    transition: all 0.3s ease;
    opacity: 0.7;
    line-height: 1;
}
.public_show_li a:hover .p_s_li_r {
    color: #F94143;
}
.public_show_li a:hover .p_s_li_r::before {
    opacity: 1;
    transform: translateY(-50%) translateX(3px);
    color: #E03032;
}
.p_tab_mid{
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.tab_mid_title {
    min-height: 60px;
    padding: 16px 20px;
    color: #333333;
    background: linear-gradient(135deg, rgba(249, 65, 67, 0.08) 0%, rgba(249, 65, 67, 0.03) 100%);
    border-radius: 12px 12px 0 0;
    border-left: 4px solid #F94143;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-bottom: 0;
}
.tab_mid_title .tab_title_main {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}
.tab_mid_title b {
    color: #F94143;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 2px;
    font-family: 'Microsoft Yahei', sans-serif;
}
.tab_mid_title span {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.2;
    text-transform: uppercase;
}
.tabbox{
    padding-top: 30px;
    padding-bottom: 20px;
}
.show_box{
    padding: 15px 0;
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
.show_box .l1{
    width: 240px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex-shrink: 0;
}
.l1_img_wrap {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
}
.l1_img_wrap:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(249, 65, 67, 0.15);
}
.show_box .l1 img{
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}
.l1_img_wrap:hover img {
    transform: scale(1.05);
}
 
.show_m1{
    /* box-shadow: -1px 0px 20px 2px #9a9a9a40; */
    width: 580px;
       border: 1px solid #eee;
    overflow: hidden;
    padding: 20px 25px;
    background: #FFFFFF;
    border-radius: 10px;
}
.zx_title{
   padding-bottom:10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 26px;
    border-bottom: 1px solid #e8e8e891;
}
.zx_title p{
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: bold;
}
.zx_title p span{
    color: #ff2b2b;
}
 
.zx_title a{
    letter-spacing: 2px;
    font-size: 12px;
}
.show_zx{
   
    display: flex;
    justify-content: space-between;
 
}
.show_zx_r{
    width: 48%;
}
.show_zx_l{
    width: 100%;
}
.zx_news{
 
    padding-inline-start: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.zx_news li{
    list-style-type:circle;
     height: 30px;
 
   font-size: 14px;
    line-height: 30px;
}
.zx_news li::marker{
    color:#4c4545
}
.bd1{
    display: inline-block;
    width: 100%;
    
}
.right-list-box{

width: 230px;

height: 370px;

overflow: hidden;

margin-top: 13px;

margin-left: 7px;

line-height: 40px;

}
.right-list-box-b{

height: 250px;
}



.right-time{

width: 100%;

margin-top: 13px;

text-align: center;

}

.r1{
    width: 240px;
    background: #fff;
    float: right;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.r1 a{
    display: inline-block;
}
.r1_list{
    background: #fff;
    cursor: pointer;
    border: 1px solid #e2e2e2;
   text-align: center;
    width: 160px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
}
.r1_list:hover{
    box-shadow: 3px 5px 18px 2px rgba(210, 210, 210, 0.5);
   
}
.r1_list span{
    font-size: 16px;
    font-weight: bold;
  
    margin-top: 20px;
}
.allbox{
    padding: 30px 0 40px 0;
    width: 100%;
    
}
.hui{
    width: 100%;
     
}
.r1 .r1_list:nth-of-type(1) span{
    color: #3c8df2;
}
.r1 .r1_list:nth-of-type(2) span{
    color: #ffad18;
}
.r1 .r1_list:nth-of-type(3) span{
    color: #3cc51f;
}
.r1 .r1_list:nth-of-type(4) span{
    color: #ed6e56;
}
.content-title{
width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
font-size: 18px;
    font-weight: 600;
margin: 20px 0;
    color: #333;
}
.content-title strong {
    flex: 1;
    line-height: 1.2;
}
.content-right {
    margin: 0 auto;
    width: 240px;
    overflow: hidden;
}
.title-line {
    width: 4px;
height: 20px;
    border-radius: 2px;
    flex-shrink: 0;
}
.title-line-bg1{
    background: #F94143;
}
.title-line-bg2{
background: #29ca96;
}
.title-line-bg3{
background: #3589ff;
}
.right-list {
    margin-top: 10px;
}
.right-list-box{
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 5%, black 95%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 5%, black 95%, transparent 100%);
}
.student-scroll-wrapper {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.student-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    animation: scrollUp 30s linear infinite;
    will-change: transform;
}
.student-list-2 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    animation-delay: 0s;
}
/* 悬停时暂停滚动 */
.right-list-box:hover .student-list {
    animation-play-state: paused;
}
/* 向上滚动动画 - 无缝循环 */
@keyframes scrollUp {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}
.student-item {
    width: 100%;
    border-bottom: 1px dashed #e0e0e0;
    transition: all 0.3s ease;
}
.student-item:last-child {
    border-bottom: none;
}
.student-item:hover {
    background: rgba(249, 65, 67, 0.03);
}
.student-link {
    display: flex;
    gap: 12px;
    padding: 12px 0;
    text-decoration: none;
    align-items: flex-start;
    transition: all 0.3s ease;
}
.student-link:hover {
    padding-left: 4px;
}
.student-avatar {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #f0f0f0;
    transition: all 0.3s ease;
}
.student-item:hover .student-avatar {
    border-color: rgba(249, 65, 67, 0.3);
    transform: scale(1.05);
}
.student-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.student-content {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
}
.student-text {
    font-size: 13px;
    line-height: 20px;
    color: #333;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: color 0.3s ease;
}
.student-item:hover .student-text {
    color: #F94143;
} 

/* 学员订购列表样式 */
.order-list-box {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 5%, black 95%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, black 5%, black 95%, transparent 100%);
}
.order-scroll-wrapper {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.order-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    animation: orderScrollUp 25s linear infinite;
    will-change: transform;
}
/* 悬停时暂停滚动 */
.order-list-box:hover .order-list {
    animation-play-state: paused;
}
/* 单列滚动动画 - 循环滚动 */
@keyframes orderScrollUp {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}
.order-item {
    width: 100%;
    border-bottom: 1px dashed #e0e0e0;
    transition: all 0.3s ease;
}
.order-item:last-child {
    border-bottom: none;
}
.order-item:hover {
    background: rgba(249, 65, 67, 0.03);
}
.order-link {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 100%;
}
.order-link:hover {
    padding-left: 4px;
}
.order-avatar {
    flex-shrink: 0 !important;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #f0f0f0;
    transition: all 0.3s ease;
    background: #f5f5f5;
    order: 1;
}
.order-item:hover .order-avatar {
    border-color: rgba(249, 65, 67, 0.3);
    transform: scale(1.05);
}
.order-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.order-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
    order: 2;
}
.order-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: color 0.3s ease;
}
.order-item:hover .order-title {
    color: #F94143;
}
.order-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 12px;
}
.order-phone {
    color: #666;
    line-height: 1.4;
}
.order-type {
    color: #999;
    line-height: 1.4;
}
.order-status {
    font-size: 12px;
    font-weight: 600;
    color: #F94143;
    line-height: 1.4;
    margin-top: 2px;
}
