* {
    margin: 0;
    padding: 0;
    border: 0;
}

html, body {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Microsoft YaHei, '微软雅黑', Arial, Source Han Sans CN, Source Han Sans CN;
}

a, a:hover {
    text-decoration: none;
}

.header_menu_mobile_box {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    padding-top: 70px;
    box-sizing: border-box;
    background-color: #fff;
    display: none;
}

.mobile_top_menu_box {
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 11px;
    padding-right: 12px;
    box-sizing: border-box;
    background-color: #fff;
}

.mobile_top_menu_box .logo_box {
    width: 110px;
    height: 31px;
    background-image: url("../images/logo.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: left center;
    flex-shrink: 0;
}

.mobile_top_menu_box .close_btn {
    width: 16px;
    height: 16px;
    background-image: url("../images/close.png");
    background-size: 100% 100%;
}

.header_menu_mobile_box .menu_content_box {
    overflow: auto;
    height: 100%;
}

.header_menu_mobile_box .menu_content_box .first_menu_box {
    padding: 0 16px;
    height: 54px;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header_menu_mobile_box .menu_content_box .first_menu_box .m_menu_title {
    flex: 1;
    font-size: 18px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 22px;
}

.header_menu_mobile_box .menu_content_box .first_menu_box .triangle_icon {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid transparent;
    border-top: 8px solid #CCCCCC;
    transform: translateY(4px);
}

/*.header_menu_mobile_box .menu_content_box a.first_menu_box .triangle_icon{*/
/*    transform: translate(3px,4px) rotate(270deg);*/
/*}*/
.header_box {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    opacity: 0;
    user-select: none;
}

#header_box {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}

#header_box .menu_item .first {
    color: #fff;
}
#header_box .menu_item.active .first {
    color: #601986;
}
.header_menu_mobile_box .menu_content_box .m_active {
    background: #601986;
}

.header_menu_mobile_box .menu_content_box .m_active .m_menu_title {
    color: #fff;
}

.header_menu_mobile_box .menu_content_box .second_level_box {
    display: none;
    background-color: #F9F9F9;
    border-bottom: 1px solid #EEEEEE;
}

.header_menu_mobile_box .menu_content_box .second_level_box .second_level {
    height: 60px;
    font-size: 16px;
    font-weight: bold;
    color: #1A1A1A;
    line-height: 18px;
    display: flex;
    align-items: center;
    padding: 0 16px;
    border-top: 1px solid #eee;
}

.header_menu_mobile_box .menu_content_box .second_level_box .third_level {
    height: 58px;
    font-size: 16px;
    color: #1A1A1A;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    line-height: 18px;
    display: flex;
    align-items: center;
    padding: 0 35px;
    position: relative;
}

.third_level::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid transparent;
    border-top: 8px solid #CCCCCC;
    transform: translateY(4px);
    position: absolute;
    right: 16px;
}

.header_menu_mobile_box .menu_content_box .second_level_box .third_box .m_menu {
    padding: 0 52px;
    cursor: pointer;
}

.third_box .m_menu.active {
    color: #601986 !important;
}

.third_level.active {
    background: #fff;
!important;
    border-bottom-color: #601986 !important;
}

.header_menu_mobile_box .menu_content_box .m_menu {
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    display: flex;
    align-items: center;
    padding: 0 16px;
}

.header_menu_mobile_box .menu_content_box .second_level_box .m_menu {
    padding: 0 36px;
}

.header_menu_mobile_box .menu_content_box .second_level_box .s_active {
    border-bottom: 1px solid #601986;
}

#header_black_box {
    display: none;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 10;
    opacity: 1;
}

#other_black_box {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 10;
}

.header_box .logo_menu_box {
    max-width: 1200px;
    margin: 0 auto;
    height: 89px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo_menu_box .logo_box {
    width: 200px;
    height: 43px;
    background-image: url("../images/logo_xx.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    transition: all 0.2s linear;
    flex-shrink: 0;
}
#header_black_box .logo_menu_box .logo_box{
    background-image: url("../images/logo.png");
}
#other_black_box .logo_menu_box .logo_box{
    background-image: url("../images/logo.png");
}
.header_box .menu_box {
    display: flex;
    align-items: center;
}

