/*移动端响应式兼容*/
@media screen and (max-width: 1024px) {
    .footer_con,
    .head_con,
    .copyright .inner{
        width: 1024px;
    }
}
@media screen and (max-width: 768px) {
    /*页头*/
    .wrap {
        overflow: hidden;
    }

    .bread {
        padding: 16px 20px;
    }

    .apps .inner,
    .plan .inner,
    .bread .inner,
    .article .inner {
        width: 100%;
    }
    .article .article-title {
        margin: 0 20px 20px 20px;
    }

    .article .article-meta {
        margin-left: 20px;
        margin-right: 20px;
    }
    .article .article-content {
        padding: 50px 20px;
    }
    .article .article-content p img {
        width: 100%;
    }

    .apps-content .app-item {
        width: 48%;
    }
    .guides .guide-item {
        width: 42%;
    }

    .department .inner {
        width: 100%;
    }
    .department .nav {
        width: 100%;
        margin-bottom: 50px;
    }
    .department .department-content {
        flex-direction: column-reverse;
    }
    .department .department-container {
        padding: 0;
    }
    .special .nav {
        display: none;
    }
    .head_con {
        width: 100%;
        height: 56px;
        z-index: 99;
    }

    .gallery {
        width: 100%;
    }
    .gallery .video-item {
        width: 100%;
        margin-bottom: 50px;
    }

    .card_col3:last-child{
        width: 100%;
    }

    .year_item {}

    .wrap_head {
        height: 56px;
    }

    .head_white.wrap_head {
        border-bottom: 1px solid #e2e2e2;
    }

    .card.push-24-r {
        width: 100%;
    }

    .header-seat {
        padding-bottom: 56px;
    }

    .head_con .logo {
        display: block;
        height: 44px;
        width: auto;
        position: absolute;
        left: 50%;
        top: 7px;
        margin-left: -118px;
    }

    .focus_us .focus_list li a:hover .wechat-code {
        right: 50px;
    }

    .copyright {
        width: 100%;
    }
    .copyright .inner {
        width: auto;
        margin: 0 20px;
    }

    .head_con .logo h1 {
        display: block;
        height: 42px;
        width: 180px;
        background: url(../img/logo.png) no-repeat 0 0;
        background-size: contain;
    }

    .head_white .logo h1 {
        background-image: url(../img/logo_hover.png);
    }

    .head_con .logo .sub_text {
        right: -110px;
        font-size: 18px;
        top: 8px;
    }

    .icon_menu {
        display: block;
        height: 20px;
        width: 20px;
        position: absolute;
        left: 21px;
        top: 18px;
        z-index: 99;
    }

    .icon_menu .i_menu {
        display: block;
        height: 14px;
        width: 15px;
        background: url(../img/icon_menu.png) no-repeat 0 0;
        background-size: contain;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 2;
    }

    .icon_menu .i_menu {
        margin-top: 4px;
    }

    .icon_menu .i_menu {
        background: url(../img/icon_menu_hover.png) no-repeat center;
        background-size: 100% 100%;
        width: 20px;
        height: 20px;
        margin-top: 0;
    }

    .icon_menu .i_close {
        display: none;
        height: 14px;
        width: 15px;
        background: url(../img/icon_menu_close.png) no-repeat 0 0;
        background-size: contain;
        position: fixed;
        left: 21px;
        top: 21px;
        z-index: 4;
    }

    .menu_list {
        display: block;
        position: fixed;
        background: #fff;
        width: 260px;
        height: 100%;
        right: 0px;
        left: 0px;
        padding-top: 90px!important;
        z-index: 3;
        transform: translate(-260px, 0);
        opacity: 0.8;
        transition: transform 0.25s ease-out, opacity 0.25s ease-out;
        padding-left: 58px;
    }

    .menu_list .menu_item {
        display: block;
        float: none;
        height: auto;
    }

    .menu_list li {
        margin: 0;
    }

    .en-us .menu_list .menu_item {
        display: block;
        float: none;
        height: 63px;
        margin-left: 58px;
    }

    .menu_list .menu_item .txt {
        color: #2a2e2e;
        font-weight: normal;
    }

    .menu_list .menu_item .txt:hover:after {
        display: none;
    }

    .lang_area {
        display: none;
    }

    .menu_list .menu_item.menu_item_lan {
        display: block;
        position: absolute;
        bottom: 87px;
        line-height: 63px;
    }

    .menu_list .menu_item.menu_item_lan a {
        color: #2a2e2e;
        font-size: 16px;
    }

    .menu_list .menu_item.menu_item_lan .cn, .menu_list .menu_item.menu_item_lan .s_line_1 {
        /* display: none; */
    }

    .menu_list .menu_item.menu_item_lan .en, .menu_list .menu_item.menu_item_lan .s_line_2 {
        display: inline-block !important;
    }

    .menu_list .menu_item.menu_item_lan .s_line {
        color: #878a8a;
        font-size: 16px;
        margin: 0px 8px;
        font-style: normal;
    }

    .submenu_show .bg_hover {
        display: none!important;
    }

    .sub_list {
        position: relative;
        width: auto;
        left: auto;
        text-align: left;
        padding-left: 34px!important;
    }

    .calendar .inner {
        width: 100%;
    }

    .calendar .inner span {
        padding-left: 8px;
    }

    .banner_area {
        height: 640px;
    }

    .banner_bg {
        height: 100%;
        background: #000 url(../img/banner_bg.jpg) no-repeat center top;
        background-size: cover;
        position: absolute;
        left: 0px;
        top: 0px;
    }
    .banner .banner_nav{
        bottom: 10px;
    }

    .banner_txt {
        width: 214px;
        height: 130px;
        letter-spacing: 10px
    }

    .banner_txt .hook_area {
        left: auto;
        top: -25px;
        right: 9px;
        width: 96px;
        height: 60px;
        top: -9px;
    }

    .banner_txt .hook_area .word {
        font-size: 38px;
        line-height: 50px;
        width: auto;
        height: 49px;
    }

    .video1 {
        height: 640px;
    }

    .slide_tips {
        bottom: 30px;
    }

    .details_con {
        height: auto;
    }

    .details_area {
        margin-bottom: 46px;
        overflow: hidden;
    }

    @keyframes a_banner_word_m {
        0% {
            -webkit-transform: translate(0, 0);
            opacity: 1;
        }
        12.5% {
            -webkit-transform: translate(0, 0);
            opacity: 1;
        }
        25% {
            -webkit-transform: translate(0, -60px);
            opacity: 0;
        }
        25.01% {
            -webkit-transform: translate(0, -60px);
            opacity: 0;
        }
        25.02% {
            -webkit-transform: translate(0, 60px);
            opacity: 0;
        }
        50% {
            -webkit-transform: translate(0, 60px);
            opacity: 0;
        }
        87.5% {
            -webkit-transform: translate(0, 60px);
            opacity: 0;
        }
        100% {
            -webkit-transform: translate(0, 0);
            opacity: 1;
        }
    }

    @keyframes a_banner_word_2_m {
        0% {
            -webkit-transform: translate(0, 60px);
            opacity: 0;
        }
        12.5% {
            -webkit-transform: translate(0, 60px);
            opacity: 0;
        }
        25% {
            -webkit-transform: translate(0, 0px);
            opacity: 1;
        }
        37.5% {
            -webkit-transform: translate(0, 0px);
            opacity: 1;
        }
        50% {
            -webkit-transform: translate(0, -60px);
            opacity: 0;
        }
        50.01% {
            -webkit-transform: translate(0, 60px);
            opacity: 0;
        }
        100% {
            -webkit-transform: translate(0, 60px);
            opacity: 0;
        }
    }

    .banner_txt .txtbox p {
        font-size: 38px;
        line-height: 50px;
    }

    .banner_txt .txtbox .ltxt {
        margin-right: 0;
    }

    .banner_txt .txtbox .ltxt {
        float: left;
        margin-left: 10px;
    }

    .main,
    .bigdata .main {
        padding: 24px;
        width: auto;
    }

    .focus_us .logo {
        margin-left: 20px;
    }

    .page .inner {
        width: 100%;
    }

    .page .page-container p img {
        width: 100%;
    }

    .bigdata {
        display: none;
    }

    .home_wrap1,
    .home_wrap2,
    .home_wrap3,
    .home_wrap4 {
        margin-top: 32px;
        padding-bottom: 32px;
    }
    .home_wrap1 .card{
        margin-bottom: 0;
    }
    .home_wrap1 .card .card_body{
        padding: 10px 20px;
    }

    .home_wrap3 {
        margin-top: 0;
        padding-bottom: 0;
    }

    .card_col2,
    .card_col3,
    .card_col4,
    .sub_col2 {
        width: calc(100% - 0px);
        margin-right: 0;
    }

    .cards .main h4 {
        font-size: 24px;
    }

    .cards .main .more_txt {
        margin-top: -48px;
    }

    .plan_box,
    .history_box {
        height: auto;
        overflow: visible;
        margin-bottom: 0;
    }

    .card{
        margin-bottom: 20px;
    }
    .card .card_body{
        padding: 20px;
    }
    .home_wrap2 .card_col3 .card .card_body a {
        height: auto;
    }
    .top_news .card .card_body h3{
        font-size: 16px;
    }

    .app_name {
        font-size: 16px;
    }

    .app_info {
        font-size: 12px;
    }

    .home_wrap3 .sub_col2 h5,
    .home_wrap4 .card h5 {
        font-size: 16px;
    }

    .work_list a {
        height: auto;
        margin-bottom: 10px;
    }

    .card .card_body h3 {
        font-size: 16px;
        line-height: 1.5em;
    }
    .card .card_body .work_list a h3{
        line-height: 2em;
    }

    .sub_col2 h5 {
        padding-bottom: 12px;
    }

    .guide {
        height: auto;
    }

    .guide_name a {
        font-size: 16px;
    }

    .guide_area {
        font-size: 14px;
    }

    .guide_more a {
        font-size: 12px;
    }

    .welfare-item {
        height: 160px;
    }

    .welfare-bg {
        height: 160px;
    }

    .welfare-wrapper .welfare-item .welfare-text{
        padding: 18px;
    }
    .welfare-wrapper .welfare-item .welfare-title {
        font-size: 16px;
    }

    .card_col3:last-child {
        width: 100%;
    }

    .card_album .card_album_item img {
        height: 120px;
    }

    .card_scenery .card_scenery_item img {
        height: 110px;
    }

    @keyframes m_a_banner_start {
        0% {
            -webkit-transform: translate(-50%, 88px);
            opacity: 1;
        }
        100% {
            -webkit-transform: translate(-50%, 0);
            opacity: 1;
        }
    }

    @keyframes m_a_banner_end {
        0% {
            -webkit-transform: translate(-50%, 0px);
            opacity: 1;
        }
        100% {
            -webkit-transform: translate(-50%, -88px);
            opacity: 1;
        }
    }

    .en-us .banner_txt .hook_area.animation1 .word_1 {
        -webkit-animation: m_a_banner_start 0.2s linear forwards;
    }

    .en-us .banner_txt .hook_area.animation2 .word_1 {
        -webkit-animation: m_a_banner_end 0.2s linear forwards;
    }

    .en-us .banner_txt .hook_area.animation2 .word_2 {
        -webkit-animation: m_a_banner_start 0.2s linear forwards;
    }

    .en-us .banner_txt .hook_area.animation3 .word_2 {
        -webkit-animation: m_a_banner_end 0.2s linear forwards;
    }

    .en-us .banner_txt .hook_area.animation3 .word_3 {
        -webkit-animation: m_a_banner_start 0.2s linear forwards;
    }

    .en-us .banner_txt .hook_area.animation4 .word_3 {
        -webkit-animation: m_a_banner_end 0.2s linear forwards;
    }

    .en-us .banner_txt .hook_area.animation4 .word_4 {
        -webkit-animation: m_a_banner_start 0.2s linear forwards;
    }

    /*页脚*/
    .wrap_footer { /* background:url(../img/mobile/bg_2.png) no-repeat 0 0; background-size: contain; height: 376px;*/
        height: auto;
    }

    .footer_con {
        width: 100%;
        height: auto;
    }

    .footer_con .tit {
        font-size: 16px;
        margin-left: 30px;
        margin-right: 21px;
        margin-bottom: 0px;
    }

    .footer_con .tit_area {
        display: block;
        height: 52px;
        line-height: 52px;
        position: relative;
    }

    .footer_con .join_list, .footer_con .contact_list, .footer_con .legal_list {
        display: block;
        height: 0;
        transition: height 0.3s ease-out;
    }

    .footer_con .join_list li a, .footer_con .contact_list li a, .footer_con .legal_list li a {
        margin-bottom: 0px;
        padding: 9px 0;
        margin-left: 30px;
        font-size: 14px;
    }

    .footer_con .focus_list {
        display: block;
    }

    .footer_con .focus_us .focus_list li a {
        margin-bottom: 0px;
    }

    .footer_con .tit_area .icon {
        display: block;
        height: 12px;
        width: 12px;
        background: url(../img/mobile/icon_arrow_d.png) no-repeat 0 0;
        background-size: contain;
        position: absolute;
        right: 28px;
        top: 20px;
        transition: transform 0.2s ease-out;
    }

    .join_us, .contact_us, .legal_info {
        width: 100%;
        float: none;
        overflow: hidden;
    }

    .legal_info {
        margin-bottom: 18px;
    }

    .focus_us {
        padding-top: 22px;
        border-bottom: none;
        height: auto;;
        margin-bottom: 0px;
    }

    .focus_us .focus_list li {
        margin-right: 40px;
    }

    .focus_us .focus_list li a {
        display: block;
        height: 22px;
        width: 22px;
    }

    .focus_us .focus_list li a .icon {
        display: block;
        height: 22px;
        width: 22px;
    }

    .footer_con .sublist_show ul {
        height: 117px;
    }

    .footer_con .contact_us.sublist_show ul {
        height: 148px;
    }

    .footer_con .sublist_show .tit_area .icon {
        transform: rotate(180deg);
    }

    .footer_area {
        position: static;
        padding-bottom: 29px;
        padding-left: 20px;
    }

    .footer_area .copyright {
        font-size: 12px;
        margin: 0px 24px;
        float: none;
        line-height: 1.8;
        display: inline-block;
        color: #929797;
        width: 100%;
    }

    .footer_area .flag_m {
        display: block;
    }


    .footer_area .copyright .flag_num span {
        margin-left: 20px;
    }

    .footer_area .links {
        margin-left: 24px;
    }

    .focus_us .footer_title {
        font-size: 18px;
        margin-left: 24px;
        margin-right: 24px;
    }

    .footer_area .links li {
        font-size: 12px;
        color: #929797;
    }

    .cprt {
        float: none;
        display: block;
    }

    /*首页内容*/
    .descript_area {
        width: 100%;
        height: auto;
    }

    .descript_area .txt {
        font-size: 16px;
        line-height: 29px;
        padding-top: 48px;
        padding-bottom: 24px;
    }

    .descript_area .txt span.m {
        display: block;
    }

    .link_area {
        height: auto;
        background: #fbfbfb;
        width: 100%;
        margin-bottom: 0;
        padding: 0 24px;
        box-sizing: border-box;
        overflow: hidden;
        padding-bottom: 20px;
    }

    .link_area .link_hook {
        width: 100%;
        height: 100%;
    }

    .link_area .link_tab {
        width: 100%;
    }

    .link_area .tab_list li {
        display: block;
        height: 240px;
        width: 100%;
        background: url(../data/mobile/link_bg_1.jpg) no-repeat center center;
        background-size: cover;
        margin: 12px auto 0;
        opacity: 1;
    }

    .link_area .tab_list li:nth-child(1) {
        margin-top: 20px;
    }

    .link_area .tab_list li.list_item_2 {
        background-image: url(../data/mobile/link_bg_2.jpg);
    }

    .link_area .tab_list li.list_item_3 {
        background-image: url(../data/mobile/link_bg_3.jpg);
    }

    .link_area .tab_list .icon {
        display: none;
    }

    .link_area .tab_list .tit:after {
        display: none;
    }

    .link_area .tab_list li .tit {
        margin-left: 0px;
        font-size: 24px;
    }

    .link_area .tab_list li .txt {
        margin-left: 0px;
    }

    .link_area .tab_list li.current .tit {
        margin-left: 0px;
        font-size: 24px;
    }

    .link_area .tab_list li.current .txt {
        margin-left: 0px;
    }

    .link_area .tab_list .tit {
        left: 32px;
        margin-top: 0px;
        top: auto;
        bottom: 57px;
        font-size: 24px;
    }

    .link_area .tab_list .txt {
        left: 32px;
        margin-top: 0px;
        top: auto;
        bottom: 32px;
        font-size: 14px;
    }

    .link_area .tab_list li.list_item_2 .tit {
        margin-top: 0px;
    }

    .link_area .link_content {
        display: none;
    }

    .resp_area {
        width: auto;
        height: auto;
        margin-bottom: 0px;
        margin: 0 24px;
    }

    .resp_area .resp_details {
        position: static;
        width: 100%;
        height: auto;
        margin-left: 0px;
        margin-top: 0;
        padding: 0;
        padding-top: 0px;
        padding-bottom: 32px;
    }

    .resp_area .resp_details .tit {
        width: auto;
        margin: 42px 32px 10px 32px;
        font-size: 24px;
    }

    .en-us .resp_area .resp_details .tit {
        white-space: normal;
    }

    .resp_area .resp_details .txt {
        width: auto;
        margin-left: 32px;
        margin-right: 32px;;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .resp_area .resp_details .icon_arrow_r {
        margin-left: 32px;
        background: url(../img/mobile/icon_arrow_r_dark.png) no-repeat 0 0;
        background-size: contain;
    }

    .resp_area .public_welfare {
        width: 100%;
        height: 350px;
        margin: 0px auto;
    }

    .resp_area .public_welfare .hook_tri {
        display: none;
    }

    .resp_area .slide_area {
        width: 100%;
        height: 100%;
    }

    .resp_area .slide_area .icon_arrow {
        display: none;
    }

    .resp_area .slide_list {
        width: 100%;
        height: 100%;
    }

    .resp_area .slide_list li {
        width: 100%;
        height: 100%;
    }

    .resp_area .slide_list li .img {
        position: static;
        width: 100%;
        height: 100%;
    }

    .resp_area .slide_list li .tit {
        font-size: 16px;
        left: 24px;
        bottom: 44px;
        z-index: 2;
        width: auto;
        right: 24px;
    }

    .resp_area .slide_list li .txt {
        width: auto;
        font-size: 14px;
        left: 24px;
        right: 24px;
        bottom: 18px;
        z-index: 2;
        line-height: 25px;
    }

    .resp_area .slide_list li .shadow_bg {
        background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
    }

    .develop_area {
        height: auto;
        margin-bottom: 12px;
    }

    .develop_con {
        width: 100%;
    }

    .develop_area .develop_details {
        position: static;
        width: 100%;
        height: auto;
        margin: 0px 24px;
        padding-top: 0px;
        padding-bottom: 32px;
    }

    .develop_area .develop_details .tit {
        width: auto;
        margin: 72px 32px 10px 32px;
        font-size: 24px;
    }

    .develop_area .develop_details .tit br {
        display: none;
    }

    .develop_area .develop_details .txt {
        width: auto;
        margin-left: 32px;
        margin-right: 32px;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .develop_area .develop_details .txt br {
        display: none;
    }

    .develop_area .develop_details .icon_arrow_r {
        margin-left: 32px;
        background: url(../img/mobile/icon_arrow_r_dark.png) no-repeat 0 0;
        background-size: contain;
    }

    .develop_area .slide_area {
        width: auto;
        margin: 0 24px;
        box-sizing: border-box;
    }

    .develop_area .slide_list {
        width: 100%;
    }

    .develop_area .slide_list li img {
        width: 100%;
        height: 100%;
    }

    /* 搜索框结果列表 */
    .ser-box {
        padding-top: 12px;
    }

    .search-form {
        margin-bottom: 12px;
    }

    .search-form .search-input {
        height: 49px;
        line-height: 49px;
        padding: 0 16px;
        font-size: 16px;
    }

    .search-form .close {
        right: 16px;
    }

    .search-content .tab-ul-box {
        width: auto;
        position: relative;
        overflow-x: auto;
        overflow-y: hidden;
        height: 38px;
        padding-bottom: 0;
    }

    .search-content .tab-ul {
        position: absolute;
        left: 20px;
        top: 0;
        height: 38px;
        padding-left: 0px;
        padding-right: 0px;
        box-sizing: border-box;
        display: block;
        white-space: nowrap;
    }

    .search-content .tab-ul li {
        font-size: 14px;
        margin-right: 20px;
    }

    .search-content .no-data-tip {
        font-size: 20px;
        width: 100%;
        text-align: center;
        margin-top: 100px;
    }

    .search-content .search-list-box .list-box {
        margin-top: 12px;
    }

    .search-content .search-list-box .list-box .list {
        margin-bottom: 28px;
    }

    .search-content .search-list-box .list-box .list .title {
        font-size: 16px;
        line-height: 28px;
    }

    .search-content .search-list-box .list-box .list .desc {
        font-size: 14px;
        line-height: 25px;
    }

    .search-content .search-list-box .list-box .list .mess p {
        font-size: 12px;
    }

    .search-content .search-list-box .list-box .list .mess .line {
        height: 14px;
        margin: 6px 8px 0 8px;
    }

    /* 业务 -面向用户 */
    .business-user {
        padding-bottom: 12px;
    }

    .mod-section-ad {
        height: 390px;
    }

    .mod-section-ad .mod-con {
        padding: 0 30px;
        margin: 0;
    }

    .mod-section-ad h2 {
        margin-top: 48px;
        font-size: 32px;
    }

    .media .mod-section-ad h2 {
        margin-top: 60px;
    }

    .nurses .mod-section-ad h2, .digital-ark .mod-section-ad h2 {
        margin-top: 48px;
    }

    .mod-section-ad .desc, .digital-ark .mod-section-ad .desc {
        line-height: 25px;
        font-size: 14px;
        width: 100%;
        margin-bottom: 20px;
    }

    .digital-ark .mod-section-ad .logo {
        height: 30px;
    }

    .video-icon {
        width: 23px;
        height: 23px;
        margin-right: 9px;
    }

    .mod-section-ad .video-text {
        line-height: 23px;
        font-size: 16px;
    }

    .mod-tab li a {
        font-size: 14px;
        line-height: 41px;
        padding: 0 12px;
    }

    .mod-tab li {
        margin-right: 24px;
    }

    .business-user .section-item.white-bg, .together .section-item.gray-bg {
        padding-top: 48px;
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 48px;
    }

    .together .section-item.gray-bg {
        background: #fff;
        padding-top: 0;
        padding-left: 18px;
        padding-right: 18px;
    }

    .digital-ark .section-item.white-bg {
        padding: 0;
    }

    .together .section-item .mod-s-con {
        padding-right: 0;
    }

    .business-user .section-item.section-item .mess-text, .together .section-item.section-one-item .mess-text, .digital-ark .section-item .mess-text {
        margin-top: 0;
        width: 100%;
        padding: 0 13px;
        box-sizing: border-box;
    }

    .en-us .business-user .section-item.section-three-item .mess-text, .en-us .business-user .section-item.section-two-item .mess-text {
        margin-top: 0;
    }

    .together .section-item.section-one-item .mess-text {
        padding: 0;
    }

    .business-user .section-item .mess-text h3, .together .section-item .mess-text h3 {
        font-size: 24px;
        margin-bottom: 16px;
        text-align: center;
    }

    .together .section-item .mess-text h3 {
        text-align: left;
    }

    .together .brand-item .label-box h3 {
        font-size: 24px;
        padding-left: 18px;
    }

    .business-user .section-item .product-box, .together .section-item .product-box {
        width: 100%;
        float: left;
        margin-top: 20px;
    }

    .en-us .business-user .section-item .product-box {
        padding-top: 0;
    }

    .digital-ark .section-item .product-box {
        width: auto;
        margin-top: 0;
    }

    .business-user .section-item .product-box .box, .together .section-item .product-box .box {
        padding-top: 0;
        min-height: 96px;
        width: 100%;
        padding: 18px 20px;
    }

    .business-user .section-item .product-box .hide-box {
        display: none;
    }

    .business-user .section-item .product-box .box .logo-pic, .together .section-item .product-box .box .logo-pic {
        float: left;
        width: 60px;
        height: 60px;
        margin-right: 20px;
    }

    .business-user .section-item .product-box .box .logo-pic img, .together .section-item .product-box .box .logo-pic img {
        width: 60px;
        height: 60px;
    }

    .business-user .section-item .product-box .box .mess, .together .section-item .product-box .box .mess {
        overflow: hidden;
        width: auto;
        margin-top: 0;
        text-align: left;
    }

    .business-user .section-item .product-box .box .name, .together .section-item .product-box .box .name {
        font-size: 16px;
        line-height: 29px;
    }

    .business-user .section-item .product-box .box .desc, .together .section-item .product-box .box .desc {
        font-size: 14px;
        line-height: 25px;
        text-align: left;
    }

    .business-user .section-two-item .product-box, .business-user .section-three-item .product-box, .business-user .section-four-item .product-box {
        overflow: hidden;
    }

    .mobile-box {
        display: block;
        width: 100%;
        overflow: hidden;
    }

    .mobile-box .more {
        text-align: center;
        height: 60px;
        line-height: 60px;
        cursor: pointer;
    }

    .mobile-box .more p {
        display: inline-block;
        font-size: 14px;
        letter-spacing: -0.01px;
        color: #5a5f5f;
        position: relative;
        padding-right: 18px;
    }

    .mobile-box .more img {
        width: 12px;
        height: 12px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -5px;
    }

    .business-user .section-two-item, .business-user .section-three-item, .business-user .section-four-item {
        padding-bottom: 0 !important;
        padding-left: 0px;
    }

    /* 业务 - 面向企业 */
    .business .brand-item .b-flx .pc-flx {
        display: none;
    }

    .business .brand-item .b-flx .mobile-flx {
        display: block;
    }

    .to-b .product-box .mid-label, .together .product-box .mid-label {
        text-align: left;
        margin-bottom: 24px;
    }

    .together .product-box .mid-label {
        margin-bottom: 0;
    }

    .to-b .product-box .item, .together .product-box .item {
        width: 100%;
        height: auto;
        min-height: auto;
        margin-bottom: 12px;
        padding: 28px 28px 42px 28px;
    }

    .together .product-box .item {
        margin-top: 0;
        margin: 0;
        margin-bottom: 12px;
        padding-bottom: 24px;
    }

    .together .product-box .item.item-five {
        margin-bottom: 12px !important;
    }

    .to-b .product-box .item-two {
        margin-left: 0;
    }

    .to-b .product-box .item-three {
        margin-bottom: 0;
    }

    .to-b .brand-three-item.white-bg {
        padding-bottom: 12px;
    }

    .to-b .swiper-flx .pic-box, .to-b .swiper-flx .tab-box {
        display: none;
    }

    .to-b .swiper-flx {
        margin-top: 20px;
    }

    .swiper-two-box {
        display: block;
    }

    .together1 .swiper-two-box {
        margin: 0 10px;
        margin-top: 48px;
        width: auto;
    }

    .together .product-box {
        width: 100%;
        overflow: hidden;
    }

    .to-b .product-box, .together .product-box {
        margin-top: 45px;
    }

    .together .product-box, .together .product-box {
        margin-top: 48px;
        overflow: hidden;
        margin-left: 12px;
        margin-right: 12px;
        box-sizing: border-box;
        width: auto;
    }

    .to-b .product-box .mid-label, .together .product-box .mid-label {
        margin-left: 8px;
        margin-right: 8px;
        font-size: 20px;
    }

    .together .product-box .mid-label {
        margin-left: 18px;
    }

    .together .product-box .mid-label {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .together .product-box .item .pic {
        margin-bottom: 12px;
    }

    .together .product-box .item .pic img {
        height: 28px;
    }

    .together .product-box .item .pic p {
        font-size: 16px;
        line-height: 28px;
    }

    /* 业务 - 创新科技 */
    .business-ent .brand-item .label-box {
        width: 25%;
        margin-right: 2%;
    }

    .business-ent .brand-one-item .label-box img {
        width: 160px;
    }

    .business-ent .brand-two-item .label-box img {
        width: 147px;
    }

    /* 学员 */
    .student .brand-item.white-bg, .together .brand-item.white-bg {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .together .brand-item.brand-two-item {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 48px;
    }

    .together .brand-item.brand-two-item h3, .together .brand-item.brand-one-item .ts-mod-m-title {
        text-align: left;
        padding: 0 12px;
        box-sizing: border-box;
    }

    .digital-ark .section-item .mess-text h3 {
        text-align: center;
    }

    .digital-ark .brand-item .ts-mod-m-title {
        text-align: center !important;
    }

    .mod-dan-box {
        margin-top: 24px;
    }

    .brand-two-item .mod-dan-box-2 {
        margin-top: 0;
    }

    .brand-two-item .mod-dan-box-2 .dan-box {
        height: 420px;
    }

    .brand-two-item .mod-dan-box-2 .dan-box img {
        height: 420px;
    }

    .mod-dan-box.mod-three-box .dan-box {
        width: 100%;
    }

    .tool-block {
        padding: 0;
        padding-top: 40px;
        padding-bottom: 20px;
        width: auto;
        margin-left: 12px;
        margin-right: 12px;
    }

    .digital-ark .section-item .mess-text h3 {
        line-height: 36px;
    }

    .together .brand-item.brand-two-item .mod-graph-box .graph-box h4 {
        padding: 0 24px;
        box-sizing: border-box;
        font-size: 20px;
        margin-top: 20px;
    }

    .mod-graph-box .graph-box h4 {
        padding: 0 12px;
    }

    .mod-dan-box.mod-three-box .dan-box .mess-box, .mod-dan-box .dan-box .mess-box {
        padding: 0 24px;
        bottom: 24px;
    }

    .mod-dan-box .dan-box .mess-box .desc {
        height: auto;
        margin-bottom: 16px !important;
        opacity: 1;
    }

    .mod-dan-box.mod-three-box .dan-box .mess-box {
        top: auto;
        bottom: 24px;
    }

    .mod-dan-box .dan-box .mess-box h4 {
        font-size: 20px;
    }

    .together .brand-item.brand-two-item .graph-link-box, .together .brand-item.brand-one-item .graph-link-box {
        margin-top: 8px;
        padding: 0 24px;
        box-sizing: border-box;
    }

    .together .brand-item.brand-two-item .graph-link-box a, .together .brand-item.brand-one-item .graph-link-box a {
        font-size: 14px;
        color: #FF8600;
        letter-spacing: 0;
        line-height: 25px;
        margin-right: 34px;
    }

    .digital-ark .brand-item .graph-link-box a {
        font-size: 14px;
        letter-spacing: 0;
        line-height: 25px;
        margin-right: 34px;
    }

    .mod-dan-box .dan-box .mess-box .graph-link-box {
        padding: 0;
    }

    .mod-dan-box .dan-box .mess-box .graph-link-box a {
        color: #fff;
    }

    .ts-bg {
        padding: 32px 0;
        text-align: left;
    }

    .ts-bg .title {
        text-align: left;
        font-size: 16px;
        color: #5F6464;
        letter-spacing: 0;
        line-height: 29px;
        margin-bottom: 12px;
    }

    .ts-bg .desc {
        font-size: 14px;
        color: #5F6464;
        letter-spacing: 0;
        line-height: 25px;
        text-align: left;
    }

    .exemption-box {
        padding: 0 16px;
    }

    .student .brand-item.gray-bg, .together .brand-item.gray-bg {
        padding-top: 48px;
        padding-bottom: 24px;
    }

    .mod-graph-box .r-graph, .mod-graph-box .m-graph {
        margin-top: 24px;
    }

    .ts-mod-graph-box .m-graph {
        margin-left: 0;
        margin-right: 0;
    }

    .student .brand-one-item, .together .brand-one-item {
        margin-top: 24px;
    }

    .mod-graph-box {
        margin-top: 16px;
    }

    .swiper-two-box .t-flx {
        margin-bottom: 16px;
    }

    .mod-m-title {
        font-size: 24px;
    }

    .mod-graph-box .graph-box {
        width: 100%;
    }

    .student .artice-box .text-box, .together .artice-box .text-box, .nurses .artice-box .text-box {
        width: 100%;
        padding: 0;
        float: left;
        position: relative;
        top: 0;
        left: 0;
        padding: 40px 28px 49px 28px;
        -webkit-transform: translateY(0);
    }

    .student .artice-box img, .together .artice-box img, .nurses .artice-box img {
        float: left;
    }

    .together .artice-box .san {
        display: none;
    }

    .student .artice-box .text-box h3, .together .artice-box .text-box h3, .nurses .artice-box .text-box h3 {
        font-size: 24px;
        width: 100%;
        overflow: hidden;
    }

    .student .artice-box .text-box h4, .together .artice-box .text-box h4, .nurses .artice-box .text-box h4 {
        margin-top: 16px;
        margin-bottom: 4px;
    }

    .student .artice-box .text-box .desc, .together .artice-box .text-box .desc, .nurses .artice-box .text-box .desc {
        font-size: 14px;
        line-height: 25px;
    }

    .together .artice-box .text-box .desc {
        -webkit-line-clamp: unset;
    }

    .student .artice-box .text-box h3 img, .together .artice-box .text-box h3 img, .nurses .artice-box .text-box h3 img {
        width: 120px;
    }

    .student .brand-two-item .mod-con, .together .brand-two-item .mod-con {
        width: 100%;
        margin: 0;
    }

    .together .brand-two-item .mod-con, .together .brand-one-item .mod-con {
        margin: 0 0px;
        width: auto;
    }

    .mod-graph-box .not-font h4 {
        padding: 0 24px;
        font-size: 16px;
        margin-bottom: 4px;
        line-height: 29px;
    }

    .mod-graph-box .graph-box .desc {
        padding: 0 24px;
        font-size: 14px;
        line-height: 25px;
    }

    .digital-ark .mod-graph-box .graph-box .desc {
        padding: 0 12px;
        margin-bottom: 0;
    }

    .digital-ark .brand-three-item .graph-link-box, .digital-ark .brand-four-item .graph-link-box, .digital-ark .brand-five-item .graph-link-box, .digital-ark .brand-six-item .graph-link-box {
        padding: 0 12px;
        margin-top: 8px;
    }

    .student .brand-item .label-box {
        width: 100%;
    }

    .student .brand-item .desc-box {
        width: 100%;
        float: left;
    }

    .student .brand-three-item {
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }

    .student .brand-item .label-box h3 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .student .brand-three-item .mod-con {
        margin: 0 24px;
    }

    .student .type-box {
        margin-top: 20px;
    }

    .brand-for-item.white-bg .mod-con {
        margin: 0;
    }

    .student .brand-for-item.white-bg, .media .brand-for-item.white-bg, .investor .brand-for-item.white-bg {
        padding-bottom: 0;
    }

    .link-box .mess, .investor .link-box .mess {
        left: 40px;
        top: 48px;
    }

    .link-box .mess h2 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .link-box .mess .desc {
        margin: 0;
        font-size: 16px;
        line-height: 29px;
        margin-bottom: 24px;
    }

    .investor .link-box .mess .desc, .media .link-box .mess .desc {
        margin-bottom: 0;
    }

    .link-box .bbox {
        margin-top: 6px;
    }

    .investor .link-box .bbox .email {
        line-height: 30px;
    }

    .link-box .bbox img {
        width: 75px;
        margin-top: 4px;
        display: block;
    }

    .link-box .mess .go-link {
        margin-top: 0;
        overflow: hidden;
    }

    .pc-box {
        display: none;
    }

    .mobile-box {
        display: block;
    }

    .link-box .bg {
        margin-top: -47%;
    }

    /* 企业责任 */
    .brand-item.white-bg {
        padding-top: 48px;
    }

    .brand-one-item.white-bg {
        padding-bottom: 13px;
    }

    .brand-item.gray-bg {
        padding-top: 48px;
    }

    .responsibility .brand-two-item .mod-con {
        margin: 0;
    }

    .responsibility .mod-graph-box {
        margin-top: 24px;
    }

    .responsibility .mod-type-box {
        padding: 0 12px;
    }

    .responsibility .brand-three-item .mod-con {
        margin: 0;
    }

    .responsibility .mod-graph-box .graph-box h4, .dynamics-flx .mod-graph-box .graph-box h4 {
        padding: 0 24px;
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 12px;
    }

    .digital-ark .mod-graph-box .graph-box h4 {
        font-size: 20px;
        margin-top: 20px;
    }

    .responsibility .mod-graph-box .graph-box-3 {
        margin-bottom: 20px;
        padding: 0 12px;
        box-sizing: border-box;
        margin-left: 0;
        margin-right: 0;
    }

    .responsibility .mod-graph-box .graph-box-3 h4, .nurses .mod-graph-box .graph-box-3 h4 {
        margin-top: 8px;
        margin-bottom: 4px;
        font-size: 16px;
        line-height: 29px;
        padding: 0px;
    }

    .mod-graph-box .graph-box .down-icon {
        width: 50px;
        height: 50px;
        margin-top: -25px;
        margin-left: -25px;
    }

    .responsibility .mod-graph-box .graph-box-3 .desc {
        padding: 0px;
    }

    .responsibility .mod-graph-box .l-graph {
        margin-bottom: 24px;
    }

    .responsibility .mod-graph-box .r-graph {
        margin-top: 0;
    }

    .responsibility .brand-two-item.gray-bg {
        padding-bottom: 8px;
    }

    .mod-type-box .item .label {
        margin-bottom: 0;
    }

    .responsibility .link-box {
        margin-top: 36px;
    }

    .responsibility .brand-three-item {
        padding-bottom: 0 !important;
    }

    /* 媒体 */
    .mod-tab-nt .mod-con, .brief .mod-tab .mod-con {
        position: relative;
        overflow-x: auto;
        overflow-y: hidden;
        height: 41px;
        padding-bottom: 0;
    }

    .mod-tab-nt .mod-con ul {
        position: absolute;
        left: 16px;
        top: 0;
        height: 41px;
        padding-left: 0px;
        padding-right: 0px;
        box-sizing: border-box;
        display: block;
        white-space: nowrap;
    }

    .mod-tab-nt li {
        display: inline-block;
        float: none;
    }

    .mod-tab-nt li a {
        padding: 10px 0;
        line-height: 21px;
        font-size: 14px;
    }

    .dynamics-flx {
        margin-top: 28px;
    }

    .media .brand-item.brand-item-one .label-box h3 {
        font-size: 24px;
    }

    .media .brand-item.brand-item-one {
        padding-bottom: 28px;
    }

    .media .brand-item .t-flx {
        padding: 0 8px;
    }

    .brand-item .look-more {
        margin-top: 10px;
    }

    .brand-item .look-more a {
        font-size: 14px;
    }

    .brand-item .look-more i {
        width: 7px;
        height: 12px;
        margin-left: 5px;
    }

    .dynamics-flx .list-box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }

    .dynamics-flx .list-box img {
        width: 115px;
        float: left;
        margin-bottom: 0;
    }

    .dynamics-flx .list-box .mess {
        overflow: hidden;
        padding: 0;
        padding-left: 12px;
    }

    .dynamics-flx .list-box .mess .title {
        font-weight: 400;
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 8px;
        box-sizing: border-box;
    }

    .dynamics-flx .list-box .mess .desc {
        display: none;
    }

    .dynamics-flx .list-box .mess .date {
        font-size: 14px;
        line-height: 14px;
    }

    .new-mod-flx .b-box {
        width: 100%;
        margin: 0;
        margin-bottom: 12px;
        padding: 20px 12px 22px 12px;
    }

    .new-mod-flx .b-box:last-child {
        margin-bottom: 0;
    }

    .new-mod-flx h4 {
        padding-left: 0;
        color: #5F6464;
        font-size: 14px;
    }

    .new-mod-flx .list-box {
        margin-top: 21px;
    }

    .new-mod-flx .list-box .list {
        height: auto;
        min-height: auto;
        margin-top: 20px;
    }

    .mobile-box-1 {
        display: none;
    }

    .new-mod-flx .list-box .list .mess {
        width: 82%;
        padding: 0;
    }

    .new-mod-flx .list-box .list .title {
        font-size: 16px;
        line-height: 24px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal
    }

    .new-mod-flx .list-box .list .date {
        font-size: 12px;
        line-height: 21px;
    }

    .new-mod-flx .list-box .list .abstract {
        font-size: 14px;
        line-height: 25px;
    }

    .new-mod-flx .list-box .list .abstract .blue-awart-icon {
        width: 14px;
        margin-top: 6px;
    }

    .new-mod-flx .list-box .list .down-icon {
        display: block;
        width: 43px;
        height: 43px;
        right: 0px;
        top: 0px;
        bottom: auto;
    }

    .media .brand-item-two.gray-bg {
        padding-bottom: 28px;
    }

    .perspective-flx {
        margin-top: 28px;
    }

    .perspective-flx .pic {
        width: 100%;
        margin-bottom: 20px;
    }

    .perspective-flx .pic .label {
        font-size: 16px;
        line-height: 24px;
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        white-space: inherit;
        font-weight: 400;
        padding: 8px 16px;
    }

    .perspective-flx .list-box {
        width: 100%;
        float: left;
    }

    .perspective-flx .list-box .li {
        margin-top: 20px;
        border-bottom: 1px solid #F2F3F5;
        padding-bottom: 20px;
    }

    .perspective-flx .list-box .li .label {
        font-size: 16px;
        line-height: 24px;
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        white-space: inherit;
    }

    .perspective-flx .list-box .li .date {
        margin-top: 4px;
        font-size: 14px;
        line-height: 21px;
    }

    .media .brand-item-three.white-bg {
        padding-bottom: 0px;
    }

    .medis-mess-box .media-tab {
        margin-top: 30px;
    }

    .medis-mess-box .media-tab .ul li {
        width: 25%;
        height: 104px;
        padding-top: 15px;
        padding-bottom: 0;
    }

    .medis-mess-box .media-tab .ul li .line {
        height: 2px;
    }

    .medis-mess-box .media-tab .ul li img {
        height: 36px;
        margin-bottom: 8px;
    }

    .medis-mess-box .media-tab .ul li .label {
        font-size: 14px;
        line-height: 19px;
    }

    .medis-mess-box .con-tab-box .mod-con {
        margin: 0 20px;
    }

    .medis-mess-box .con-tab-box .con-tab-mod {
        padding-top: 20px;
        height: auto;
    }

    .medis-mess-box .con-tab-box .con-tab-mod .list {
        width: 48.3%;
        margin-right: 1.2%;
        margin-bottom: 18px;
    }

    .medis-mess-box .con-tab-box .con-tab-mod .c-r-m {
        margin-right: 0;
    }

    .medis-mess-box .con-tab-box .con-tab-mod .list:nth-child(2) {
        margin-right: 0;
    }

    .medis-mess-box .con-tab-box .con-tab-mod .list .pic-box {
        margin-bottom: 4px;
    }

    .medis-mess-box .con-tab-box .con-tab-mod .list .label {
        font-size: 14px;
        line-height: 25px;
    }

    .medis-mess-box .con-tab-box .con-tab-mod .look-all .label {
        margin-top: 20px;
    }

    .medis-mess-box .con-tab-box .con-tab-mod .list:nth-of-type(n+5) {
        display: none;
    }

    .medis-mess-box .con-tab-box .con-tab-1 .title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 45px;
    }

    .medis-mess-box .con-tab-box .con-tab-1 .list {
        width: 33.3333%;
        margin-right: 0;
    }

    .medis-mess-box .con-tab-box .con-tab-1 .list img {
        width: 30px;
    }

    .medis-mess-box .con-tab-box .con-tab-1 .list .label {
        font-size: 12px;
        line-height: 25px;
        margin-bottom: 2px;
    }

    .medis-mess-box .con-tab-box .con-tab-1 .list a {
        font-size: 12px;
    }

    .medis-mess-box .con-tab-box .con-tab {
        height: auto;
        overflow: hidden;
        padding-bottom: 28px;
    }

    .mobile-box-2 {
        display: block;
    }

    .mobile-box-2 .more {
        width: 100%;
        overflow: hidden;
        text-align: center;
        height: 60px;
        line-height: 60px;
    }

    .mobile-box-2 .more p a {
        display: block;
    }

    .mobile-box-2 .more p {
        display: inline-block;
        font-size: 14px;
        color: #FF8600;
        letter-spacing: -0.01px;
        position: relative;
        padding-right: 16px;
    }

    .mobile-box-2 .more img {
        width: 12px;
        height: 12px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -5px;
    }

    .media .brand-item.brand-item-four {
        padding-bottom: 0px;
    }

    .media .brand-item.brand-item-four .mod-max-con {
        margin: 0;
    }

    .media .brand-item-seven.white-bg {
        padding-top: 0;
        padding-bottom: 12px;
    }

    .contact-us-box {
        padding: 45px 28px 40px 28px;
    }

    .contact-us-box .t-line-flx {
        border-bottom: none;
        margin-bottom: 32px;
    }

    .contact-us-box .mess-box .bbox {
        width: 100%;
        margin-bottom: 24px;
    }

    .contact-us-box .mess-box .bbox:last-child {
        margin-bottom: 0px;
    }

    .contact-us-box .mess-box .bbox .email {
        line-height: 30px;
    }

    /* 投资者 */
    .investor .new-mod-flx {
        margin-top: 28px;
    }

    .investor .new-mod-flx .b-box {
        background: #FBFBFB;
    }

    .investor .brand-item-one.white-bg {
        padding-bottom: 28px;
    }

    .investor .t-line-flx {
        border-bottom: none;
        margin-bottom: 27px;
        padding-bottom: 0;
    }

    .notice-flx .l-box {
        width: 100%;
    }

    .investor .notice-flx .r-box {
        width: 100%;
        padding-top: 40px;
    }

    .investor .title-mod {
        margin-bottom: 20px;
        padding: 0 8px;
        box-sizing: border-box;
    }

    .notice-flx .l-box .list-box .list .li-ind {
        display: none;
    }

    .notice-flx .l-box .list-box .list .mess {
        width: 100%;
    }

    .notice-flx .b-box .list-box {
        height: auto;
        padding: 5px 0 0 20px;
    }

    .notice-flx .l-box .list-box .list {
        padding-top: 20px;
        border-bottom: 1px solid #F2F3F5;
        padding-bottom: 14px;
        position: relative;
        margin-top: 0;
    }

    .notice-flx .l-box .list-box .list:last-child {
        border-bottom: none;
    }

    .notice-flx .l-box .list-box .list:after {
        content: ' ';
        width: 12px;
        height: 12px;
        right: 21px;
        top: 50%;
        margin-top: -6px;
        background: url(../img/mobile/chevron-right-b2.png) no-repeat center;
        background-size: 100% 100%;
        position: absolute;
    }

    .notice-flx .r-box .list-box .year-line {
        display: none;
    }

    .investor .t-flx {
        padding: 0 8px;
        box-sizing: border-box;
    }

    .title-mod h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .investor .brand-item .look-more {
        margin-top: 10px;
    }

    .investor .brand-item .notice-flx .look-more {
        margin-top: 5px;
    }

    .notice-flx .l-box .list-box .list .mess {
        width: 83%;
    }

    .notice-flx .l-box .list-box .list .title {
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        white-space: inherit;
        line-height: 21px;
        margin-bottom: 4px;
    }

    .notice-flx .l-box .list-box .list .date {
        font-size: 12px;
        line-height: 21px;
    }

    .notice-flx .r-box .list-box {
        padding: 0;
    }

    .notice-flx .r-box .list-box .year-box .item {
        width: 48%;
        margin-right: 4%;
        border: 1px solid #EFEFEF;
        box-sizing: border-box;
        margin-top: 12px;
    }

    .notice-flx .r-box .list-box .year-box .item:nth-child(2n) {
        margin-right: 0;
    }

    .notice-flx .r-box .list-box .year-box .item:hover .down-icon {
        display: none;
    }

    .new-mod-flx .list-box .list:hover .line {
        display: none;
    }

    .notice-flx .r-box .list-box .year-box .conbox {
        width: 100%;
        padding: 0 16px;
        height: 102px;
    }

    .notice-flx .r-box .list-box .year-box .shadow {
        display: none;
    }

    .notice-flx .r-box .list-box .year-box .item .year-label .year {
        font-size: 24px;
    }

    .notice-flx .r-box .list-box .year-box .item .year-label .type {
        width: 27px;
        height: 15px;
        font-size: 9px;
        line-height: 15px;
        margin-top: 15px;
        margin-left: 12px;
        padding: 0 3px;
    }

    .notice-flx .r-box .list-box .year-box .item .type-text {
        margin-top: 1px;
        line-height: 25px;
    }

    .notice-flx .r-box .list-box .year-box .item .mobile-box-2 {
        display: block;
    }

    .investor .brand-item.brand-item-two {
        padding-bottom: 27px;
    }

    .ly-flx .b-box {
        width: 100%;
        float: left;
        margin-bottom: 57px;
    }

    .ly-flx .b-box:last-child {
        margin-bottom: 0;
    }

    .ly-flx .l-box .list-box .title {
        height: 52px;
        line-height: 52px;
        font-size: 16px;
        padding: 0 20px;
        text-align: left;
    }

    .ly-flx .l-box .list-box .item {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 15px;
    }

    .ly-flx .l-box .list-box .item .val .play-icon img {
        width: 23px;
        height: 23px;
    }

    .ly-flx .l-box .list-box .item .label {
        margin-right: 20px;
    }

    .ly-flx .l-box .list-box .item .val .tel-mess li {
        line-height: 25px;
        font-size: 14px;
    }

    .ly-flx .l-box .list-box .item .val .hy-phone {
        font-size: 14px;
    }

    .ly-flx .l-box .list-box {
        height: auto;
        padding-bottom: 28px;
        min-height: auto;
    }

    .ly-flx .r-box .list-box .tab-con-box .con-box .step-line {
        display: none;
    }

    .investor .ly-flx .r-box .list-box {
        height: auto;
        min-height: auto;
        padding-bottom: 0px;
    }

    .ly-flx .r-box .list-box .tab-con-box .con-box .tips {
        margin: 100px 0;
    }

    .ly-flx .r-box .list-box .tab-con-box .con-box .step-box .item .t .title {
        width: 92%;
        font-size: 16px;
        line-height: 24px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
    }

    .ly-flx .r-box .list-box .tab-box {
        height: 47px;
    }

    .ly-flx .r-box .list-box .tab-box .tab-li p {
        height: 47px;
        line-height: 47px;
        font-size: 16px;
    }

    .ly-flx .r-box .list-box .tab-con-box .con-box .step-box .item .radius-dian {
        display: none;
    }

    .ly-flx .r-box .list-box .tab-con-box .con-box .step-box {
        width: 100%;
    }

    .ly-flx .r-box .list-box .tab-con-box .con-box .step-box .item {
        padding: 0;
        margin-top: 0;
        padding: 16px 21px 16px 0;
        margin-left: 20px;
        position: relative;
        border-top: 1px solid #F2F3F5;
        width: auto;
    }

    .ly-flx .r-box .list-box .tab-con-box .con-box .step-box .first-item {
        border-top: none;
    }

    /*.ly-flx .r-box .list-box .tab-con-box .con-box .step-box .item .b .date{*/
    /*	display: none;*/
    /*}*/
    .ly-flx .r-box .list-box .tab-con-box .con-box .step-box .item .t .more-icon {
        position: absolute;
        top: 36px;
        width: 12px;
        right: 21px;
        margin-top: 0;
    }

    .investor .brand-item-three.white-bg {
        padding-bottom: 26px;
    }

    .tool-flx {
        margin-top: 27px;
    }

    .tool-flx .item-box {
        width: 33.33333%;
        margin-right: 0;
        height: auto;
        padding-bottom: 16px;
        margin-bottom: 16px;
    }

    .tool-flx .item-box img {
        height: 40px;
        margin-top: 25px;
    }

    .tool-flx .item-box .label {
        font-weight: normal;
    }

    .investor .brand-item-four.gray-bg {
        padding-bottom: 30px;
    }

    .investor .title-logo {
        display: none;
    }

    .stock-flx {
        margin-top: 28px;
    }

    .stock-flx .stock-l-box, .stock-flx .stock-r-box {
        width: 100%;
        padding: 0;
        box-sizing: border-box;
    }

    .stock-flx .stock-l-box .l-mess .present-label {
        line-height: 25px;
        margin-bottom: 9px;
        margin-top: 0;
        font-weight: normal;
    }

    .stock-flx .stock-l-box .r-mess li .label {
        width: 75px;
        font-size: 14px;
        line-height: 25px;
        margin-top: 0;
    }

    .stock-flx .stock-l-box .l-mess .hkd-box .hkd-label {
        margin-top: 19px;
    }

    .stock-flx .stock-l-box .l-mess .hkd-box .now-price {
        margin-left: 8px;
        font-size: 30px;
    }

    .stock-flx .stock-l-box .l-mess .fd-box {
        margin-top: 7px;
    }

    .stock-flx .stock-l-box .l-mess .fd-box .label {
        line-height: 25px;
    }

    .stock-flx .stock-l-box .l-mess .fd-box img {
        margin-top: 7px;
        margin-right: 3px;
    }

    .stock-flx .stock-l-box .r-mess li .val {
        line-height: 25px;
        font-weight: bold;
    }

    .stock-flx .stock-l-box .r-mess li .val .num {
        font-size: 14px;
    }

    .stock-flx .stock-l-box .r-mess {
        padding: 0;
    }

    .stock-flx .stock-r-box .other-box {
        padding: 0;
        margin-bottom: 0;
        width: 48.3%;
        margin-right: 3.4%;
        float: left;
        padding-left: 13px;
        box-sizing: border-box;
    }

    .stock-flx .stock-r-box .mobile-box-3 {
        display: none;
    }

    .investor .stock-flx .stock-r-box {
        padding-top: 49px;
        width: 100%;
    }

    .investor .brand-item.brand-item-five {
        padding-bottom: 56px;
    }

    .investor .brand-item.brand-item-five .mod-con {
        margin: 0 20px;
    }

    .investor .brand-item.brand-item-five .mod-con .t-flx {
        padding: 0;
    }

    .investor .brand-item.brand-item-six h3 {
        padding-top: 0;
    }

    .investor .brand-item.brand-item-six .stock-flx {
        margin-top: 0;
    }

    .stock-flx .stock-r-box .other-box .icon {
        margin-right: 0px;
        width: 100%;
    }

    .stock-flx .stock-r-box .other-box .mess {
        float: left;
        width: 100%;
        margin-top: 9px;
    }

    .stock-flx .head-label {
        font-size: 14px;
        line-height: 29px;
        margin-bottom: 32px;
    }

    .stock-flx .stock-r-box .other-box .mess .desc {
        font-size: 16px;
        line-height: 29px;
        margin-bottom: 4px;
        font-weight: bold;
        min-height: 59px;
    }

    .en-us .stock-flx .stock-r-box .other-box .mess .desc {
        width: 80%;
    }

    .stock-flx .stock-r-box .other-box .mess .mobile-text {
        font-size: 14px;
        color: #5F6464;
        letter-spacing: 0;
        line-height: 25px;
        margin-bottom: 12px;
        display: none;
    }

    .stock-flx .stock-r-box .other-box .mess .go-icon img {
        width: 40px;
    }

    .stock-flx .stock-r-box .other-box .icon img {
        width: auto;
        height: 45px;
    }

    .investor .brand-item.brand-item-five .stock-flx .stock-r-box .other-box {
        margin-bottom: 0;
        width: 48.3%;
        margin-right: 3.4%;
        float: left;
        padding-left: 13px;
        box-sizing: border-box;
        display: none;
    }

    .investor .brand-item.brand-item-five .stock-flx .stock-r-box .clear-margin {
        display: block;
    }

    .investor .brand-item.brand-item-six .stock-flx .stock-r-box .other-box .mess .desc {
        min-height: auto;
    }

    .investor .brand-item.brand-item-six.gray-bg {
        padding-bottom: 60px;
    }

    .investor .brand-item.brand-item-seven.white-bg {
        padding-top: 0;
        padding-bottom: 0;
        background: #fff;
        margin-top: 28px;
        margin-bottom: 28px;
    }

    .investor .brand-item.brand-item-seven .mod-con {
        margin: 0 12px;
    }

    .investor .link-box {
        margin-top: 0;
    }

    .investor .brand-item.brand-item-seven .t-flx {
        padding: 0;
    }

    .investor .notice-flx .r-box .list-box .year-box .item .mobile-down-icon {
        width: 17px;
        height: 17px;
        background: url(../img/mobile/down-1-icon.png) no-repeat center;
        background-size: 100% 100%;
        display: block;
        position: absolute;
        right: 15px;
        top: auto;
        bottom: 15px;
        cursor: pointer;
        display: block;
    }

    .stock-flx .mobile-head-label {
        font-size: 20px;
        color: #2A2E2E;
        letter-spacing: 0;
        padding: 0 8px;
        margin-bottom: 4px;
    }

    .stock-flx .mobile-head-desc {
        font-size: 14px;
        color: #2A2E2E;
        letter-spacing: 0;
        line-height: 29px;
        padding: 0 8px;
        margin-bottom: 28px;
    }

    /* to-c弹窗 */
    .to-c-pop .pop-box {
        width: 100%;
        height: 100%;
        padding: 20px 40px 0 40px;
    }

    .to-c-pop .pop-box .logo-pic {
        width: 120px;
        height: 120px;
        margin: 0;
        margin-top: 38px;
        margin-bottom: 27px;
    }

    .to-c-pop .pop-box .mess-box {
        width: 100%;
        float: left;
    }

    .to-c-pop .pop-box .close {
        width: 30px;
        height: 30px;
        right: 20px;
        top: 20px;
    }

    .to-c-pop .pop-box .mess-box .name {
        font-size: 24px;
        margin-bottom: 3px;
    }

    .to-c-pop .pop-box .mess-box .ms {
        padding-bottom: 15px;
        margin-bottom: 16px;
    }

    .en-us .to-c-pop .pop-box .mess-box .ms {
        margin-top: 0px;
    }

    .to-c-pop .pop-box .mess-box .desc {
        overflow-y: scroll;
        height: 300px;
    }

    .to-c-pop .pop-box .mess-box .ms .label {
        width: 100%;
        font-size: 16px;
        line-height: 29px;
        color: #2A2E2E;
        margin-bottom: 20px;
    }

    .to-c-pop .pop-box .mess-box .ms a {
        font-size: 14px;
        line-height: 24px;
        float: left;
    }

    .team-pop .pop-box .mess-box .desc {
        overflow-y: scroll;
        height: 300px;
    }

    /* 视频弹窗 */
    .video-pop .pop-box {
        width: 100%;
        height: 100%;
    }

    .video-pop .pop-box .close {
        z-index: 9;
        top: 15px;
        right: 15px;
    }

    /* 图片弹窗 */
    .image-pop .pop-box {
        width: 100%;
        height: 100%;
    }

    .image-pop .pop-box .close {
        z-index: 9;
        top: 15px;
        right: 15px;
    }

    .image-pop .btn {
        width: 30px;
        height: 30px;
    }

    .image-pop .btn img {
        width: 10px;
    }

    /* team弹窗 */
    .team-pop .pop-box {
        width: auto;
        right: 12px;
        left: 12px;
        top: 48px;
        bottom: 48px;
        padding: 0px 28px 20px 28px;
        transform: translate(0, 0);
    }

    .team-pop .pop-box .team-pic img {
        width: 210px;
        float: left;
    }

    .team-pop .pop-box .close {
        width: 30px;
        height: 30px;
        right: 15px;
        top: 15px;
    }

    .team-pop .pop-box .mess-box {
        width: 100%;
        margin: 0;
        margin-top: 236px;
    }

    .team-pop .pop-box .mess-box .t-box {
        height: auto;
        padding-bottom: 16px;
        margin-bottom: 16px;
    }

    .team-pop .pop-box .mess-box .name {
        margin-top: 0;
        font-size: 24px;
        margin-bottom: 12px;
    }

    .culture-box .boxx .x-item {
        width: 100%;
    }

    .culture-box .t-box h3 {
        margin-bottom: 26px;
    }

    .culture-box .t-box ul li {
        font-size: 12px;
        color: #919797;
    }

    .contact-us-box .mess-box .bbox .er-code {
        display: block;
    }

    .detail_list {
        height: auto;
    }

    .detail_list li {
        height: 174px;
    }

    .en-us .link_area .tab_list .txt {
        display: block;
    }

    .en-us .link_area .tab_list li .tit {
        font-size: 24px;
    }

    .en-us .link_area .tab_list li .txt {
        top: auto !important;
        margin-top: 0;
    }

    .develop_area .slide_list {
        height: 400px;
    }

    .develop_area .slide_list li {
        height: 400px;
    }

    .slide-tab {
        right: 10px;
        bottom: 10px;
    }

    .slide-tab .li {
        width: 6px;
        height: 6px;
        margin-left: 6px;
    }

    .slide-tab .li.active {
        width: 14px;
    }

    .address-box .address-tab .tab-ul-box .mc-right, .address-box .address-tab .tab-ul-box .mc-left {
        display: none;
    }

    /* 员工活动 */
    .student .type-box .row .item {
        height: 125px;
        padding: 12px;
    }

    .student .type-box .row .item .title {
        font-size: 16px;
    }

    /* 企业责任 - 疫情入口,业务 - 数字方舟 */
    .together-box, .digital-box {
        margin-bottom: 48px;
    }

    .digital-box {
        margin-top: 48px;
        margin-bottom: 0;
    }

    .together-box .mobile-box, .digital-box .mobile-box {
        display: block;
    }

    .together-box .pc-box, .digital-box .pc-box {
        display: none;
    }

    .together-box .mess-box, .digital-box .mess-box {
        left: 28px;
        top: 36px;
    }

    .together-box .mess-box h2, .digital-box .mess-box h2 {
        font-size: 24px;
        letter-spacing: 0;
        margin-bottom: 3px;
    }

    .together-box .mess-box .desc, .digital-box .mess-box .desc {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 29px;
        padding-right: 28px;
    }

    .together-box .mess-box .desc br, .digital-box .mess-box .desc br {
        display: none;
    }

    .together-box .go-icon, .digital-box .go-icon {
        margin-top: 12px;
    }

    .page-content .data .img-row .img {
        width: 100%;
    }

    .page-content .data .pc-50-width, .text .mdesc {
        width: 100%;
    }

    .tencentVideo {
        height: 260px;
    }

    .mod-con .brief-text-box h4 {
        font-size: 16px;
        line-height: 29px;
        margin-bottom: 12px;
    }

    .brief-text-box {
        margin-top: 20px;
        margin-bottom: 0px;
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box;
    }

    /*
    内页banner
     */
    .f-content{
        width: 100%;
    }
    .page-content{
        width: auto;
        padding: 0 24px;
    }
    .page-content .title-3{
        margin-top: 20px;
        padding: 0px;
        text-align: center;
    }
    .page-content .title-3 .main{
        line-height: 40px;
    }
    .content{
        margin-top: 56px;
    }
    .content .banner{
        height: 195px;
    }
    .content .banner .banner-main{
        padding: 0;
    }
    .content .banner .banner-main .banner-text{
        display: none;
    }
    .content .banner-img{
    }
    .max-center{
        min-width: 100%;
    }
    .mod-tab-container{
        height: 41px;
    }
    .mod-tab .clearfix{
        width: 100%;
        height: 41px;
        position: relative;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 0;
    }
    .mod-tab{
        width:100% ;
    }
    .mod-tab .clearfix ul{
        left: 16px;
        position: absolute;
        top: 0;
        height: 41px;
        padding-left: 0px;
        padding-right: 0px;
        box-sizing: border-box;
        display: block;
        white-space: nowrap;
    }
    .title-3 .main{
        font-size: 24px;
    }
    .text p{
        font-size: 14px;
        padding-bottom: 12px;
        text-indent: 28px;
        line-height: 24px;
    }
    .history_data{
        padding: 0;
    }
    .bg_line{
        left: 16px;
    }
    .year_item{
        padding-right:0;
        z-index: 1;
    }
    .year_content{
        font-size: 14px;
        line-height: 24px;
        text-align: justify;
    }
    .major_list_wrap h4{
        font-size: 24px;
    }
    .major_list_wrap{
        width: calc(100% - 24px);
        padding: 0 24px;
    }
    .major_list li{
        margin-bottom: 12px;
    }
    .major_list li a{
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
    .major_cotent{
        padding: 20px;
        margin: 10px 24px 0 48px;
        width: calc(100% - 48px);
        font-size: 14px;
        text-indent: 28px;
        line-height: 24px;
    }
    .major_cotent p{
        margin-bottom: 14px;
    }
    .service_page .cards{
        padding-top: 32px;
    }
    .service_page .app_list .card{
        width: 100%;
    }
    .service_page .card_body{
        padding: 20px;
    }
    .service_page .app_box{
        padding: 0;
    }
    .works_list .card{
        width: 100%;
    }
}
@media screen and (max-width: 425px) {
    .container {
        padding-bottom: 20px;
    }
    .calendar {
        display: none;
    }
    .banner .banner_slide .banner_text h2 {
        font-size: 24px;
    }
    .banner .banner_slide .banner_text h5 {
        padding-top: 0;
    }
    .cards {
        margin-top: 0;
    }
    .card_album .card_album_item img {
        height: 60px;
    }
    .card_album .card_album_item {
        width: calc(33.33% - 8px);
    }
    .card_scenery .card_scenery_item {
        width: calc(25% - 8px);
    }
    .card_scenery .card_scenery_item img {
        height: 72px;
    }
    .card_grid {
        flex-wrap: wrap;
    }
    .card_special .card_col2 {
        width: 100%;
    }
    .footer_area {
        flex-wrap: wrap;
        padding-left: 35px;
    }
    .footer_area .item {
        width: 50%;
        flex: none;
        margin-bottom: 20px;
    }
    .footer_area .item .title {
        font-size: 16px;
    }
    .footer_area .item .links li,
    .footer_con ul li a{
        font-size: 14px;
    }
    .card_department .item .title {
        font-size: 16px;
        padding: 10px 20px;
    }
    .card_department .item a {
        font-size: 14px;
    }
    .page .page-title {
        font-size: 20px;
    }
    .department .department-content {
        margin-top: 0;
    }
    .major .major-title,
    .department .department-title {
        font-size: 24px;
    }
    .department .department-container-title {
        font-size: 20px;
    }
    .news_list {
        padding-top: 0;
    }
    .news_item {
        display: block;
    }
    .news_item_txt {
        width: 100%;
    }
    .news_item_img {
        display: none;
    }
    .article .article-title {
        font-size: 24px;
    }
    .apps-content .app-item {
        width: 100%;
        height: 150px;
    }
    .apps-content .app-item .app-item-box {
        margin: 15px;
    }
    .guides .guide-item {
        width: 100%;
    }
    .box {
        width: 100%;
    }
}