/* pc */
@media (min-width: 1200px) {

    .pc_dis_none {
        display: none;
    }

    .main_bg_gm {
        background: #FFFFFF;
    }

    .bg_sty_white {
        background-color: #fff;
    }

    .banner-gm {
        height: 380px;
        /* 设置banner的布局方式为相对定位  */
        position: relative;
        /* 设置banner的背景为一个线性渐变色 */
        background: linear-gradient(45deg, rgba(226, 48, 86, 1), rgba(115, 11, 111, 1));
        /* overflow: hidden; */
    }

    .banner-gm .banner-bg-gm {
        height: 100%;
        background-size: cover;
    }

    .banner-gm .tit_gm {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);

        color: rgba(255, 255, 255, 1);
        font-size: 56px;
    }

    .navbar_gm {
        width: 100%;
        height: 66px;

        display: flex;
        justify-content: center;

        position: absolute;
        bottom: 0;
        text-align: center;

        background: rgba(149, 0, 64, 1)
    }

    .navbar_gm li {
        width: 240px;
        display: inline-block;
        list-style: none;

        font-size: 18px;

        color: rgba(255, 255, 255, 1);
        line-height: 66px;
    }

    .navbar_gm li:hover {
        background: rgba(58, 61, 75, 1);
    }

    .navbar_gm a {
        text-decoration: none;
        color: inherit;
        display: block;
        position: relative;
    }

    .navbar_gm li:has(a.active) {
        background: rgba(58, 61, 75, 1);
    }

    .navbar_gm li a.active::before {
        content: "";
        /* 伪元素需要content属性 */
        position: absolute;
        /* 绝对定位 */
        top: 100%;
        /* 放置在li元素的顶部，即下方 */
        left: 50%;
        /* 水平居中 */
        width: 0;
        height: 0;
        margin-top: 0;
        /* 调整三角形的位置，使其正好在li下方 */
        border-style: solid;
        border-width: 6px 6px 0 6px;
        /* 创建倒置三角形，5px是边长，上边宽度为0 */
        border-color: #000000 transparent transparent transparent;
        /* 黑色底部，其余透明 */
        opacity: 1;
        /* 初始状态不可见 */
        transition: opacity 0.3s, margin-top 0.3s;
        /* 平滑过渡不透明度和位置变化 */
        transform: translateX(-50%);
        /* 调整位置，使其居中 */
        z-index: 1;
    }

    .about_gm {
        padding: 100px 0;

    }

    .about_gm .media_gm {
        position: relative;
        /* width: 591px; */
        width: 580px;
        height: 370px;

        border-radius: 8px 8px 8px 8px;
        /* background: #ffffff url(../images/about.png); */
        margin-right: 27px !important;
    }

    .media_gm .play_gm {
        position: absolute;
        top: 35%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .adout_tit h2 {
        font-size: 30px;
        color: rgba(230, 230, 230, 1);
        line-height: 39.61px
    }

    .adout_tit h1 {
        margin-bottom: 20px;
        font-size: 30px;
        color: rgba(29, 29, 31, 1);
        /* line-height: 24px; */
    }

    .adout_tit p {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        color: rgba(96, 96, 98, 1);
        line-height: 30px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .history_gm {
        /* padding: 100px 0;
        height: 684px; */
        /* background: rgba(247, 247, 247, 1); */
        padding: 20px 0;
        position: relative;
        padding-top: 80px;
    }

    .history_gm .time_line {
        width: 1920px;
        height: 1px;
        background: #E6E6E6;
        border: 0 solid #E6E6E6;
        position: absolute;
        left: -30%;
        bottom: 54%;
    }


    .timeline-axle {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 50px;
        position: relative;
    }

    .timeline-axle-container {
        width: 375px;
        height: 100px;
        flex: 0 0 auto;
        padding: 20px;
        text-align: center;
        margin: 10px;
        position: relative;
    }

    .timeline-axle-container p {
        font-family: MicrosoftYaHei;
        font-size: 22px;
        color: #950040;
        line-height: 36px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .timeline-container {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 50px;
        position: relative;
    }

    .about_history_time_card_items {
        padding-left: 0;
        padding-right: 0;
    }

    .timeline-container .timeline-gm {
        justify-content: start;
        gap: 0;
    }

    .timeline-gm {
        display: flex;
        overflow-x: hidden;
        scroll-behavior: smooth;
        padding: 10px;
        /* gap: 30px; */
        position: relative;
        justify-content: flex-start;
    }

    .timeline-gm::-webkit-scrollbar {
        display: none;
    }

    .timeline-item {
        width: 375px;

        flex: 0 0 auto;
        background: white;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        /* min-width: 300px;
        max-width: 300px; */
        text-align: left;
        margin: 10px;
        position: relative;
    }

    .timeline-item li {
        list-style: circle;
        padding-left: 5px;


        font-family: MicrosoftYaHei, MicrosoftYaHei;
        font-weight: bold;
        font-size: 18px;
        color: #3A3D4B;
        line-height: 30px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .timeline-item li::marker {
        color: #950040;
    }

    .timeline-item p {
        font-family: ArialMT;
        font-size: 16px;
        color: #606062;
        line-height: 30px;
        font-style: normal;
        text-transform: none;

        padding: 20px;
    }

    .timeline-point {
        background-color: rgba(216, 191, 202, 1);
        width: 35.5px;
        height: 35.5px;
        border-radius: 50%;
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translateX(-50%);
    }

    .timeline-point2 {
        background-color: rgba(149, 0, 64, 1);
        width: 11px;
        height: 11px;
        border-radius: 50%;
        position: absolute;
        top: 37%;
        left: 50%;
        transform: translateX(-50%);
    }

    .timeline-date {
        font-weight: bold;
        margin-bottom: 10px;
    }

    .timeline-btn {
        background-color: transparent;
        border: none;
        font-size: 24px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }

    .timeline-btn-left {
        left: -30px;
        width: 30px;
        height: 30px;
        background-image: url(/szguanwang/shenda-gml/images/pre.png);
    }

    .timeline-btn-right {
        right: -20px;
        width: 30px;
        height: 30px;
        background-image: url(/szguanwang/shenda-gml/images/Next.png);
    }

    .values_gm {
        /* margin:0 auto; */
        padding: 100px 0;
    }

    .values_lab {
        text-align: center;
    }

    .values_lab h1 {
        font-family: MicrosoftYaHei, MicrosoftYaHei;
        font-weight: bold;
        font-size: 30px;
        color: #1D1D1F;
        line-height: 24px;
        font-style: normal;
        text-transform: none;
    }

    .values_lab h2 {
        font-family: ArialMT;
        font-size: 18px;
        color: #CCCCCC;
        line-height: 40px;
        font-style: normal;
        text-transform: none;
        margin-bottom: 63px;
    }

    .values_tow_img_gm {
        height: 660px;
        /* width: 700px; */
        padding-left: 10px;
        padding-right: 19px;
    }

    .top_img_gm {
        margin-bottom: 20px;
        height: 320px;

        background-image: url(/szguanwang/shenda-gml/images/values_top_img.png);
        background-position: center center;
        /* background-size: cover; */
        background-size: 115% 115%;
        border-radius: 8px 8px 8px 8px;


        position: relative;
    }

    .top_img_gm h3 {
        font-family: MicrosoftYaHei, MicrosoftYaHei;
        font-weight: bold;
        font-size: 24px;
        color: #FFFFFF;
        line-height: 24px;
        text-align: left;
        font-style: normal;
        text-transform: none;

        position: absolute;
        top: 75%;
        left: 5%;
    }

    .top_img_gm h4 {
        font-family: MicrosoftYaHei;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 24px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        font-weight: normal;
        position: absolute;
        top: 85%;
        left: 5%;
    }


    .bottom_img_gm {
        height: 320px;
        background-image: url(/szguanwang/shenda-gml/images/values_bottom_img.png);
        background-position: right bottom;
        border-radius: 8px 8px 8px 8px;

        position: relative;
    }

    .bottom_img_gm h3 {
        font-family: MicrosoftYaHei, MicrosoftYaHei;
        font-weight: bold;
        font-size: 24px;
        color: #FFFFFF;
        line-height: 24px;
        text-align: left;
        font-style: normal;
        text-transform: none;

        position: absolute;
        top: 75%;
        left: 5%;
    }

    .bottom_img_gm h4 {
        font-family: MicrosoftYaHei;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 24px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        font-weight: normal;
        position: absolute;
        top: 85%;
        left: 5%;
    }

    .values_one_img_gm {
        height: 660px;
        width: 500px;
        background-image: url(/szguanwang/shenda-gml/images/values_right_img.png);
        background-size: cover;

        border-radius: 8px 8px 8px 8px;

        position: relative;
    }

    .values_one_img_gm h3 {
        font-family: MicrosoftYaHei, MicrosoftYaHei;
        font-weight: bold;
        font-size: 24px;
        color: #FFFFFF;
        line-height: 24px;
        text-align: left;
        font-style: normal;
        text-transform: none;

        position: absolute;
        top: 65%;
        left: 5%;
    }

    .values_one_img_gm p {
        font-family: MicrosoftYaHei;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 36px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        position: absolute;
        top: 70%;
        left: 5%;
    }

    .bus_items {
        background: #FFFFFF;
    }

    .business_lab_gm {
        display: flex;
        justify-content: flex-end;
        text-align: center;
    }

    .business_lab_gm h1 {
        font-family: MicrosoftYaHei, MicrosoftYaHei;
        font-weight: bold;
        font-size: 30px;
        color: #4B4B4D;
        line-height: 24px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .business_lab_gm li {
        list-style: none;
        display: inline-block;
    }

    .nav-item button {
        font-family: MicrosoftYaHei;
        font-size: 18px;
        color: #1D1D1F;
        line-height: 24px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .nav-item button.active {
        font-family: MicrosoftYaHei, MicrosoftYaHei;
        font-weight: bold;
        font-size: 18px;
        color: #950040 !important;
        line-height: 24px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        background-color: transparent !important;
        border-bottom: 2px solid #950040;
        border-radius: 0;

    }

    /*.business_lab_gm a {*/
    /*    text-decoration: none;*/
    /*    color: inherit;*/
    /*    display: block;*/
    /*    font-family: MicrosoftYaHei;*/
    /*    font-size: 18px;*/
    /*    color: #1D1D1F;*/
    /*    line-height: 24px;*/
    /*    font-style: normal;*/
    /*    text-transform: none;*/
    /*}*/
    .business_lab_gm a.active {
        color: rgba(149, 0, 64, 1);
    }

    .business_course_gm {
        height: 840px;
        /* width: 1200px; */

    }

    .bus_top {
        /* background: #ffffff; */
        display: flex;
        justify-content: space-between;
        padding-left: 38px;
        padding-right: 70px;
    }

    .top_left {
        width: 500px;
        /* padding-top: 50px;
        padding-right: 150px; */
    }

    .top_left h3 {
        font-family: MicrosoftYaHei, MicrosoftYaHei;
        font-weight: bold;
        font-size: 18px;
        color: #1A1A1A;
        line-height: 36px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .top_left p {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        color: #1A1A1A;
        line-height: 36px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .top_right {
        width: 466px;
        height: 360px;
        /* background-image: url(/szguanwang/shenda-gml/images/bus_top_right.png); */
        border-radius: 8px 8px 8px 8px;
    }

    .bus_bottom {
        /* background: #ffffff; */
        display: flex;
        justify-content: space-between;
        padding-left: 49px;
        padding-right: 90px;
    }

    .bottom_left {
        width: 520px;
        height: 343px;
        /* background-image: url(/szguanwang/shenda-gml/images/bus_bot_tab.png); */
        border-radius: 8px 8px 8px 8px;
        /* background-size: cover; */
    }

    .bottom_right {
        width: 500px;
    }

    .bottom_right p {
        padding-top: 100px;

        font-family: MicrosoftYaHei;
        font-size: 14px;
        color: #1A1A1A;
        line-height: 36px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .bottom_right p span {
        font-weight: bold;
    }


    .train_top {
        margin-left: 20px;
        /* margin-right: 100px; */
        width: 1200px;
    }


    .train_top h3 {
        font-family: MicrosoftYaHei, MicrosoftYaHei;
        font-weight: bold;
        font-size: 18px;
        color: #1A1A1A;
        line-height: 36px;
        text-align: left;
        font-style: normal;
        text-transform: none;

    }

    .train_top p {

        width: 1072px;
        font-family: MicrosoftYaHei;
        font-size: 14px;
        color: #1A1A1A;
        line-height: 30px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .row.train_img {
        padding-left: 30px;
    }

    .train_img_left {
        /* width: 460px; */
        height: 319px;
        background-image: url(/szguanwang/shenda-gml/images/train_img_left.png);
        border-radius: 8px 8px 8px 8px;
        margin-right: 18px;
    }

    .train_img_rigth {
        /* width: 657px; */
        height: 319px;
        background-image: url(/szguanwang/shenda-gml/images/train_img_right.png);
        border-radius: 8px 8px 8px 8px;
        background-size: cover;
    }

    .train_bottom {
        margin: 20px auto;
        display: flex;
        justify-content: space-between;
        padding-right: 35px;
    }

    .train_bot_tab {
        padding: 20px;
        /* border: 1px solid #ddd;
        border-radius: 10px; */
        background: #FFFFFF;
        box-shadow: 2px 0 20px 0 #CFD3E4;
        border-radius: 8px 8px 8px 8px;
        width: 360px;
    }

    .train_bot_tab img {
        padding-right: 10px;
    }

    .train_bot_tab p {
        display: inline-block;
        font-family: MicrosoftYaHei, MicrosoftYaHei;
        font-size: 16px;
        color: #1A1A1A;
        line-height: 30px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .train_bot_tab .train_bot_tab_item {
        display: flex;
        align-items: center;
        margin-bottom: 16px;
    }

    .train_bot_tab .train_bot_tab_item p {
        margin-bottom: 0;
    }

    .business_gm .tab-content .tab-pane {
        /* width: 1200px; */
        /* height: 540px; */
        background: #FFFFFF;
        border-radius: 8px 8px 8px 8px;
        padding: 50px 20px 0px;
    }

    .business_abroad_gm {
        /* width: 1200px; */
        height: 540px;
        background: #FFFFFF;
        border-radius: 8px 8px 8px 8px;

        /* display: flex;
        justify-content: space-around; */

        /* align-items: center; */

    }

    .abroad_flex {
        width: auto;
        height: auto;
        display: flex;
        justify-content: space-around;
    }

    .business_abroad_gm h3 {
        font-family: MicrosoftYaHei, MicrosoftYaHei;
        font-weight: bold;
        font-size: 18px;
        color: #1A1A1A;
        line-height: 36px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        margin-left: 15px;
    }

    .abroad_left {
        width: 50%;
        margin-right: 50px;
    }

    .abroad_left li {

        list-style-type: none;
        /* 先去除小圆点 */
        list-style-image: url(/szguanwang/shenda-gml/images/椭圆.png);
        /* 修改为背景图片 */
        background-size: 100% 100%;
        /* 设置背景图片100%填充 */
        padding-left: 5px;
        /* 设置字体向右移动20px，否者会遮挡到背景图片 */
        font-family: MicrosoftYaHei, MicrosoftYaHei;
        font-weight: bold;
        font-size: 14px;
        color: #1A1A1A;
        line-height: 36px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .abroad_left li p {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        color: #1A1A1A;
        line-height: 24px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        font-weight: normal;
    }

    .abroad_right img {
        border-radius: 8px 8px 8px 8px;
    }

    .info_gm {
        width: 1200px;
        display: flex;
        justify-content: flex-start;
    }

    .info_left {
        width: 470px;
        height: 310px;
        margin: 20px;
    }

    .info_left img {
        border-radius: 8px 8px 8px 8px;
    }

    .info_right {
        width: 532px;
        height: 400px;
    }

    .info_right h3 {
        padding-left: 20px;

        font-family: MicrosoftYaHei, MicrosoftYaHei;
        font-weight: bold;
        font-size: 18px;
        color: #1A1A1A;
        line-height: 36px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .info_right li {
        list-style-type: none;
        /* 先去除小圆点 */
        list-style-image: url(/szguanwang/shenda-gml/images/椭圆.png);
        /* 修改为背景图片 */
        background-size: 100% 100%;
        /* 设置背景图片100%填充 */
        padding-left: 5px;

        font-family: MicrosoftYaHei;
        font-size: 14px;
        color: #1A1A1A;
        line-height: 36px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .recruit-gm {

        margin-top: 50px;
        margin-bottom: 50px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .recruit-gm .recruit-tit h3 {

        padding-bottom: 50px;


        font-family: MicrosoftYaHei, MicrosoftYaHei;
        font-weight: bold;
        font-size: 30px;
        color: #1D1D1F;
        line-height: 24px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .recruit-gm .recruit-tit p {

        font-family: MicrosoftYaHei;
        font-size: 18px;
        color: #606062;
        line-height: 48px;
        text-align: left;
        font-style: normal;
        text-transform: none;

        margin: 0;
    }

    .recruit-QR {
        text-align: center;
    }

    .recruit-QR p {
        margin-top: 20px;

        font-family: MicrosoftYaHei;
        font-size: 18px;
        color: #1D1D1F;
        line-height: 24px;
        font-style: normal;
        text-transform: none;
    }

    .welfare-gm {
        margin: 50px auto;
    }

    .welfare-gm .welfare-tit h3 {


        font-family: MicrosoftYaHei, MicrosoftYaHei;
        font-weight: bold;
        font-size: 30px;
        color: #242426;
        line-height: 24px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .welfare-gm .welfare-tit p {
        font-family: MicrosoftYaHei;
        font-size: 18px;
        color: #606062;
        line-height: 60px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .welfare-gm .welfare-tit img {
        background-size: cover;
        border-radius: 8px 8px 8px 8px;
    }

    .contact-gm {
        height: 461px;
        margin: 100px auto;

        /* background: #FFFFFF; */
        box-shadow: 2px 0px 5px -5px #CFD3E4, -2px 0px 5px -5px #CFD3E4;

        text-align: center;

        display: flex;
        justify-content: space-around;
        align-items: center;

    }

    .contact-gm .contact_left {

        width: 50%;
        /* background: #FFFFFF;
        box-shadow: 2px 0px 16px 0px #CFD3E4;
        border-radius: 8px 8px 8px 8px; */

        display: flex;
        justify-content: center;
        align-items: center;
        border-right: 1px solid rgba(207, 211, 228, 1);
    }

    .contact-gm .contact_left p {
        margin-top: 30px;


        font-family: MicrosoftYaHei;
        font-size: 24px;
        color: #3A3D4B;
        line-height: 24px;
        font-style: normal;
        text-transform: none;
    }

    .contact-gm .contact_right h3 {
        font-family: MicrosoftYaHei, MicrosoftYaHei;
        font-weight: bold;
        font-size: 30px;
        color: #1D1D1F;
        line-height: 24px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }


    .contact-gm .contact_right p {
        font-family: MicrosoftYaHei;
        font-size: 18px;
        color: #606062;
        line-height: 48px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .contact-gm .contact_right .contact-phone {
        margin-top: 20px;

        display: flex;
        justify-content: start;
        align-items: flex-start;
    }

    .contact-gm .contact_right .contact-phone img {
        margin-right: 20px;
    }

    .contact-gm .contact_right .contact-phone p {
        margin-top: none;
    }

    .contact-gm .contact_right .contact-phone .phone-gm {
        font-family: MicrosoftYaHei, MicrosoftYaHei;
        font-weight: bold;
        font-size: 30px;
        color: #950040;
        line-height: 48px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .contact_img_gm {
        margin-bottom: 100px;
    }

    .zhuanye_title {
        margin: 50px auto;



        /* display: flex;
        justify-content: center; */
    }

    .zhuanye_title h3 {
        font-family: MicrosoftYaHei;
        font-size: 24px;
        color: #3A3D4B;
        line-height: 30px;
        text-align: center;
        font-style: normal;
        text-transform: none;
        font-weight: normal;
    }

    .teacher_card {
        display: flex;
        /* justify-content: center; */
        align-content: start;
        flex-direction: column;
    }

    .teacher_card .teacher_card_item {
        margin: 20px auto;
        padding: 30px 0;
        display: flex;
        justify-items: center;
        align-items: center;
        background: rgba(247, 247, 247, 1);
        border-radius: 9px;

    }



    .teacher_card .teacher_card_item .teacher_card_img img {
        clear: both;
        display: block;
        margin: auto;
        border-radius: 8px 8px 8px 8px;
        width: 228px;
        height: 235px;
    }

    .teacher_card .teacher_card_item .teacher_card_info h4 {
        font-family: MicrosoftYaHei, MicrosoftYaHei;
        font-weight: bold;
        font-size: 18px;
        color: #3A3D4B;
        line-height: 30px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .teacher_card .teacher_card_item .teacher_card_info {
        width: 1200px;
    }

    .teacher_card .teacher_card_item .teacher_card_info p {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        color: #3A3D4B;
        line-height: 30px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        width: 859px
    }

    .btn-detail {
        margin-right: 20px;
        background: rgba(149, 0, 64, 1);
        border: 1px solid #950040;
        border-radius: 17px 17px 17px 17px;
    }

    .btn-reservation {
        color: rgba(149, 0, 64, 1);
        border: 1px solid #950040;
        border-radius: 17px 17px 17px 17px;
    }

    .recommendation-gm {
        margin: 50px;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .recommendation-gm .recommendation-tit h3 {
        margin-bottom: 50px;

        font-family: MicrosoftYaHei, MicrosoftYaHei;
        font-weight: bold;
        font-size: 30px;
        color: #950040;
        line-height: 24px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .recommendation-gm .recommendation-tit p {
        font-family: MicrosoftYaHei;
        font-size: 18px;
        color: #606062;
        line-height: 36px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .recommendation-gm .recommendation-tit div {
        height: 60px;
        line-height: 60px;
        background: #F7F7F7;
        text-align: center;
    }

    .gm_btn_red {
        background-color: #950040;
        color: #fff;
    }

    .gm_btn_white {
        border: #950040 1px solid;
        color: #950040;

    }

    .footer_zhuanye .shadow img {
        width: 50px;
        height: 50px;
        position: unset;
    }

    .welfare div img {
        width: 1200px;
        height: 586px;
    }
}

/* 移动端 */
@media (max-width: 1200px) {

    /* 公共样式 */

    body {
        background-color: RGBA(245, 245, 245, 1);
    }

    main {
        background-color: RGBA(245, 245, 245, 1);
    }

    .min_index_header_btn {
        margin-left: 0 !important;
    }

    .dropdown-menu[data-bs-popper] {
        left: -100px;
    }

    .min_index_header_user ul.dropdown-menu {
        min-width: 101px !important;
        padding-left: 6px;

        padding-right: 21px;
    }

    .min_index_header_user ul li {
        width: 101px;
    }

    .min_index_header_menu li {
        list-style: none;
        padding-bottom: 13px;
        padding-top: 14px;
        border-bottom: 1px solid rgba(230, 230, 230, 1);
        font-size: 12px;
    }

    .min_index_header_menu li button {
        font-size: 12px;
    }

    .min_index_header_menu li:last-child {
        border: 0;
    }

    .min_index_header_menu li a {
        color: rgba(85, 85, 85, 1);
    }

    .min_index_header_menu_offcanvas {
        width: 224px !important;
    }

    .min_index_header_menu_sub {
        padding-left: 22px;
    }

    .min_index_header_menu_sub li {
        list-style-type: disc;
        border: 0;
    }

    .min_index_header_menu_sub li::marker {
        color: #950040;
    }

    .top_user>a {
        width: 18px;
        height: 18px;
    }

    .navbar-toggler .navbar-toggler-animation {
        width: 15px;
        height: 13px;
    }

    .accordion-button::after {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 13px;
        height: 13px;
        margin-left: auto;
        content: "";
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23747579'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
        background-repeat: no-repeat;
        background-size: 13px;
        transition: transform 0.2s ease-in-out;
    }

    section {
        padding: 20px 0 !important;
    }

    .dis_none {
        display: none !important;
    }

    .dis_init {
        display: initial !important;
    }

    .title_more a {
        color: rgba(153, 153, 153, 1);
        font-size: 12px;
    }

    .index_news_title {
        display: flex;
        justify-content: space-between;
    }

    .bg_sty_white_min {
        background-color: #fff;
    }

    .index_news_title h1 {
        padding-left: 5px;
        border-left: 2px solid rgba(149, 0, 64, 1);
        font-size: 16px;
        margin-bottom: 18px;
    }

    .min_tit_sty h3,
    .min_tit_sty h4,
    .min_tit_sty h5 {
        padding-left: 5px;
        border-left: 2px solid rgba(149, 0, 64, 1);
        font-size: 16px;
    }

    .gm_btn_red {
        background-color: #950040;
        color: #fff;
    }

    .gm_btn_white {
        border: #950040 1px solid;
        color: #950040;
        background-color: #fff;
    }

    .gm_btn_red:hover {
        background-color: #950040;
        color: #fff;
    }

    .gm_btn_white:hover {
        border: #950040 1px solid;
        color: #950040;
        background-color: #fff;
    }

    .min_breadcrumb {
        margin-bottom: 12px;
    }

    .min_breadcrumb li {
        font-size: 10px;
    }

    .min_none_mx_sty {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .index_xuexi_qcode_txt {
        font-size: 10px;
        margin-bottom: 20px;
        margin-top: 8px;
    }

    .min_xuexi_img_box img {
        width: 115px;
        height: 115px;
    }

    .min_breadcrumb .breadcrumb-item+.breadcrumb-item {
        padding-left: 4px;
    }

    .min_breadcrumb .breadcrumb-item+.breadcrumb-item::before {
        padding-right: 4px;
    }

    .min_xuexi_style {
        margin-top: 24px;
    }

    .min_none_mx_sty {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* 公共样式 */


    /* 顶部菜单栏 */

    .top_header {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .navbar-toggler {
        padding: 0 15px;
    }

    .top_header a.navbar-brand {
        padding-bottom: 0;
        padding-top: 0;

    }

    .min_return_logo {
        margin-left: auto !important;
    }

    .top_header a.navbar-brand img {
        width: 86px;
        height: 21px;
        margin-left: 16px;
    }

    /* 顶部菜单栏 */

    /* 底部 */

    footer {
        background-color: #2c2c2c;
    }



    .footer_zhuanye div.row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .footer_zhuanye div.row>div {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .footer_zhuanye .card-body {
        background-color: transparent;
        padding: 0 !important;
        margin-left: 23px;
    }

    .footer_zhuanye .card-body img {
        width: 31px;
        /* height: 31px; */
    }

    .footer_zhuanye .card-body div.ps-3 {
        padding-left: 0 !important;
    }

    .footer_zhuanye .zhuanye_title {
        font-size: 12px;
        font-weight: bold;
        color: #ffffff;
    }

    .footer_zhuanye .zhuanye_info {
        font-size: 10px;
        font-weight: 400;
        color: #ffffff;
    }

    .footer_zhuanye {
        border-bottom: 1px solid #404040;
        --bs-gutter-x: 0;
    }

    .footer_logo {
        margin-top: 0 !important;
        margin-bottom: 77px;
    }

    .footer_logo_left {
        display: flex;
        justify-content: space-around;
        /* align-items: center; */
    }

    .footer_logo_left img {
        width: 150px;
    }

    .footer_logo_left a {
        text-decoration: none;
        color: inherit;
        display: flex;
        flex-direction: column;
    }

    .footer_logo_left .footer_lianxi {
        font-size: 10px;
        line-height: 20px;
    }

    .llc_right_side {
        position: fixed;
        width: 92px;
        top: 200px;
        right: 0;
        z-index: 999;
        /* background-color: #fff;
        border-left: 1px solid #e5e5e5;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5; */
        /* background-color: #fff; */
        /* background-color: transparent; */
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }

    .llc_right_side a {
        position: relative;
        display: block;
        width: 100%;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
        /* border-bottom: 1px solid #e3e3e3; */
    }

    .bottom_btn_items ul {
        margin-bottom: 0 !important;
        padding: 0 !important;
    }

    .bottom_btn_items ul li {
        list-style: none;
        text-align: center;
    }

    .bottom_btn_items ul li:nth-child(3) {
        position: relative;
        top: -15px;
    }

    .bottom_btn_items ul li p {
        color: rgba(85, 85, 85, 1);
    }

    .bottom_btn_items ul li a.active p{
        color: #950040;
    }

    .bottom_btn_items ul li .min_home img {
        content: url(/szguanwang/shenda-gml/images/min_bottom_home.png);
    }

    .bottom_btn_items ul li .min_home.active img {
        content: url(/szguanwang/shenda-gml/images/bottom_home.png);
    }

    .bottom_btn_items ul li .min_ke img {
        content: url(/szguanwang/shenda-gml/images/bottom_xuanke.png);
    }

    .bottom_btn_items ul li .min_ke.active img {
        content: url(/szguanwang/shenda-gml/images/min_bottom_active_ke.png);
    }

    .bottom_btn_items ul li .min_user img {
        content: url(/szguanwang/shenda-gml/images/bottom_hub.png);
    }

    .bottom_btn_items ul li .min_user.active img {
        content: url(/szguanwang/shenda-gml/images/min_bottom_active_user.png);
    }

    /* 底部 */


    .banner-bg-gm {
        /* 设置banner的布局方式为相对定位  */
        position: relative;
        /* 设置banner的背景为一个线性渐变色 */
        background: linear-gradient(45deg, rgba(226, 48, 86, 1), rgba(115, 11, 111, 1));
        /* overflow: hidden; */
    }

    .banner-gm {
        position: relative;
    }

    .banner-gm .tit_gm {
        color: #fff;
        position: absolute;
        top: 15%;
        left: 40%;
        font-size: 20px;
        font-weight: 400
    }

    .banner-gm .navbar_gm ul {
        display: flex;
        justify-content: space-around;

        padding: 0 16px !important;
        margin: 25px 0;
    }

    .banner-gm .navbar_gm li {
        list-style: none;
        position: relative;
    }

    .banner-gm .navbar_gm li a {
        color: rgba(119, 119, 119, 1);
    }

    .banner-gm .navbar_gm li a.active {
        color: #950040;
    }

    .banner-gm .navbar_gm li a.active::before {
        width: 25px;
        height: 7px;
        content: "";
        background-image: url(/szguanwang/shenda-gml/images/arc.png);
        position: absolute;
        bottom: -5px;
        left: 33%;
    }

    /* .adout_tit {
        padding-top: 20px;
    } */

    .adout_tit p {
        margin-top: 22px;
    }

    .about_gm .media_gm {
        position: relative;
        /* width: 343px;
        height: 219px; */

        border-radius: 8px 8px 8px 8px;
        /* background: #ffffff url(../images/about.png); */
        background-size: cover;
    }

    .about_gm .media_gm video {
        border-radius: 8px;
    }

    .media_gm .play_gm {
        position: absolute;
        top: 35%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .history_gm {
        /* padding: 100px 0;
        height: 684px; */
        /* background: rgba(247, 247, 247, 1); */
        padding-top: 24px;
        padding-bottom: 24px;
        position: relative;
    }

    .history_gm h1 {
        font-size: 16px;
    }

    .history_gm .time_line {
        width: 90%;
        height: 1px;
        background: #E6E6E6;
        border: 0 solid #E6E6E6;
        position: absolute;

        bottom: 74%;
    }


    .timeline-axle {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        /* margin-top: 50px; */
        position: relative;
    }

    .timeline-axle-container {
        width: 287px;
        /* height: 100px; */
        flex: 0 0 auto;
        padding: 20px;
        padding-top: 30px;
        padding-bottom: 0;
        /* min-width: 300px;
        max-width: 300px; */
        text-align: center;

        position: relative;
    }

    .timeline-axle-container p {
        font-family: MicrosoftYaHei;
        font-size: 14px;
        color: #950040;
        line-height: 16px;
        text-align: center;
        font-style: normal;
        text-transform: none;
        margin-bottom: 0;
    }

    .timeline-container {
        display: flex;
        align-items: center;
        justify-content: center;
        /* margin-top: 50px; */
        position: relative;
        padding-left: 0;
        padding-right: 0;
    }

    .timeline-gm {
        display: flex;
        overflow-x: hidden;
        scroll-behavior: smooth;
        padding: 10px;
        padding-left: 0;
        gap: 20px;
        position: relative;
        justify-content: flex-start;
    }

    .timeline-gm::-webkit-scrollbar {
        display: none;
    }

    .timeline-item {
        width: 287px;
        height: 121px;

        flex: 0 0 auto;
        background: white;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        /* min-width: 300px;
        max-width: 300px; */
        text-align: left;

        position: relative;
    }

    .timeline-item li {

        list-style-type: none;
        /* list-style-image: url(/szguanwang/shenda-gml/images/椭圆.png);
        background-size: 100% 100%;
        padding-left: 5px; */


        font-family: MicrosoftYaHei, MicrosoftYaHei;
        font-weight: bold;
        font-size: 14px;
        color: #3A3D4B;
        line-height: 16px;
        text-align: center;
        font-style: normal;
        text-transform: none;
    }

    .timeline-item p {
        font-family: ArialMT;
        font-size: 12px;
        color: #606062;
        line-height: 14px;
        font-style: normal;
        text-transform: none;

        padding-top: 12px;
    }

    .timeline-point {
        background-color: rgba(216, 191, 202, 1);
        width: 14px;
        height: 14px;
        border-radius: 50%;
        position: absolute;
        top: -6%;
        left: 50%;
        transform: translateX(-50%);
    }

    .timeline-point2 {
        background-color: rgba(149, 0, 64, 1);
        width: 6px;
        height: 6px;
        border-radius: 50%;
        position: absolute;
        top: 29%;
        left: 50%;
        transform: translateX(-50%);
    }

    .timeline-date {
        font-weight: bold;
        margin-bottom: 10px;
    }

    .timeline-btn {
        background-color: transparent;
        border: none;
        font-size: 24px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
    }

    .timeline-btn-left {
        left: -30px;
        width: 30px;
        height: 30px;
        background-image: url(/szguanwang/shenda-gml/images/pre.png);
    }

    .timeline-btn-right {
        right: -20px;
        width: 30px;
        height: 30px;
        background-image: url(/szguanwang/shenda-gml/images/Next.png);
    }

    .values_left {
        margin-bottom: 12px;
        width: 45%;
        height: 161px;

        background-image: url(/szguanwang/shenda-gml/images/values_top_img.png);
        background-position: center center;
        /* background-size: cover; */
        background-size: 115% 115%;
        border-radius: 8px 8px 8px 8px;


        position: relative;
    }

    .values_left h3 {
        font-family: MicrosoftYaHei, MicrosoftYaHei;
        font-weight: bold;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 24px;
        text-align: left;
        font-style: normal;
        text-transform: none;

        position: absolute;
        bottom: 52px;
        left: 5%;
    }

    .values_left p {
        font-family: MicrosoftYaHei;
        font-size: 12px;
        color: #FFFFFF;
        line-height: 24px;
        text-align: left;
        font-style: normal;
        text-transform: none;

        position: absolute;
        top: 66%;
        left: 5%;
    }

    .values_right {
        width: 45%;
        height: 161px;
        background-image: url(/szguanwang/shenda-gml/images/values_bottom_img.png);
        background-position: right 13% bottom;
        border-radius: 8px 8px 8px 8px;
        background-size: 228% 149%;
        position: relative;
    }

    .values_right h3 {
        font-family: MicrosoftYaHei, MicrosoftYaHei;
        font-weight: bold;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 24px;
        text-align: left;
        font-style: normal;
        text-transform: none;

        position: absolute;
        bottom: 52px;
        left: 5%;
    }

    .values_right p {
        font-family: MicrosoftYaHei;
        font-size: 12px;
        color: #FFFFFF;
        text-align: left;
        font-style: normal;
        text-transform: none;

        position: absolute;
        top: 66%;
        left: 5%;
    }

    .values_bot {
        width: 95%;
        height: 160px;
        background-image: url(/szguanwang/shenda-gml/images/values_right_img.png);
        /* background-size: auto; */
        border-radius: 8px 8px 8px 8px;
        position: relative;
        background-position: bottom 0 left 50%;
        background-size: 100% 303%;
        background-position: right 33% bottom 9%;
    }

    .values_bot h3 {
        font-family: MicrosoftYaHei, MicrosoftYaHei;
        font-weight: bold;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 18px;
        text-align: left;
        font-style: normal;
        text-transform: none;

        position: absolute;
        top: 10%;
        left: 5%;
    }

    .values_bot p {
        font-family: MicrosoftYaHei;
        font-size: 12px;
        color: #FFFFFF;
        line-height: 22px;
        text-align: left;
        font-style: normal;
        text-transform: none;

        position: absolute;
        top: 30%;
        left: 5%;
    }

    .business_lab_gm li button.nav-link {
        padding: 0 !important;
    }

    .business_lab_gm li button.nav-link.active {
        background-color: initial;
        color: rgba(173, 61, 109, 1);
        position: relative;
    }

    .business_lab_gm li button.nav-link.active::before {
        width: 25px;
        height: 9px;
        content: "";
        background-image: url(/szguanwang/shenda-gml/images/arc.png);
        position: absolute;
        bottom: -5px;
        left: 33%;
    }

    .business_gm {
        padding-top: 24px !important;
    }

    .business_gm .tab-content .tab-pane {
        background-color: #fff;
        padding: 16px;
        border-radius: 8px;
    }

    .business_gm .tab-content .tab-pane p {
        font-size: 12px;
    }

    .business_gm .tab-content .tab-pane .train_bot_tab img+p {
        font-size: 14px;
        ;
    }

    .business_gm .tab-content .tab-pane .abroad_left li {
        font-size: 12px;
    }

    .business_gm .tab-content .tab-pane .info_right li {
        font-size: 12px;
    }

    .business_course_gm p {
        font-size: 12px;
    }

    .train_bot_tab {
        margin: 20px 10px;
        padding: 20px;

        /* border: 1px solid #ddd;
        border-radius: 10px; */
        background: #FFFFFF;
        box-shadow: 2px 0 20px 0 #CFD3E4;
        border-radius: 8px 8px 8px 8px;
    }

    .train_bot_tab img {
        padding-right: 20px;


    }

    .train_bot_tab p {
        display: inline-block;
        font-family: MicrosoftYaHei, MicrosoftYaHei;
        font-size: 12px;
        color: #1A1A1A;
        line-height: 30px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .business_course_gm p span {
        color: rgba(51, 51, 51, 1);
    }



    .index_news_title h1 span {
        color: #950040;
    }

    .train_top h3,
    .top_left h3,
    .business_abroad_gm h3,
    .info_right h3 {
        font-weight: bold;
        font-size: 14px;
        color: #333333;
        line-height: 16px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .recruit-QR {
        text-align: center;
        padding-top: 38px;
    }

    .recruit-QR img {
        width: 161px;
        height: 160px;
        margin-top: 23px;
    }

    .recruit-QR p {
        margin-top: 20px;

        font-family: MicrosoftYaHei;
        font-size: 12px;
        color: #1D1D1F;
        line-height: 24px;
        font-style: normal;
        text-transform: none;
    }

    .recommendation-tit h3 {
        font-size: 16px;
        color: #AD3D6D;
        text-align: center;
    }

    .recommendation-gm {
        border-radius: 8px;
        margin-right: 15px;
        margin-left: 15px;
        margin-bottom: 18px;
        padding-bottom: 14px;
    }

    .recommendation-gm .recommendation-tit p {
        font-family: MicrosoftYaHei;
        font-size: 12px;
        color: #606062;
        line-height: 18px;
        text-align: center;
        font-style: normal;
        text-transform: none;
        margin-bottom: 12px;
        margin-top: 18px;
    }

    .recommendation-gm .recommendation-tit div {
        width: 311px;
        height: 58px;
        line-height: 14px;
        background: #F7F7F7;
        text-align: left;
        font-size: 12px;
        margin-top: 43px;
        padding: 12px;
    }

    .recruit-gm {
        padding-bottom: 22px;
        border-radius: 8px;
        margin-left: 15px;
        margin-right: 15px;
        width: auto;
    }

    .recruit-tit {
        /* padding-bottom: 20px; */
    }

    .recruit-tit h3 {
        font-size: 16px;
        color: rgba(173, 61, 109, 1);
        text-align: center;
    }

    .recruit-tit p {
        font-size: 12px;
        line-height: 14px;
        text-align: left;
        color: rgba(51, 51, 51, 1);
        font-weight: bold;
    }

    .recruit-tit p span {
        color: rgba(85, 85, 85, 1);
        font-weight: normal;
    }

    .welfare-tit h3 {
        padding-left: 5px;
        border-left: 2px solid rgba(149, 0, 64, 1);
        font-size: 16px;
    }

    .welfare-tit p {
        font-size: 14px;
        line-height: 16px;
        color: #333333;
        text-align: center;
    }

    .zhuanye_title h3 {
        font-size: 14px;
    }

    .min_teacher_tit {
        display: flex;
        margin-bottom: 13px;
    }

    .teacher_card .teacher_card_item .teacher_card_info div.btn {
        font-size: 14px;
        padding: 6px 12px;
        margin-right: 4px;
    }

    .teacher_card .teacher_card_item .teacher_card_info a.btn {
        font-size: 14px;
        padding: 6px 12px;
        margin-right: 4px;
    }

    .teacher_card .teacher_card_item .teacher_card_info .min_teacher_tit span {
        font-size: 10px;
        border: 1px solid #950040;
        padding: 3px 6px;
        color: #950040;
        margin-bottom: 0;
        border-radius: 4px;
        line-height: 14px;

    }

    .teacher_card {
        display: flex;
        /* justify-content: center; */
        align-content: start;
        flex-direction: column;
        margin-top: 18px;
    }

    .teacher_card_name {
        margin-right: 19px;
    }

    .teacher_card .teacher_card_item {
        /* margin: 12px auto; */
        /* padding: 30px 0; */
        padding: 10px;
        padding-left: 0;
        margin-bottom: 12px;
        display: flex;
        justify-items: center;
        align-items: center;
        background: #fff;
        border-radius: 8px;
    }

    .teacher_card .teacher_card_item .teacher_card_img img {
        clear: both;
        display: block;
        /* margin: auto; */
        width: 128px;
        height: 128px;
        margin: 0 9px;
        border-radius: 8px;

    }

    .teacher_card .teacher_card_item .teacher_card_img {
        width: 80%;
    max-width: 150px;
    }

    .teacher_card .teacher_card_item .teacher_card_info {
        width: 100%;
    }

    .teacher_card .teacher_card_item .teacher_card_info h4 {
        font-family: MicrosoftYaHei, MicrosoftYaHei;
        font-weight: bold;
        font-size: 16px;
        color: #3A3D4B;
        line-height: 18px;
        text-align: left;
        font-style: normal;
        text-transform: none;

        margin-bottom: 0;
    }

    .teacher_card .teacher_card_item .teacher_card_info p {
        font-family: MicrosoftYaHei;
        font-size: 12px;
        color: #777;
        line-height: 14px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        /* width: 180px; */

        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        /* autoprefixer: ignore next */
        -webkit-box-orient: vertical;
    }

    .contact-gm {
        padding-top: 59px;
        padding-bottom: 24px;
    }

    .contact_right h3 {
        font-size: 16px;
        color: #950040;
        text-align: center;
    }

    .contact_right p {
        font-size: 12px;
    }

    .contact-phone {
        display: flex;
        /* color: #950040; */
        i {
            margin-right: 6px;
            color: #950040;
        }

        p {
            color: #950040;
            font-size: 14px;
        }
    }
    .contact-phone i {
        margin-right: 6px;
        color: #950040;
    }

    .contact-phone p {
        color: #950040;
        font-size: 14px;
    }


    .contact_img_gm {
        padding-bottom: 17px;
    }


    .vertical-timeline {
        position: relative;
        padding: 0;
        margin: 0;
        padding-bottom: 20px;
    }

    .vertical-timeline::before {
        content: '';
        position: absolute;
        height: 100%;
        width: 2px;
        background-color: #e9ecef;
        left: 0%;
        top: 0;
        transform: translateX(-50%);
    }

    .timeline_time img {
        object-fit: contain;
        position: absolute;
        left: -21px;
        bottom: 5px;
    }

    .timeline_time p {
        margin-left: 7px !important;
        font-size: 14px;
        color: #950040;
        font-weight: bold;
    }

    .vertical-timeline-item {
        margin-left: 14px;
    }

    .timeline-panel {
        /* width: 323px; */
        background-color: #fff;
        padding: 12px;
        margin-top: 16px;
        margin-bottom: 24px;
        border-radius: 9px 9px 9px 9px;
    }

    .timeline-panel h4 {
        font-size: 14px;
    }

    .timeline-panel p {
        font-size: 12px;
        margin-bottom: 0;
    }

    .min_fazhan {
        padding-top: 24px;
        margin-bottom: 16px;
    }

    .min_error_page h4 {
        font-size: 16px;
        margin-top: 27px;
    }

    .min_error_page p {

        font-size: 12px;
        margin-top: 10px;
    }

    .min_error_page div.btn {
        width: 166px;
        height: 38px;
        margin-top: 54px;
    }

    .min_about_welfare {
        background-color: #fff;
        border-radius: 8px;
        padding: 18px;
    }

    .min_about_welfare p {
        font-size: 14px;
        text-align: center;
        color: #333333;
    }

    .min_about_welfare .carousel-item img {
        width: 100vw !important;
        height: 45vw;
    }

    .min_about_zhaopin_tit {
        margin-bottom: 18px;
    }

    .zhuanye_title.min_about_teacher_top_tit h3 {
        font-size: 14PX;
    }

    .footer_zhuanye .shadow img {
        width: 31px;
        height: 31px;
        position: unset;
    }

    .business_course_gm p {
        margin-top: 18px;
        margin-bottom: 23px;
    }

    .contact_left_img img {
        width: 196px;
        height: 48px;
    }

    .contact_left {
        display: flex;
        justify-content: center;
    }

    .fenye {
        display: flex;
        justify-content: center;
      }

    .fenye .page-item,
    .min_pagination .page-item {
        margin: 0 6px;
    }

    .fenye .page-item a.page-link,
    .fenye .page-item span.page-link,
    .min_pagination .page-item a.page-link {
        padding: 3px 8px;
        font-size: 12px;
    }

    .fenye li.page-item:last-child .page-link,
    .fenye li.page-item:first-child .page-link,
    .min_pagination li.page-item:last-child .page-link,
    .min_pagination li.page-item:first-child .page-link {
        border: 0;
        background-color: transparent;
        color: rgba(102, 102, 102, 1);
    }

    .fenye .page-link:hover,
    .page-link:hover,
    .page-link.active,
    .active>.page-link {
        background-color: #950040;
        border-color: #950040;
        color: #fff;
    }
}
<!--0.0003511905670166-->