.menu_box .login_btn {
    height: 47px;
    position: relative;
    margin: 0 10px;
    padding: 0 10px;
    display: flex;
    display: none;
    align-items: center;
    box-sizing: border-box;
}

.menu_box .login_btn img {
    display: block;
}

.menu_box .menu_item {
    display: block;
    height: 47px;
    line-height: 47px;
    position: relative;
    margin: 0 10px;
    padding: 0 10px;
    box-sizing: border-box;
    transition: all 0.2s linear;
    cursor: pointer;
}

.menu_item a {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #1A1A1A;
}

.menu_box .menu_item:after {
    content: '';
    display: block;
    width: 0;
    height: 2.5px;
    background-color: #601986;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
    transition: all 0.2s linear;
    transform: translateX(-50%);
}

.menu_item .sub_menu_box {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    z-index: 1;
    padding-top: 20px;
}

.menu_item .grid_men_box {
    display: grid;
    grid-gap: 56px;
    grid-template-columns: 1fr 1fr;
}

.menu_item .grid_men_box .second_title {
    font-size: 16px;
    font-weight: bold;
    color: #1A1A1A;
}

.sub_menu_box .sub_menu_list {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    box-shadow: 2px 4px 4px rgba(102, 102, 102, 0.3);
    position: relative;
    padding: 8px 24px;
    box-sizing: border-box;
}

.menu_item .sub_menu_list:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -7px;
    border-bottom: 4px solid rgba(255, 255, 255, 0.9);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 4px solid transparent;
}

.menu_item:hover a.first {
    color: #643398;
}

.menu_item:hover:after {
    width: 100%;
}

.menu_item.active a.first {
    color: #643398;
}

.menu_item.active:after {
    width: 100%;
}

.menu_item:hover .sub_menu_box {
    display: block;
}

.sub_menu_list .second {
    display: block;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
    border-bottom: 1px solid #dcdcdc;
    white-space: nowrap;
}

.sub_menu_list .second:last-child {
    border: 1px solid transparent;
}


.sub_menu_list .second.active {
    color: #1A1A1A;
    border-bottom: 1px solid #643398;
}

.sub_menu_list .second:hover {
    color: #643398;
    border-bottom: 1px solid #643398;
}


.content_box {
    background-color: #ffffff;
    position: relative;
    z-index: 2;
}

.content_box .module_box {
    padding: 80px 0;
}

.content_box .module_box .title_img {
    display: block;
    margin: 0 auto;
}

.product_programme_box {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    height: 380px;
    transition: all 0.2s linear;
}

.product_programme_box .pp_content_box {
    background-size: auto 100%;
    background-position: center bottom;
    transition: all 0.2s linear;
    position: relative;
    height: 100%;
    flex: 1;
}

.product_programme_box .pp_left_box {
    background-image: url("../images/img_01.png");
}

.product_programme_box .pp_title_box {
    width: 100%;
    height: 130px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    background: #3380BA;
    transition: all 0.2s linear;
    cursor: pointer;
}

.product_programme_box .pp_active {
    background: linear-gradient(270deg, rgba(13, 111, 184, 0.83) 0%, rgba(100, 51, 152, 0.34) 100%);
}

.pp_title_box .title_box {
    flex: 1;
}

/*.product_programme_box .pp_left_box:hover {*/
/*    background-size: auto 120%;*/
/*}*/

.product_programme_box .pp_right_box {
    background-image: url("../images/img_02.png");
}

/*.product_programme_box .pp_right_box:hover {*/
/*    background-size: auto 120%;*/
/*    flex: 4;*/
/*}*/

.pp_content_box .more_btn {
    flex-shrink: 0;
    display: none;
    width: 120px;
    height: 40px;
    border-radius: 6px;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    color: #0D6FB8;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.pp_title_box .title_box .top_title {
    height: 36px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    border-bottom: 1px solid #fff;
    width: fit-content;
    position: relative;
    box-sizing: border-box;
}

.product_programme_box .pp_title_box:hover .top_title {
    font-weight: bold;
}

.pp_title_box .title_box .bottom_title {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
}

.swiper_content_box {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.swiper_content {
    width: 100%;
    height: 100%;
}

.swiper_content .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #FAFAFA;
    cursor: pointer;
    overflow: hidden;
}

.swiper_content .swiper-button-next, .swiper_content .swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.6);
    width: 25px;
    height: 60px;
    margin-top: -30px;
    color: #fff;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px;
}

.swiper_content .swiper-slide .slide_image_box {
    height: 200px;
    overflow: hidden;
}

.swiper_content .swiper-slide .slide_image {
    display: block;
    width: 100%;
    height: 200px;
    object-fit: contain;
    transition: all 0.2s linear;
    background-size: cover;
    background-position: center center;
}

.swiper_content .swiper-slide .slide_image:hover {
    transform: scale(1.2);
}

.swiper_content .swiper-slide .slideImg1 {
    background-image: url("../images/Rectangle01.png");
}

.swiper_content .swiper-slide .slideImg2 {
    background-image: url("../images/Rectangle03.png");
}

.swiper_content .swiper-slide .slideImg3 {
    background-image: url("../images/Rectangle02.png");
}

.swiper_content .swiper-slide .slideImg4 {
    background-image: url("../images/Rectangle07.png");
}

.swiper_content .swiper-slide .slideImg5 {
    background-image: url("../images/Rectangle05.png");
}

.swiper_content .swiper-slide .slideImg6 {
    background-image: url("../images/Rectangle06.png");
}

.swiper_content .swiper-slide .slideImg7 {
    background-image: url("../images/Rectangle04.png");
}

.swiper_content .swiper-slide .describe_box {
    height: 130px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 24px;
    box-sizing: border-box;
}

.describe_title {
    min-height: 48px;
    font-size: 20px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 24px;
    text-align: left;
}

.describe_title:hover {
    color: #601986;
}

.describe_line {
    width: 288px;
    height: 1px;
    margin: 2px 0 6px;
    background: #EEEEEE;
    position: relative;
}

.describe_line:after {
    content: '';
    display: block;
    width: 70px;
    height: 1px;
    background: linear-gradient(to right, #643398 50%, #0D6FB8 50%, #0D6FB8);
}

.describe_address {
    height: 24px;
    font-size: 16px;
    font-weight: 400;
    color: #BBBBBB;
    line-height: 19px;
}

.expert_content_box {
    margin-top: 64px;
    width: 100%;
    height: 688px;
    background-color: #F8F8F8;
    background-image: url("../images/bg.png");
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: hidden;
}

.expert_group_box {
    max-width: 1200px;
    margin: 37px auto;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    transition: all 0.2s linear;
}

.expert_group_item {
    flex: 1;
    height: 382px;
    flex-shrink: 0;
    background-color: rgba(96, 25, 134, 0.70);
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: margin-top 0.2s linear;
    cursor: pointer;
}

.expert_group_item:hover {
    margin-top: -20px;
}

.expert_group_item:last-child {
    border-radius: 0 20px 20px 0;
}

.expert_group_item:first-child {
    border-radius: 20px 0 0 20px;
}

.expert_group_item .expert_img_box {
    display: block;
    height: 180px;
    width: 180px;
    margin-top: 20px;
    background-size: cover;
}

.expert_group_item .expert_name_box {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 25px;
    margin-bottom: 5px;
}

.expert_group_item .expert_name_box span {
    font-size: 16px;
    line-height: 28px;
    font-weight: lighter;
    padding-left: 4px;
}

.expert_group_item .expert_position_box {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
}

.expert_content_box .module_box {
    padding-bottom: 0;
}


.partners_content_box {
    width: 100%;
    height: 526px;
    background-image: url("../images/bg2.png");
    background-size: cover;
    background-position: center bottom;
    overflow: hidden;
}

.partners_content_box .partners_title_box {
    display: block;
    width: 143px;
    margin: 80px auto 0;
}

.partners_content_box .partners_more_btn {
    display: block;
    width: 96px;
    height: 40px;
    border-radius: 6px;
    line-height: 40px;
    text-align: center;
    margin: 50px auto;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    border: 1px solid #fff;
}

.partners_content_box .partners_group_box {
    max-width: 1200px;
    margin: 70px auto 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 60px 60px;
    grid-gap: 20px 2px;
}

.partners_content_box .partners_group_box .partners_group_item {
    display: flex;
    align-items: center;
    justify-items: center;
}

.partners_content_box .partners_group_box .partners_group_item .partners_img {
    display: block;
    width: 100%;
}


.footer_content_box {
    width: 100%;
    height: 272px;
    background-image: url("../images/bg3.png");
    background-position: center bottom;
    background-size: cover;
}

.footer_content_box .footer_content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer_content .footer_right_box {
    margin-top: 50px;
    display: flex;
}

.footer_content .footer_right_box .info_right {
    text-align: right;
    padding-right: 18px;
}

.footer_content .footer_right_box .info_right .email_box {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 25px;
    margin-top: 22px;
}
.footer_content .footer_right_box .info_right .email_box p{
    margin-bottom: 0;
}

.footer_content .footer_right_box .info_right .tel_box {
    display: block;
    font-size: 32px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 38px;
}

.footer_content .footer_left_box {
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
    margin-top: 57px;
}

.footer_content .footer_left_middle_box {
    display: none;
    flex: 1;
}

.footer_content .footer_left_middle_box .middle_grid_box {
    margin-top: 57px;
    width: 300px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.middle_grid_box .grid_module {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
    line-height: 40px;
    text-align: left;
}

.footer_content .footer_left_box .footer_left_menu_item {
    flex: 1;
}

.footer_left_menu_item .footer_left_menu_top {
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
}

.footer_left_menu_item .footer_left_menu_list .footer_menu {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    white-space: nowrap;
    text-align: center;
}

.footer {
    height: 40px;
    background-color: rgba(34, 34, 34, 1);
    line-height: 39px;
    text-align: center;
}

.footer a {
    color: #fff;
    padding: 0 20px;
    font-size: 14px;
}


.video_box {
    width: 100%;
    height: 100vh;
    position: relative;
}

.video_box .video_mp4 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.video_title_box {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -100px;
    z-index: 2;
}

.video_title {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    text-align: center;
    transition: all 0.3s linear;
}

.video_box .more_btn {
    width: 120px;
    height: 40px;
    border-radius: 6px;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    color: #643398;
    line-height: 40px;
    display: block;
    margin: 90px auto 0;
    text-align: center;
}

.menu_icon {
    display: none;
    width: 16px;
    height: 16px;
    background-image: url("../images/more.png");
    background-size: 100% 100%;
}

.more_zhuanjia {
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 96px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    border: 1px solid #601986;
    color: #601986;
}

.mobile_case_box {
    display: none;
    width: 100%;
    margin-top: 24px;
    grid-gap: 10px;
    padding: 0 10px;
    grid-template-columns: repeat(2, 1fr);
    box-sizing: border-box;
}

.mobile_case_box .mobile_case_item:first-child {
    display: flex;
    grid-column-start: 1;
    grid-column-end: 3;
    flex-direction: column;
}

.mobile_case_box .mobile_case_item .slide_image {
    display: block;
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.mobile_case_box .mobile_case_item .describe_box {
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 11px;
    box-sizing: border-box;
    background: #FAFAFA;
}

/**其他页面顶部菜单占位*/
.seize_a_seat_box {
    height: 89px;
}

.crumb {
    display: grid;
    grid-template-columns: auto auto auto auto 1fr;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    height: 44px;
    line-height: 44px;
}

.crumb span {
    font-size: 16px;
    color: rgba(26, 26, 26, 1);
    margin: 0 5px;
}

.crumb .crumb_link {
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
}

.crumb .crumb_link:last-child {
    height: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    flex: 1;
}
.crumb .crumb_link:hover {
    font-size: 16px;
    color: rgba(96, 25, 134, 1);
    text-decoration: underline;
}

@media screen and (max-width: 1300px) {
    .video_title {
        font-size: 48px;
    }
}

@media screen and (max-width: 1920px) {
}

@media screen and (max-width: 1200px) {
    /* 在此处添加适用于分辨率为1024px的样式 */
    .logo_menu_box .logo_box {
        width: 160px;
        height: 32px;
    }

    .middle_grid_box .grid_module {
        font-size: 16px;
    }

    .header_box .logo_menu_box {
        max-width: 1024px;
    }

    .menu_box .menu_item {
        margin: 0 4px;
    }

    .menu_box .login_btn {
        margin: 0 4px;
    }

    .menu_item a {
        font-size: 16px;
    }

    .content_box .module_box .title_img {
        transform: scale(0.75);
    }

    .product_programme_box {
        max-width: 960px;
    }

    .product_programme_box .pp_title_box {
        background: #0d6fb8;
    }

    .product_programme_box .pp_active {
        background: linear-gradient(270deg, rgba(13, 111, 184, 0.83) 0%, rgba(100, 51, 152, 0.34) 100%);
    }

    .pp_title_box .title_box .top_title {
        font-size: 18px;
    }

    .pp_title_box .title_box .bottom_title {
        font-size: 13px;
        line-height: 28px;
    }

    .swiper_content_box {
        max-width: 960px;
    }

    .swiper_content .swiper-slide .describe_box {
        height: 102px;
    }

    .describe_title {
        min-height: 36px;
        font-size: 16px;
        line-height: 18px;
    }

    .describe_line {
        width: 288px;
        margin: 2px 0 4px;
    }

    .describe_address {
        font-size: 14px;
        line-height: 19px;
    }

    .expert_content_box {
        height: 715px;
    }

    .expert_group_box {
        max-width: 870px;
        margin: 37px auto;
        gap: 22px;
    }

    .expert_group_item {
        height: 344px;
    }

    .expert_group_item .expert_name_box {
        font-size: 18px;
        margin-top: 18px;
    }

    .expert_group_item .expert_name_box span {
        font-size: 14px;
    }

    .expert_group_item .expert_position_box {
        font-size: 14px;
    }

    .footer_content .footer_left_box {
        display: none;
    }

    .footer_content_box .footer_content {
        max-width: 960px;
    }

    .footer_content .footer_left_middle_box {
        display: block;
    }
}

@media screen and (max-width: 900px) {
    /**其他页面顶部菜单占位*/
    .seize_a_seat_box {
        height: 50px;
    }

    .header_box .menu_box {
        display: none;
    }

    .header_box .logo_menu_box {
        height: 50px;
        padding: 0 10px;
    }

    .logo_menu_box .logo_box {
        width: 100px;
        height: 22px;
    }

    .logo_menu_box .menu_icon {
        display: block;
        width: 24px;
        height: 24px;
    }

    .video_box {
        width: 100%;
        height: 260px;
    }

    .video_title_box {
        margin-top: -40px;
    }

    .video_box .video_mp4 {
        width: 100%;
        height: 260px;
        object-fit: fill;
    }

    .video_box .video_title {
        font-size: 22px;
    }

    .video_box .more_btn {
        width: 86px;
        height: 24px;
        font-size: 12px;
        line-height: 24px;
        margin: 30px auto 0;
    }


    .content_box .module_box {
        padding: 30px 0 0;
    }

    .content_box .module_box .title_img {
        width: 240px;
        transform: scale(1);
    }

    .product_programme_box {
        display: block;
        padding: 0 6px;
        box-sizing: border-box;
        height: auto;
    }

    .product_programme_box .pp_title_box {
        height: 51px;
        padding: 0 10px;
        background: linear-gradient(270deg, rgba(13, 111, 184, 0.83) 0%, rgba(100, 51, 152, 0.34) 100%);
    }

    .product_programme_box .pp_title_box .title_box .top_title {
        font-size: 14px;
        height: 26px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 28px;
    }

    .product_programme_box .pp_content_box {
        margin-top: 24px;
        height: 200px;
        background-size: cover;
    }

    .product_programme_box .pp_left_box:hover {
        background-size: cover;
    }

    .product_programme_box .pp_right_box:hover {
        background-size: cover;
    }

    .pp_content_box .more_btn {
        display: block;
        flex-shrink: 0;
        width: 76px;
        height: 24px;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 400;
        color: #0D6FB8;
        line-height: 24px;
    }

    .product_programme_box .pp_title_box .title_box .bottom_title {
        font-size: 11px;
    }

    .swiper_content_box {
        display: none;
    }

    .describe_line {
        width: 80%;
        margin: 2px 0 4px;
    }

    .describe_title {
        min-height: 20px;
        font-size: 12px;
        line-height: 14px;
    }

    .describe_address {
        height: 14px;
        font-size: 10px;
        line-height: 14px;
    }

    .mobile_case_box {
        display: grid;
    }

    .expert_content_box {
        margin-top: 20px;
    }

    .expert_content_box .more_zhuanjia {
        margin: 0 auto;
        width: 76px;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
    }

    .expert_group_box {
        margin: 24px auto;
        display: grid;
        grid-gap: 0;
        grid-template-columns: 1fr 1fr;
    }

    .expert_group_item .expert_img_box {
        width: 120px;
        height: 120px;
    }

    .expert_group_item {
        margin: 6px;
        height: auto;
        padding-bottom: 20px;
    }

    .expert_group_item:hover {
        margin-top: 6px;
    }

    .expert_group_item .expert_name_box {
        font-size: 18px;
        margin-top: 12px
    }

    .expert_group_item .expert_name_box span {
        font-size: 10px;
    }

    .expert_group_item .expert_position_box {
        font-size: 12px;
        line-height: 20px;
    }

    .expert_group_item:nth-child(odd) {
        border-radius: 10px 0 0 10px;
    }

    .expert_group_item:nth-child(even) {
        border-radius: 0 10px 10px 0;
    }

    .partners_content_box {
        height: auto;
        padding-bottom: 24px;
    }

    .partners_content_box .partners_title_box {
        width: 72px;
        margin-top: 24px;
    }

    .partners_content_box .partners_more_btn {
        width: 76px;
        height: 24px;
        font-size: 12px;
        line-height: 24px;
        margin: 10px auto;
    }

    .partners_content_box .partners_group_box {
        margin: 20px auto 0;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 10px 0;
        grid-template-rows: auto;
    }

    .footer_content_box {
        height: auto;
        padding-bottom: 20px;
    }

    .footer_content .footer_left_middle_box {
        padding-left: 10px;
    }

    .footer_content .footer_left_middle_box .middle_grid_box {
        margin-top: 20px;
        width: auto;
        white-space: nowrap;
    }

    .middle_grid_box .grid_module {
        padding-right: 6px;
        font-size: 10px;
        line-height: 28px;
    }

    .footer_content .footer_right_box {
        margin-top: 20px;
    }

    .footer_content .footer_right_box img {
        display: block;
        width: 66px;
    }

    .footer_content .footer_right_box .info_right {
        padding-right: 4px;
    }

    .footer_content .footer_right_box .info_right .tel_box {
        white-space: nowrap;
        font-size: 16px;
        line-height: 30px;
    }

    .footer_content .footer_right_box .info_right .email_box {
        font-size: 10px;
        line-height: 16px;
        margin-top: 0;
    }

    .footer {
        height: auto;
        overflow: hidden;
        padding: 10px;
    }

    .footer a {
        display: block;
        float: left;
        width: 100%;
        box-sizing: border-box;
        font-size: 10px;
        padding: 0;
        line-height: 20px;
    }

    /*.footer a:nth-child(n + 2) {*/
    /*    width: 50%;*/
    /*}*/
    /*.footer a:nth-child(n + 2) {*/
    /*    text-align: right;*/
    /*    padding-right: 10px;*/
    /*}*/
    .footer a:nth-child(n + 3) {
        text-align: left;
        padding-left: 10px;
    }
}
