
.nav-app {
    display: none;
}

header .nav_box_pc .nav-child {
    display: none;
}

#honor #main .r1 .con.app {
    display: none;
}

.operation_box .swiper-button-prev i, .operation_box .swiper-button-next i {
    display: inline-block;
    vertical-align: top;
}

#new_detail #main .r1 .rowMain #new-box .new-parent img {
    height: auto !important;
    max-width: 64%;
    display: block;
}

header .nav_case a {
    font-size: 14px;
}

#agg #main .r1 .con .box .btm .list:nth-of-type(1) {
    width: calc(100% / 14 + 1.5rem);
}

#agg #main .r1 .con .box .btm .list:nth-of-type(2) {
    width: calc(100% / 7 + 1.5rem);
}

#agg #main .r1 .con .box .btm .list:nth-of-type(3) {
    width: calc(100% / 7 + 1.5rem);
}

#agg #main .r1 .con .box .btm .list:nth-of-type(4) {
    width: calc(100% / 14 + 1.5rem);
}

#agg #main .r1 .con .box .btm .list:nth-of-type(1) h3 {
    padding-right: calc(100% - 1.5rem);
}

#agg #main .r1 .con .box .btm .list:nth-of-type(1) ol {
    padding-right: calc(100% - 1.5rem);
}

#agg #main .r1 .con .box .btm .list:nth-of-type(4) h3 {
    padding-left: calc(100% - 1.5rem);
}

#agg #main .r1 .con .box .btm .list:nth-of-type(4) ol {
    padding-left: calc(100% - 1.5rem);
}

#branch_detail #main .r2 .con .right .box {
    position: absolute;
    width: 100%;
    left: 0;
}

#branch #main .r1 .tab-list .con .right > img.world{
    position: absolute;
    height: 90%;width: auto;
    top: 12%;
    margin-left: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease-out;
}
#branch #main .r1 .tab-list .con .right > img.world.on{
    opacity: 1;
}

#mode #main .row .con ul.items li p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#mode #main .row .con ul.items li p > span {
    width: 50%;
    position: relative;
    text-align: left;
    padding: 0 10px;
    line-height: 16px;
    margin: 6px 0;
}

#mode #main .row .con ul.items li p > span:nth-of-type(2n+1) {
    text-align: right;
}

#mode #main .row .con ul.items li p > span:nth-of-type(2n+1):after {
    content: "";
    position: absolute;
    height: 60%;
    width: 1px;
    background-color: #c1c1c1;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}

#new_detail #main .r1 .rowMain #new-box .new-parent * {
    font-family: "Microsoft JhengHei", "PingFang HK", "Microsoft YaHei", "Arial" !important;
    word-break: normal;
}

#home_2023 .r4 .inner #zh_frame_2024{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999990;
    background-color: #fff;
}
#home_2023 .r4 .inner #zh_frame_2023 #yun_2024{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#home_2023 .r4 .inner #zh_frame_2024 #return_2024{
    cursor: pointer;
    z-index: 52;
    color: #fff;
    background-color: rgba(21,35,109,0.2);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 1rem;
    padding: 0.1rem 0.3rem;
    font-size: .16rem;
    font-weight: 600;
    transition: opacity 0.5s ease-in-out, background-color 0.5s ease-in-out, color 0.5s ease-in-out;
    position: absolute;
    top: 2vw;
    right: 20vw;
    display: none;
}
#home_2023 .r4 .inner #zh_frame_2024 #return_2024:hover{
    background-color: #fff;
    color: #002a6a;
}

@media screen and (max-width: 1600px) {
    .ie .layout-rowMain {
        width: 1200px;
    }

    #service_area #main .r1 .tab-list .con .box > ul > li div:nth-of-type(1) {
        height: 2.8rem;
    }
}

@media screen and (max-width: 1366px) {
    header .nav_case a {
        font-size: 14px;
    }

    .operation_box > div {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    #home #top .banner .swiper-button-next, #home #top .banner .swiper-button-prev {
        width: 54px;
        height: 54px;
        line-height: 54px;
    }

    #service_area #main .r1 .tab-list .con .box > ul > li div:nth-of-type(1) {
        height: 2.5rem;
    }

    #service_area #main .r1 .tab-list .topic {
        margin-bottom: 0.4rem;
    }

    .after-inner #main .row {
        padding: 0.5rem 0;
    }

    #chart #main .r1 .rowMain .con > img {
        width: 86%;
    }

    #branch #main .r1 .tab-list .con .left .mid > ul > li {
        padding: 0.15rem 0.1rem;
    }

    #branch #main .r1 .tab-list .con .left .mid > ul {
        height: calc(136px + 2.2rem + 84px);
    }

    #branch #main .r1 .tab-list .topic {
        margin-bottom: 0.5rem;
    }

    #contact .r1 .con {
        padding-top: 1rem;
    }

    #service_case #main .row .con .msg .msg-list {
        margin-bottom: 0.2rem;
    }

    #service_case #main .row .con .msg .msg-list > ul {
        padding-bottom: 0.2rem;
    }

    #mode #main .row .con ul.items li h5 {
        height: 0.5rem;
        line-height: 0.5rem;
    }
}

@media screen and (max-width: 1280px) {
    .en header .nav_box_pc {
        width: 50%;
        display: flex;
        justify-content: space-between;
        padding: 0 7px;
    }

    .en header .nav_box_pc > a, .en header .nav_box_pc > span {
        width: auto !important;
    }

    .search_case {
        width: 26%
    }
}

@media screen and (max-width: 980px) {
    .ind_body #top .banner .swiper-button-prev, .ind_body #top .banner .swiper-button-next {
        line-height: 64px;
    }

    .nav-app {
        display: block;
    }

    header {
        top: 0;
    }

    header .nav_case {
        width: 100%;
    }

    body {
        padding-top: 90px;
    }

    header .nav_box_pc {
        display: none;
    }

    .search_case span {
        display: none;
    }

    .search_case {
        height: 100%;
        width: 50%;
        margin-right: 10px;
    }

    .search_box {
        right: 0 !important;
    }

    .search_box.on {
        width: 100%;
    }

    .nav_box_m_btn {
        display: block;
        padding: 15px 10px;
    }

    .nav_box_m {
        top: 90px;
    }

    .serve_det {
        display: none;
    }

    .serve_con {
        display: block;
        position: relative;
    }

    .ser_info_box > div {
        width: calc((100% - 15px) / 2) !important;
        margin-bottom: 15px;
        margin-right: 15px;
        margin-left: 0;
    }

    .ser_info_box > div:nth-child(2n) {
        margin-right: 0;
    }

    .serve_con .serve_hover > .fl, .serve_con .serve_hover > .fr {
        width: 100%;
    }

    .serve_con .serve_hover > .fr .serveList_det {
        padding: 10px 0;
    }

    .ind_body #top .banner .swiper-container-horizontal > .swiper-pagination-bullets, .ind_body #top .banner .swiper-pagination-custom, .ind_body #top .banner .swiper-pagination-fraction {
        bottom: 10px;
    }

    .ind_body #top .banner .swiper-pagination-bullet-active {
        width: 16px;
        height: 16px;
        line-height: 16px;
        color: transparent;
        background-color: rgba(255, 255, 255, 1);
    }

    .wrapper_con {
        width: 8px;
        height: 16px;
        top: -6px;
    }

    .right {
        right: -6px;
    }

    .left {
        left: -6px;
    }

    .circleProgress {
        width: 16px;
        height: 16px;
    }

    .ind_body #top .banner .swiper-pagination-bullet {
        margin: 0 5px;
        width: 8px;
        height: 8px;
    }

    .serve_con .serve_hover > .fl a {
        pointer-events: auto;
    }
}

@media screen and (max-width: 800px) {
    .pc {
        display: none !important;
    }

    .ind_src_con .ind_src2_img {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }

    .ind_src_con .ind_src2_text {
        padding-right: 0;
        width: 100%;
    }

    .src02_info {
        height: auto;
        padding-bottom: .35rem;
    }

    .ind_src_con .ind_src2_text .swiper-wrapper {
        min-height: auto;
    }

    .operation_box > div {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    #mode #main .row .con ul.items li p > span {
        padding: 0 5px;
    }

    #branch_detail #main .r4 .con {
        flex-wrap: wrap;
    }

    #branch_detail #main .r4 .con .left {
        width: 100%;
    }

    #branch_detail #main .r4 .con .right {
        width: 100%;
    }
}

@media screen and (min-width: 800px) {
    .app {
        display: none !important;
    }
}

@media screen and (max-width: 800px) {
    #bloc header {
        height: 50px;
        background-color: #333;
        max-width: 100%;
    }

    header .nav_case {
        height: 60px;
        line-height: 60px;
    }

    body {
        padding-top: 60px;
    }

    #homeBody {
        touch-action: none;
    }

    #branch_detail.after-inner #main .r2 {
        padding-bottom: 240px;
    }

    .ind_body #top .banner .swiper-button-prev, .ind_body #top .banner .swiper-button-next {
        display: none;
    }

    .nav_box_m_btn {
        padding: 0 15px;
    }

    header .logo_box {
        width: 38%;
    }

    .search_case {
        width: 46%;
        margin-right: 0;
    }

    .pub_case > div {
        width: 100%;
        padding: 0 15px;
    }

    .ind_src_con .ind_src2_img .swiper-pagination {
        width: 20px;
        right: -10px;
    }

    .ind_src_con .ind_src2_img .swiper-pagination-bullet i.on {
        font-size: 20px;
    }

    .ind_src_con .ind_src2_img .swiper-pagination-bullet {
        width: 20px;
        line-height: 20px;
        height: 20px;
    }

    .ind_src_02::before {
        width: 30px;
        right: 0;
    }

    .ser_info_box > div {
        width: 100% !important;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .serve_con .serve_hover > .fl a {
        padding: 15px;
    }

    .serve_con .serve_hover > .fl a .ser_bottom {
        position: relative;
        width: 100%;
        margin-top: 35px;
        left: 0;
        bottom: auto;

    }

    .serve_con .serve_hover > .fr > div {
        padding: 0 15px;
    }

    .serve_con .serve_hover > .fr .serveList_det .ser_icon_bg i {
        font-size: 18px;
    }

    .src02_title {
        font-weight: 700;
    }

    .src02_info {
        width: 90%;
        line-height: 1.8;
    }

    .nav_box_m {
        top: 60px;
    }

    .nav_box_m_btn span.close {
        width: 1.5em;
    }

    .operation_box .swiper-pagination span.on {
        font-size: 18px;
    }

    .operation_box .swiper-pagination {
        width: 80px;
    }

    .serve_con .serve_hover > .fr .serveList_det .ser_icon_bg {
        width: 20.61%;
    }

    .serve_con .serve_hover > .fr .serveList_det .ser_data_box {
        padding-left: 5%;
    }

    /*public*/
    .search_case .search_box {
        width: 140px;
    }

    .search_box .btn_search i {
        font-size: 16px;
    }

    .search_box .text_search_box input {
        font-size: 14px;
    }

    .search_box .text_search_box input {
        height: 100%;
    }

    .max-wid {
        width: 90%;
    }

    .after-inner #main .rowMain.max-wid {
        width: 90%;
    }

    .wid-40, .wid-50, .wid-60 {
        width: 100%;
    }

    .left, .right {
        width: 100% !important;
    }

    .after-inner #top .banner .con .msg {
        min-width: 108px;
    }

    .after-inner #top .banner .con .msg > div h2 {
        letter-spacing: 1px;
    }

    .nodeItem {
        display: none;
    }

    footer .fMain {
        flex-wrap: wrap;
        padding: 25px 0;
    }

    footer .fMain .left {
        width: 100%;
    }

    footer .fMain .right {
        width: 100%;
        text-align: left;
        margin-top: 12px;
    }

    .after-inner #main {
        padding: 50px 0;
    }

    .after-inner #main .row {
        padding: 0.5rem 0;
    }

    .after-inner #top .banner .con .msg {
        left: 5%;
    }

    .after-inner #top .banner .con .msg .bg {
        left: -20%;
    }

    #law_dialog .dialog_content {
        width: 91%;
        padding: 2em 1em;
    }

    #law_dialog .dialog_content [data-dialog-close] {
        right: 12px;
        top: 10px;
    }

    #about #main {
        padding: 50px 0 0 0;
    }

    .component {
        height: 180px;
    }

    .component nav {
        display: none;
    }

    .component .Tcon > small {
        bottom: -12px;
        right: 3%;
    }

    .after-inner #top .banner {
        min-height: 190px;
    }

    /*首页*/
    #home #top .banner .swiper-pagination > span > div {
        display: none !important;
    }

    #home #top .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title_en {
        font-size: 22px;
    }

    #home #top .banner .swiper-slide .ind_ban_tex .ind_ban_tex_title {
        font-size: 18px;
        margin-bottom: 2px;
    }

    #home #top .banner .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 10px;
    }

    #home #top .banner .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 6px;
    }

    #home #top .banner .swiper-pagination-bullet-active {
        width: 8px;
        height: 8px;
        opacity: 1;
        color: #fff;
        background-color: #fff;
    }

    .ind_src_03::before, .ind_src_03::after {
        opacity: 0;
    }

    #home #main .r1 .rowMain .title .tab .map-tab {
        padding: 2px 18px;
    }

    #home #main .r1 .rowMain .title .tab .map-tab > em {
        display: none;
    }

    #home #main .r1 .rowMain .title .tab .map-tab > i {
        margin-right: 0;
    }

    /*公司概况*/
    #about #main .r1 .rowMain .data-box > li {
        width: calc(100% / 3);
    }

    #about #main .r1 .rowMain .data-box > li > b {
        font-size: 20px;
    }

    #about #main .r1 .rowMain .data-box > li > [data-txt] {
        margin-right: 22px;
    }

    #about #main .r1 .rowMain .data-box > li > b:after {
        font-size: 22px;
    }

    #about #main .r1 .rowMain .data-box > li > span {
        font-size: 12px;
    }

    #about #main .r2 .rowMain .con .bg {
        width: 100%;
    }

    #about #main .r3 .rowMain .title {
        top: -45px;
        padding: 15px 44px 15px 20px;
    }

    #about #main .r3 .rowMain .con .note .right {
        text-align: left;
        margin-top: 10px;
    }

    #honor {
        overflow: hidden;
    }

    /*服务案例*/
    #service_case #main .r1 .con .left, #service_case #main .r2 .con .right {
        display: none;
    }

    #service_case #main .row .con .msg {
        width: 100%;
    }

    #service_case #main .row .con .msg .msg-list {
        justify-content: space-between;
    }

    #service_case #main .row .con .msg .msg-list > span {
        width: 70px;
    }

    #service_case #main .row .con .msg .msg-list > ul {
        width: calc(100% - 88px);
    }

    #service_case #main .row .title {
        text-align: left;
        margin-bottom: 24px;
    }

    /*服务领域*/
    #service_area #main .rowMain {
        padding-top: 70px;
    }

    #service_area #main .r1 .tab {
        width: 100%;
    }

    #service_area #main .r1 .tab > li > em {
        font-size: 48px;
    }

    #service_area #main .r1 .tab-list .topic {
        width: 100%;
        margin-bottom: 0.4rem;
    }

    #service_area #main .r1 .tab-list > p {
        width: 100%;
        margin: 0 0 30px 0;
    }

    #service_area #main .r1 .tab-list .con {
        width: 100%;
    }

    #service_area #main .r1 .tab-list .con > img {
        display: none;
    }

    #service_area #main .r1 .tab-list .con .box {
        width: 100%;
    }

    #service_area #main .r1 .tab-list .con .box > ul {
        justify-content: space-between;
        margin-left: 0;
    }

    #service_area #main .r1 .tab-list .con .box > ul > li {
        width: calc(50% - 15px);
        margin: 0 0 30px 0;
    }

    #service_area #main .r1 .tab-list .con .box > ul > li div:nth-of-type(1) {
        height: 3.8rem;
    }

    #service_area #main .r1 .tab-list .con .box > ul > li div:nth-of-type(1) > span > img {
        margin: 12px;
        height: 50px;
    }

    /*运营模式*/
    #mode #main .row .title > img {
        height: 60px;
        margin-right: 20px;
    }

    #mode #main .row .title, #mode #main .row .con {
        width: 100%;
    }

    #mode #main .r1 .con ul.items li, #mode #main .r2 .con ul.items li {
        width: calc(100% / 2 - 20px);
        margin: 10px;
    }

    #mode #main .r2 .con ul.items {
        width: 100%;
        margin-left: 0;
    }

    #mode #main .r2 .con .photo {
        opacity: 0.18;
        max-width: 100%;
    }

    #mode #main .row .con ul.items li h5 {
        font-size: 12px;
        line-height: 20px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    /*运营平台*/
    #branch #main .rowMain {
        padding-top: 68px;
    }

    #branch #main .r1 .tab {
        width: 100%;
    }

    #branch #main .r1 .tab-list .con .right {
        display: none;
    }

    #branch #main .r1 .tab-list .topic, #branch #main .r1 .tab-list .con {
        width: 100%;
    }

    #branch #main .r1 .tab-list .con .left .mid > ul {
        box-shadow: none;
        max-height: inherit;
    }

    #branch #main .r1 .tab-list .con .left .mid > ul > li .msg-box h4 {
        width: calc(88% - 68px);
        height: auto;
        line-height: 24px;
    }

    #branch #main .r1 .tab-list .con .left .mid > ul > li .msg-box span {
        width: 68px;
    }

    #branch #main .r1 .tab-list .con .left .mid > ul > li .msg-box span .go {
        width: 68px;
        height: 20px;
        line-height: 20px;
    }

    /*主题页*/
    #branch_detail {
        overflow: hidden;
    }

    #branch_detail #main .r1 .con .box {
        flex-wrap: wrap;
    }

    #branch_detail #main .r1 .con .box > img {
        margin: 15px 0;
    }

    #branch_detail #main .r1 .con .box p {
        width: 100%;
        padding-left: 0;
        overflow: hidden
    }

    #branch_detail #main .r2 .con .right {
        margin-top: 0.5rem;
    }

    #branch_detail #main .r2 .con .right .box .title {
        margin-bottom: 12px;
    }

    #branch_detail #main .r2 .con .right .box .msg-box {
        margin-bottom: 0.5rem;
    }

    #branch_detail #main .r2 .con .right .box .set {
        height: calc(1rem + 10px);
        padding-bottom: 10px;
        overflow-x: auto;
        overflow-y: hidden;
    }

    #branch_detail #main .r2 .con .right .box .set > ul {
        bottom: 0;
    }

    #branch_detail #main .r2 .con .right .box .set > ul > li > a {
        font-size: 12px;
    }

    #branch_detail #main .r2 .con .right .box .set > ul {
        bottom: 0;
        position: relative;
        width: 150%;
        height: 1rem;
        box-shadow: none;
    }

    #branch_detail #main .r2 .con .right .box .set > ul > li {
        width: calc(100% / 5);
    }

    #branch_detail.after-inner #main .rowMain.max-wid .max-wid {
        width: 100%;
    }

    #branch_detail #main .r3 .con, #branch_detail #main .r5 .con {
        flex-wrap: wrap;
    }

    #branch_detail #main .r5 .con .right {
        position: relative;
    }

    #branch_detail #main .r5 .con .left > img {
        box-shadow: none;
    }

    #branch_detail #main .r5 .con .right > img {
        top: 0;
        pointer-events: none;
        display: none;
    }

    #branch_detail #main .r5 .con .right .box {
        position: relative;
        left: 0;
        top: 0;
        background-color: transparent;
        padding-left: 0;
        padding-right: 0;
    }

    #branch_detail_1 #main .r1 .con .box {
        flex-wrap: wrap;
    }

    #branch_detail_1 #main .r1 .con .box > img {
        display: none;
    }

    #branch_detail_1 #main .r1 .con .box p {
        width: 100%;
        padding-left: 0;
    }

    #branch_detail_1 #main .r1 .con .col {
        padding-top: 0.8rem;
    }

    #branch_detail_1 #main .r1 .con .col > img {
        box-shadow: none;
    }

    #branch_detail_1 #main .r1 .con .col .node {
        position: relative;
        top: 0;
        height: 1.4rem;
    }

    #branch_detail_1 #main .r1 .con .col .node > div > span {
        font-size: 12px;
    }

    #branch_detail_1 #main .r1 .con .col .node > div {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
    }

    #branch_detail_1 #main .r2 .con {
        flex-wrap: wrap;
        position: relative;
    }

    #branch_detail_1 #main .r2 .con .left {
        height: 580px;
    }

    #branch_detail_1 #main .r2 .con .left > img {
        opacity: 0;
    }

    #branch_detail_1 #main .r2 .con .right {
        position: absolute;
        height: 100%;
    }

    #branch_detail_1 #main .r2 .con .right .box {
        height: 100%;
        width: 100%;
        left: 0;
        background-color: rgba(255, 255, 255, 0.7);
        padding-left: 7%;
    }

    #branch_detail_1 #main .r2 .con .right .box #loop {
        width: 100%;
        left: 0;
    }

    #branch_detail_1 #main .r2 .con .right .box #loop .loop-list .loop-box {
        padding: 0 36px;
        height: 210px;
    }

    #branch_detail_1 #main .r2 .con .right .box #loop .loop-list .loop-box .node {
        position: absolute;
        top: 0;
        left: 7%;
        height: 45px;
    }

    #branch_detail_1 #main .r2 .con .right .box #loop .loop-list .loop-box .node h4 {
        bottom: 0;
    }

    #branch_detail_1 #main .r2 .con .right .box #loop .loop-list .loop-box .node:after {
        font-size: 18px;
        bottom: 0;
        opacity: 1;
        color: rgba(13, 68, 134, 0.51);
    }

    #branch_detail_1 #main .r2 .con .right .box #loop .loop-list .loop-box .swiper {
        width: 100%;
    }

    #branch_detail_1 #main .r2 .con .right .box #loop .loop-list .loop-box .swiper > ul > li > div {
        width: 64px;
    }

    #branch_detail_1 #main .r2 .con .right .box #loop .loop-list .loop-box .swiper > ul > li > div .food {
        bottom: 11px;
    }

    #branch_detail_1 #main .r3 .con {
        padding: 0;
    }

    #branch_detail_1 #main .r3 .con .bg {
        position: relative;
    }

    #branch_detail_1 #main .r3 .con .box .title h3 {
        color: #333;
    }

    #branch_detail_1 #main .r3 .con .box .title small {
        color: #c1c7cd;
    }

    #branch_detail_1 #main .r3 .con .box .col {
        padding-left: 0;
        padding-right: 0;
    }

    #branch_detail_1 #main .r3 .con .box .col .tab > li {
        margin: 0;
    }

    #branch_detail_1 #main .r5 .con {
        flex-wrap: wrap;
        width: 100%;
    }

    #branch_detail_1 #main .r5 .con .left > img {
        box-shadow: none;
    }

    #branch_detail_1 #main .r5 .con .right .box {
        padding: 0.5rem 0;
        left: 0;
        position: relative;
        top: 0;
    }

    #branch_detail_1 #main .r5 .con .right > img {
        display: none;
    }

    #branch_detail_1 #main .r5 .con .right .box > ul > li b {
        white-space: nowrap;
        margin-left: 4px;
    }

    #branch_detail_1 #btm .return {
        width: 100px;
        height: 34px;
        line-height: 34px;
    }

    /*联系我们*/
    #contact .r1 .con {
        padding-top: 1rem;
    }

    #contact .r1 .con .box {
        flex-wrap: wrap;
        box-shadow: none;
    }

    #contact .r1 .con .box ul {
        padding: 0.2rem 0;
    }

    /*多彩建发*/
    #cub #main .r1 .rowMain .cub-box .cub-list {
        flex-wrap: wrap;
    }

    #cub #main .r1 .rowMain .cub-box .cub-list.l1 > div:nth-of-type(1) {
        width: 100%;
    }

    #cub #main .r1 .rowMain .app .album {
        margin-bottom: 125px;
    }

    /*进取建发*/
    #agg #main .row .con .title {
        width: 100%;
    }

    #agg #main .r1 .con .box .top {
        display: none;
    }

    #agg #main .r1 .con .box .btm {
        flex-wrap: wrap;
    }

    #agg #main .r1 .con .box .btm .list {
        width: 100% !important;
    }

    #agg #main .r1 .con .box .btm .list:nth-of-type(1) h3, #agg #main .r1 .con .box .btm .list:nth-of-type(1) ol, #agg #main .r1 .con .box .btm .list:nth-of-type(4) h3, #agg #main .r1 .con .box .btm .list:nth-of-type(4) ol {
        padding-left: 0;
        padding-right: 0;
    }

    #agg #main .r1 .con .box2 .topic {
        position: relative;
        margin-bottom: 20px;
    }

    #agg #main .r1 .con .box2 .l, #agg #main .r1 .con .box2 .r {
        width: 100%;
    }

    #agg #main .r1 .con .box2 a {
        transform: none !important;
    }

    #agg #main .r3 .con {
        flex-wrap: wrap;
    }

    #agg #main .r3 .con .left .tab-list .photo > img {
        display: none;
    }

    #agg #main .r3 .con .left .tab-list .photo .msg {
        position: relative;
        top: 0;
        left: 0;
    }

    #agg #main .r3 .con .left .tab-list .photo .msg > img {
        width: 100%;
        box-shadow: none;
    }

    #agg #main .r3 .con .left .tab {
        top: 0;
        bottom: 0;
    }

    #agg #main .r3 .con .left {
        padding-bottom: 0;
        padding-top: 0.9rem;
    }

    /*社会招聘*/
    #job #main .search-row {
        display: none;
    }

    #job #main .r1 .rowMain #job-box .job-list {
        padding: 0;
        border: none;
        flex-wrap: wrap;
    }

    #job #main .r1 .rowMain #job-box .job-list .right {
        display: none;
    }

    #job #main .r1 .rowMain #job-box .job-list .mid {
        width: 100%;
    }

    #job #main .r1 .rowMain #job-box .job-list .mid h3 {
        font-size: 17px;
        padding-bottom: 12px;
        border-bottom: 1px solid #eee;
        height: 38px;
    }

    #job #main .r1 .rowMain #job-box .job-list .mid h3 .app {
        position: absolute;
        right: 0;
        top: 0;
        height: 25px;
        line-height: 25px;
    }

    #job #main .r1 .rowMain #job-box .job-list .mid p {
        padding-left: 18px;
    }

    #job #main .r1 .rowMain #job-box .job-list .mid .p-msg {
        display: block;
    }

    /*问答*/
    #qa #main .r1 .rowMain #qa-box .qa-list .right {
        display: none;
    }

    #qa #main .r1 .rowMain #qa-box .qa-list .left .mid .p-msg {
        padding-right: 0;
    }

    #qa #main .r1 .rowMain #qa-box .qa-list {
        padding: 0.4rem 0.3rem;
    }

    /*公示*/
    #ad #main .r1 #ad-box .ad-list {
        flex-wrap: wrap;
        padding: 0.3rem 0.2rem;
        position: relative;
    }

    #ad #main .r1 #ad-box .ad-list .left {
        margin-bottom: 15px;
    }

    #ad #main .r1 #ad-box .ad-list .left > div {
        text-align: left;
    }

    #ad #main .r1 #ad-box .ad-list .mid {
        width: 100%;
    }

    #ad #main .r1 #ad-box .ad-list .right {
        position: absolute;
        right: 0.6rem;
        top: 0.4rem;
        width: auto !important;
    }

    #ad_detail #main .r1 .con {
        background: #fff;
    }

    #ad_detail #main .r1 .con .box {
        width: 100%;
        padding-top: 0.6rem;
        padding-bottom: 0;
    }

    #ad_detail #main .r1 .con .box .p-msg > div table tr th {
        font-size: 13px;
    }

    #ad_detail #main .r1 .con .box .p-msg > div table tr td {
        font-size: 12px;
    }


    /*搜索页面*/
    .after-inner #top .banner.search-banner .con .msg {
        top: 54%;
    }

    #search-page #main .search-row {
        padding-top: 0;
    }

    #search-page #main .search-row .rowMain form {
        text-align: left;
    }

    #search-page #main .search-row .rowMain input[type=text] {
        width: 54%;
        min-width: inherit;
        height: 32px;
        line-height: 32px;
    }

    #search-page #main .search-row .rowMain a > input {
        font-size: 13px;
    }

    #search-page #main .search-row .rowMain a {
        height: 32px;
        line-height: 32px;
        min-width: 50px;
    }

    #search-page #main .search-row .rowMain .node {
        font-size: 12px;
    }

    #search-page #main .r1 .search-item > li .go {
        display: none;
    }

    #search-page #main .r1 .search-item > li .msg {
        width: 100%;
    }

    #search-page #main .r1 .search-item > li .msg p {
        margin-bottom: 16px;
    }

    #search-page #main .r1 .search-item > li {
        padding: 0.2rem;
        border: none;
        border-bottom: 1px solid #eee;
    }

    /*2023*/
    .after-inner .rft .inner .group .child .c2 .inter > a {
        font-size: 0.54rem;
    }

    #loadBg > video {
        height: 80vw;
        bottom: 0;
        margin: auto 0;
    }

    #loadBg #loadMsg {
        width: 100%;
        align-items: center;
        top: 40%;
    }

    #home_2023 {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    #home_2023 .HomeBanner .msg {
        pointer-events: none;
    }

    #home_2023 .HomeBanner .msg > li h2 {
        font-size: 0.55rem;
        padding: 0 5%;
    }

    #home_2023 .HomeBanner .swiper-pagination .swiper-pagination-bullet {
        width: 0.16rem;
        height: 0.16rem;
        margin: 0 0.15rem;
    }

    #home_2023 .HomeBanner .swiper-pagination {
        bottom: 8vw;
    }

    #home_2023 .HomeBanner .set {
        padding: 0 3%;
        display: none;
    }

    #home_2023 .r2 .bg .a1 {
        width: 160%;
        left: -30%;
        top: auto;
        bottom: 0;
    }

    #home_2023 .r1 .inner #clock {
        width: 70vw;
        height: 70vw;
        top: 0;
    }

    #home_2023 .r1 .bg {
        height: 100%;
    }

    #home_2023 .r1 .bg .pic .child {
        clip-path: circle(35vw at 50% 50%);
    }

    #home_2023 .r1 .inner #clock .bgImg svg .cls-1 {
        opacity: 0.8;
    }

    #home_2023 .r1 .inner #clock .til {
        height: 35vw;
        top: -38vw;
    }

    #home_2023 .r1 .inner #clock .til h2 {
        font-size: 0.64rem;
    }

    #home_2023 .r1 .inner #clock .bgImg svg {
        width: 158vw;
        left: -44vw;
        top: -4px;
    }

    #home_2023 .r1 .inner #clock .time-box {
        width: 99%;
        height: 99%;
        top: 0.5%;
        left: 0.5%;
    }

    #home_2023 .r1 .inner #clock .time-box > ul.time-cir > li > i > span:after {
        left: -10px;
        top: -10px;
    }

    #home_2023 .r1 .inner #clock .time-box > ul.time-cir > li > i > a {
        display: none;
    }

    #home_2023 .r2 .bg .pic {
        background-size: cover;
    }

    #home_2023 .r2 .inner .set {
        top: 1.7rem;
    }

    #home_2023 .r2 .inner .set .col > img {
        width: 0.35rem;
    }

    #home_2023 .r2 .inner .imgBox {
        width: 94%;
    }

    #home_2023 .r2 .inner .imgBox .btnBox {
        top: 0%;
    }

    #home_2023 .r2 .inner .imgBox .cir {
        width: 130%;
        left: -15%;
    }

    #home_2023 .r2 .inner .imgBox .globe {
        width: 70vw;
        transform-origin: 50% 54%;
    }

    #home_2023 .r2 .inner .imgBox .cc {
        width: 84vw;
        transform-origin: 50% 54%;
    }

    #home_2023 .r2 .inner .imgBox .itemDot {
        height: 94vw;
        top: -34vw;
        left: -5%;
        width: 110%;
    }

    #home_2023 .r2 .inner .imgBox .itemDot .dots .dot > img {
        width: 1.6rem;
    }

    #home_2023 .r2 .inner .imgBox .itemDot .dots .dot > span {
        font-size: 12px;
    }

    #home_2023 .r2 .inner .imgBox .svgBox > a svg text {
        font-size: 28px;
        letter-spacing: -8px;
    }

    #home_2023 .r2 .inner .imgBox .cc.active, #home_2023 .r2 .inner .imgBox .globe.active {
        transform: scale(0.5);
    }

    #home_2023 .r2 > .set {
        bottom: 9vw;
    }

    #home_2023 .r2 > .set .return_ {
        font-size: 14px;
        height: 0.65rem;
        line-height: auto;
        padding: 0.2rem 0.8rem
    }

    #home_2023 .r2.on .inner .imgBox .itemDot .dots .dot > img {
        transform: rotate(360deg);
    }

    #home_2023 .r3 .inner .group .col:nth-of-type(1) {
        position: absolute;
        right: 0;
        top: calc(100% + 0.6rem);
    }

    #home_2023 .r3 .inner .group .col:nth-of-type(1) .layer-more {
        width: 2rem;
        height: 0.84rem;
        border-radius: 1rem;
        border-color: transparent;
        background-color: #021e6e;
    }

    #home_2023 .r3 .inner .group .col:nth-of-type(1) .layer-more i {
        color: #fff;
    }

    #home_2023 .r3 .inner .group .col:nth-of-type(1) .layer-more span {
        margin-right: 8px;
        color: #fff;
    }

    #home_2023 .r3 .inner .group .col:nth-of-type(2) {
        width: 100%;
    }

    #home_2023 .r3 .inner .group .col:nth-of-type(2) .itemBox {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 0;
    }

    #home_2023 .r3 .inner .group .col:nth-of-type(2) .itemBox > a {
        width: 80vw;
    }

    #home_2023 .r3 .inner .group .col:nth-of-type(2) .itemBox > a .msg .line {
        margin: 0.3rem 0;
    }

    #home_2023 .r4 .bg .pic {
        background-size: cover;
    }

    #home_2023 .r4 .inner .group h4 {
        font-size: 0.7rem;
    }

    #home_2023 .r4 .inner #zh_frame_2023 #return {
        right: 13vw;
        top: 2vw;
        font-size: 0.28rem;
    }

    #home_2023 .rft {
        min-height: 10vw;
    }

    #home_2023 .rft .inner .group .box {
        display: none;
    }

    #home_2023 .rft .inner {
        width: 88%;
    }

    #home_2023 .rft .inner > img {
        margin: 0.6rem 0;
    }

    #home_2023 .rft .inner .group .box {
        display: none;
        grid-template-columns:repeat(1, 1fr);
        margin-bottom: 0.5rem;
    }

    #home_2023 .rft .inner .group .box .lists {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 0.3rem;
    }

    #home_2023 .rft .inner .group .box .lists h4 {
        width: 100%;
        margin-bottom: 0.1rem;
    }

    #home_2023 .rft .inner .group .box .lists > a {
        margin-right: 0.25rem;
    }

    #home_2023 .rft .inner .group .child {
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: flex-start;
    }

    #home_2023 .rft .inner .group .child .c2 {
        margin-bottom: 0.4rem;
    }

    #home_2023 .rft .other {
        height: 1rem;
    }

    #home_2023 .rft .inner .group .child .c2 .inter .imgBox > img {
        width: 2.25rem;
    }

    #home_2023 .row .scr svg {
        width: 0.6rem;
    }

    #home_2023 #btm {
        display: none;
    }
    #home_2023 .r2 .inner .imgBox .itemDot .dots .dot{pointer-events: none;}

    #law .r1 {
        padding-top: 1rem;
    }

    .rft .inner {
        width: 88%;
    }

    .rft .inner > img {
        margin: 0.6rem 0;
    }

    .rft .inner .group .box {
        display: none!important;
        grid-template-columns:repeat(1, 1fr);
        margin-bottom: 0.5rem;
    }

    .rft .inner .group .box .lists {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 0.3rem;
    }

    .rft .inner .group .box .lists h4 {
        width: 100%;
        margin-bottom: 0.1rem;
    }

    .rft .inner .group .box .lists > a {
        margin-right: 0.25rem;
    }

    .rft .inner .group .child {
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .rft .inner .group .child .c2 {
        margin-bottom: 0.4rem;
    }

    .rft .other {
        height: 1rem;
    }

    .rft .inner .group .child .c2 .inter .imgBox > img {
        width: 2.25rem;
    }

    .after-inner .rft .inner {
        width: 88%;
    }
    .after-inner .rft .inner > img {
        margin: 0.6rem 0;
    }
    .after-inner .rft .inner .group .box {
        display: none;
        grid-template-columns:repeat(1, 1fr);
        margin-bottom: 0.5rem;
    }
    .after-inner .rft .inner .group .box .lists {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 0.3rem;
    }
    .after-inner .rft .inner .group .box .lists h4 {
        width: 100%;
        margin-bottom: 0.1rem;
    }
    .after-inner .rft .inner .group .box .lists > a {
        margin-right: 0.25rem;
    }
    .after-inner .rft .inner .group .child {
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .after-inner .rft .inner .group .child .c2 {
        margin-bottom: 0.4rem;
    }
    .after-inner .rft .other {
        height: 1rem;
    }
    .after-inner .rft .inner .group .child .c2 .inter .imgBox > img {
        width: 2.25rem;
    }

    /*lift*/
    #lift #main .r1 .inner .note > a {
        font-size: 0.3rem;
    }

    #lift #main .r1 .inner .swiper-container .swiper-slide .mid {
        flex-direction: column;
    }

    #lift #main .r1 .inner .swiper-container .swiper-slide .mid .col.c1 {
        width: 100%;
    }

    #lift #main .r1 .inner .swiper-container .swiper-slide .mid .col.c2 {
        width: 100%;
        padding-left: 0;
        padding-top: 0.6rem;
    }

    #lift #main .r1 .inner .swiper-container .swiper-slide .mid .col.c2 > img {
        position: absolute;
        right: 0;
        top: 0.4rem;
        opacity: 0.5;
    }

    #lift #main .r1 .inner .other {
        padding-top: 0.4rem;
        margin-top: 0.5rem;
    }

    #lift .rft .inner {
        width: 88%;
    }

    #lift .rft .inner > img {
        margin: 0.6rem 0;
    }

    #lift .rft .inner .group .box {
        display: none!important;
        grid-template-columns:repeat(1, 1fr);
        margin-bottom: 0.5rem;
    }

    #lift .rft .inner .group .box .lists {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 0.3rem;
    }

    #lift .rft .inner .group .box .lists h4 {
        width: 100%;
        margin-bottom: 0.1rem;
    }

    #lift .rft .inner .group .box .lists > a {
        margin-right: 0.25rem;
    }

    #lift .rft .inner .group .child {
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: flex-start;
    }

    #lift .rft .inner .group .child .c2 {
        margin-bottom: 0.4rem;
    }

    #lift .rft .other {
        height: 1rem;
    }

    #lift .rft .inner .group .child .c2 .inter .imgBox > img {
        width: 2.25rem;
    }

    #industry #main .r1 .inner {
        height: 170vw;
    }

    #industry #main .r1 .inner .swiper-container {
        overflow: visible;
    }

    #industry #main .r1 .inner {
        height: auto;
    }

    #industry #main .r1 .inner .swiper-container .swiper-wrapper .swiper-slide .group {
        height: auto;
    }

    #industry #main .r1 .inner .swiper-container .swiper-wrapper .swiper-slide .group .photo {
        width: 90%;
        margin: 0 auto;
    }

    #industry #main .r1 .inner .swiper-container .swiper-wrapper .swiper-slide .group .photo > img {
        width: 100%;
        margin: auto;
        height: 74vw;
        object-fit: cover;
    }

    #industry #main .r1 .inner .swiper-container .swiper-wrapper .swiper-slide .group .msg {
        width: 80%;
        position: relative;
        margin: -1rem auto 0 auto;
        height: auto;
        right: auto;
    }

    #industry #main .r1 .inner .swiper-container .swiper-wrapper .swiper-slide .group .msg .part {
        min-width: 100%;
        padding: 0.5rem 0.5rem;
        width: 100%;
        border-radius: 0.25rem;
        box-shadow: 0px 0px 0.8rem 0px rgba(6, 27, 109, 0.54);
    }

    #industry #main .r1 .inner .swiper-container .swiper-wrapper .swiper-slide .group .msg .part .box .child {
        grid-template-columns: repeat(2, 50%);
    }

    #industry #main .r1 .inner .swiper-container .swiper-wrapper .swiper-slide .group .msg .part .box .child > ol > li {
        line-height: 1.2;
        font-size: 14px;
        padding-top: 0.1rem;
        padding-bottom: 0.1rem;
        font-weight: 400;
    }

    #industry #main .r1 .inner .other {
        width: 90%;
        height: 2.5rem;
        margin-top: 0.4rem;
        padding: 0.5rem 0%;
        bottom: auto;
        top: auto;
        position: relative;
    }

    #industry #main .r1 .inner .other .box {
        width: 100%;
        flex-direction: row;
        align-items: baseline;
        height: 1.5rem;
        padding: 0;
        justify-content: flex-start;
    }

    #industry #main .r1 .inner .other:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto 0;
        left: 5%;
        height: 1px;
        background-color: rgba(7, 37, 120, 0.4);
        width: 90%;
    }

    #industry #main .r1 .inner .other .box .lists:after {
        bottom: -12px;
    }

    #industry #main .r1 .inner .swiper-container .swiper-wrapper .swiper-slide .group .mask {
        display: none;
    }

    #industry #main .r1 .inner .other .swiper-pagination {
        flex-direction: row;
        display: none;
    }

    #industry #main .r1 .inner .other .box .lists {
        zoom: 0.85;
        transition: zoom .5s ease-in-out;
        position: relative;
        z-index: 10;
        background-color: #f7fafe;
        width: 1.5rem;
        height: 1.5rem;
        border: 1px dashed rgba(7, 37, 120, 0.5);
        border-radius: 50%;
    }

    #industry #main .r1 .inner .other .box .lists.on {
        zoom: 1;
        background-color: rgba(7, 37, 120, 1);
    }

    #industry #main .r1 .inner .other .box .lists.on > i {
        color: #fff;
    }

    #industry #main .r1 .inner .other .box .lists > i {
        color: #17358b;
        font-size: 0.56rem;
        transition: color .5s ease-in-out;
    }

    #industry #main .r1 .inner .other .box .lists:nth-of-type(5) > i {
        font-size: 0.68rem;
    }

    #industry #main .r1 .inner .other .box .lists:nth-of-type(3) > i {
        font-size: 0.64rem;
    }

    #industry #main .r1 .inner .other .box .lists h5 {
        color: #17358b;
        max-width: 1rem;
        text-align: center;
        display: none;
    }

    #industry .rft .inner {
        width: 88%;
    }

    #industry .rft .inner > img {
        margin: 0.6rem 0;
    }

    #industry .rft .inner .group .box {
        display: none;
        grid-template-columns:repeat(1, 1fr);
        margin-bottom: 0.5rem;
    }

    #industry .rft .inner .group .box .lists {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 0.3rem;
    }

    #industry .rft .inner .group .box .lists h4 {
        width: 100%;
        margin-bottom: 0.1rem;
    }

    #industry .rft .inner .group .box .lists > a {
        margin-right: 0.25rem;
    }

    #industry .rft .inner .group .child {
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: flex-start;
    }

    #industry .rft .inner .group .child .c2 {
        margin-bottom: 0.4rem;
    }

    #industry .rft .other {
        height: 1rem;
    }

    #industry .rft .inner .group .child .c2 .inter .imgBox > img {
        width: 2.25rem;
    }
}


/*英文*/
.en .f-50 {
    font-size: 36px;
}

.en .f-28 {
    font-size: 24px;
}

.en .f-48 {
    font-size: 42px;
}

.en .f-24 {
    font-size: 20px;
}

.en .f-32 {
    font-size: 24px;
}

.en header .nav_box_pc > a, .en header .nav_box_pc > span {
    width: calc(100% / 4);
}

.en header .nav_box_pc > span > ul {
    padding: 0 10px;
    width: auto;
    min-width: 100%;
}

.en .serve_con .serve_hover > .fr .serveList_det .ser_data_box .ser_data, .en .serve_con .serve_hover > .fr .serveList_det .ser_data_box .ser_data span {
    line-height: 1.2;
}

.en header .nav_box_pc > span > ul > li > a {
    font-size: 12px;
}

.en .after-inner #top .banner .con .msg .bg {
    max-width: 140px;
    left: -0.6rem;
}

.en .after-inner #top .banner .con .msg > div h2 {
    letter-spacing: 0;
}

.en #about #main .r3 .rowMain .con .note .right h4 {
    letter-spacing: 0;
}

.en #honor #main .r1 .con .right > ul > li > div > span {
    display: block;
}

.en #service_area #main .r1 .tab-list > p {
    width: 64%;
}

.en .nodeItem > a:before {
    white-space: nowrap;
    right: 0;
    width: auto;
    left: auto;
}

.en #mode #main .row .con ul.items li h5 {
    height: 50px;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.en #branch_detail #main .r4 .con .left .box .col p, .en #branch_detail #main .r3 .con .left .box .col p {
    letter-spacing: 0;
}

.en #branch_detail #main .r2 .con .right .box .set > ul > li > a {
    font-size: 12px;
}

.en #branch_detail_1 #main .r3 .con .box .col .tab > li {
    width: auto;
}


/*2023英文*/
@media screen and (orientation: landscape) {
    .pcNav .c2 > ul > li > a:hover {
        font-weight: 600;
    }

    html.en .pcNav .c2 > ul > li > a:hover {
        color: #002a6a;
        font-weight: 400;
        text-shadow: 0 0 10px rgba(0, 42, 106, .2);
    }
}

html.en #home_2023 .r3 .inner .group .col:nth-of-type(2) .itemBox > a .msg h3 {
    font-weight: 400;
}

html.en .pcNav .c2 > ul > li .child > li > a,
html.en .pcNav.white .c2 > ul > li > a,
html.en #home_2023 .rft .inner .group .box .lists > a,
html.en .after-inner .rft .inner .group .box .lists > a,
html.en .after-inner .rft .inner .group .box .lists .f-20,
html.en .nav-app > .child > ul > li > a,
html.en .nav-app > .child > ul > ol > li > a {
    text-transform: none;
}

html.en .after-inner .rft .inner .group .box .lists .f-20 {
    font-weight: 600;
}

html.en .pcNav .c2 * {
    font-weight: 400;
}

html.en .row.rft * {
    font-weight: 400;
}

html.en .pcNav .c2 > ul > li.active > a {
    color: #002a6a;
    font-weight: 400;
    text-shadow: 0 0 10px rgba(0, 42, 106, .2);
}

html.en .pcNav .c2 > ul > li.on > a {
    font-weight: 600;
}

html.en #home_2023 .r2 .inner .imgBox .svgBox > a svg text textPath {
    font-weight: 400;
}

html.en .after-inner #top .banner .con .msg > div h2 {
    text-transform: none;
    font-weight: 400;
}

html.en .after-inner .rft .inner > img,
html.en #home_2023 .rft .inner > img {
    height: 1.2rem;
}

.after-inner #top .banner .con .msg > div small {
    text-transform: none;
}

@media screen and (min-width: 900px) {

    html.en * {
        font-family: 'Noto Sans Display', sans-serif;
        font-weight: 200;
    }

    html.en .en-b {
        font-weight: 400;
    }

    html.en #home_2023 .HomeBanner .msg > li h2 {
        font-size: 0.6rem;
        font-weight: 400;
        max-width: 70%;
        line-height: 1.15;
    }

    html.en #home_2023 .r1 .inner #clock .time-box > ul.time-cir > li > i > a em {
        font-weight: 400;
    }

    html.en #home_2023 .r2 .inner .imgBox .itemDot .dots .dot > span {
        padding: 0 15%;
    }

    html.en #home_2023 .r2 .inner .imgBox .itemDot {
        height: 112%;
        top: -6%;
    }

    html.en #home_2023 .r2 .inner .imgBox .itemDot .dots .dot > img {
        width: 1.56rem;
    }

    html.en #home_2023 .r3 .inner .group .col:nth-of-type(2) .itemBox > a .msg h3 {
        height: 0.6rem;
        line-height: 0.3rem;
        width: 94%;
    }

    html.en #industry #main .r1 .note {
        line-height: 1.6;
    }

    html.en #industry #main .r1 .inner .swiper-container .swiper-wrapper .swiper-slide .group .msg .part .box .child > ol > li {
        line-height: 1.5;
        margin: 0.1rem auto;
    }

    html.en #industry #main .r1 .inner .swiper-container .swiper-wrapper .swiper-slide .group .msg .part .box .child {
        gap: 0.2rem;
        grid-template-columns: repeat(2, 48%);
    }

    html.en #lift #main .r1 .inner .swiper-container .swiper-slide .mid .col.c2 {
        padding-left: 1rem;
    }

    html.en #lift #main .r1 .inner .swiper-container .swiper-slide:nth-of-type(4) .mid .col.c2 .topic .group {
        width: 125%;
    }

    html.en #lift #main .r1 .inner .swiper-container .swiper-slide .mid .col.c2 .topic .group > ul > li {
        line-height: 1.5;
        margin: 0.1rem 0.1rem auto 0.1rem;
    }

    html.en .pcNav .c3:after {
        left: -0.8rem;
    }

    html.en .pcNav .c3 .child {
        width: 100%;
    }

    html.en .pcNav .c3 .child > li > a.href_ {
        grid-template-columns: repeat(1, 1fr);
        justify-items: center;
    }

    html.en #home_2023 .HomeBanner .msg > li h2 {
        max-width: 80%;
    }

    html.en #home_2023 .rft .inner .group .box .lists > a:first-child,
    html.en #home_2023 .rft .inner .group .box .lists > h4:first-child {
        color: #262626;
        font-weight: 600;
        margin-bottom: 0.2rem;
        line-height: 1;
    }
}

@media screen and (max-width: 900px) {
    html.en #home_2023 .r2 .inner .imgBox .svgBox > a svg text textPath {
        font-weight: 600;
    }

    html.en #home_2023 .rft .inner .group .box .lists > a:first-child {
        color: #262626;
        margin-bottom: 0.2rem;
        line-height: 1;
    }

    html.en * {
        font-family: 'Noto Sans Display', sans-serif;
        font-weight: 200;
    }

    html.en .en-b {
        font-weight: 400;
    }

    html.en #home_2023 .HomeBanner .msg > li h2 {
        line-height: 1.25;
    }

    html.en #home_2023 .HomeBanner .msg > li h2 br {
        display: none
    }

    html.en #home_2023 .HomeBanner .msg > li:nth-child(1) h2 {
        font-size: 5.6vw;
    }

    html.en #home_2023 .HomeBanner .msg > li:nth-child(4) h2 {
        font-size: 5.12vw;
    }

    html.en #home_2023 .HomeBanner .msg > li:nth-child(4) h2 br {
        display: block;
    }

    html.en #home_2023 .r1 .inner #clock .til h2 {
        font-size: 0.5rem;
    }

    html.en #home_2023 .r1 .inner #clock .clockTxt > li {
        font-size: 0.4rem;
    }

    html.en #home_2023 .r1 .other .swiper-slide > a em {
        line-height: 1.3;
        max-width: 32vw;
        white-space: normal;
    }

    html.en #home_2023 .r2 .inner .set .col {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 32vw;
    }

    html.en #home_2023 .r2 .inner .set .col span {
        text-align: center;
        margin-top: 0.1rem;
        margin-left: 0;
    }

    html.en #home_2023 .r2 .inner .imgBox .itemDot .dots .dot > img {
        width: 2rem;
    }

    html.en #home_2023 .r2 .inner .imgBox .itemDot .dots .dot > span {
        padding: 0 16%;
    }

    html.en #home_2023 .r2 .inner .imgBox .itemDot .dots .dot:nth-of-type(2) {
        left: 25% !important;
    }

    html.en #home_2023 .r2 .inner .imgBox .itemDot .dots .dot:nth-of-type(3) {
        right: 25% !important;
    }

    html.en #home_2023 .r4 .inner .group h4 {
        font-size: 0.55rem;
        width: 90%;
        margin: 0 auto 0.5rem auto;
        text-align: center;
    }

    html.en .after-inner .rft .inner > img,
    html.en #home_2023 .rft .inner > img {
        height: 1rem;
        margin: 0.4rem 0 0.3rem 0;
    }

    html.en .after-inner .rft .inner .group .child .c1 > .href_ {
        flex-wrap: wrap;
    }

    html.en #home_2023 .rft .inner .group .child .c1 > .href_ {
        flex-wrap: wrap;
    }

    html.en #home_2023 .rft .inner .group .child .c1 > .href_ > a {
        white-space: nowrap;
    }

    html.en .after-inner .rft .inner .group .child .c1 > .href_ > a {
        white-space: nowrap;
    }

    html.en .after-inner .rft .inner .group .child .c1 > .href_ .line:nth-child(4) {
        display: none;
    }

    html.en #home_2023 .rft .inner .group .child .c1 > .href_ .line:nth-child(4) {
        display: none;
    }

    html.en .after-inner .rft .inner .group .child .c1 > .href_ > a:last-of-type {
        width: 100%;
        margin-top: 0.1rem;
    }

    html.en #home_2023 .rft .inner .group .child .c1 > .href_ > a:last-of-type {
        width: 100%;
        margin-top: 0.1rem;
    }

    html.en #industry #main .r1 .inner .swiper-container .swiper-wrapper .swiper-slide .group .msg .part .box .child {
        grid-template-columns: repeat(1, 100%);
    }

    html.en #industry #main .r1 .inner .swiper-container .swiper-wrapper .swiper-slide .group .msg .part .box .child > ol > li {
        font-size: 13px;
    }

    html.en #industry #main .r1 .note {
        line-height: 1.6;
    }

    html.en #lift #main .r1 .inner .swiper-container .swiper-slide .mid .col.c2 .topic .group {
        grid-template-columns: repeat(1, 1fr);
    }

    html.en #lift #main .r1 .inner .swiper-container .swiper-slide .mid .col.c2 .topic .group > ul > li {
        line-height: 1.6;
        margin: 0.1rem 0;
    }
}

@media screen and (max-width: 1366px) {
    a, span, li, b, i, label, p, strong, div, h1, h2, h3, h4, h5, h6, font, small, em, li, pre, form, fieldset, legend, button, input, textarea, th, td {
        font-size: 13px;
    }

    .en .f-50 {
        font-size: 32px;
    }

    .en .f-28 {
        font-size: 18px;
    }

    .en .f-48 {
        font-size: 28px;
    }

    .en .f-24 {
        font-size: 17px;
    }

    .en .f-32 {
        font-size: 20px;
    }
}

@media screen and (max-width: 800px) {
    a, span, li, b, i, label, p, strong, div, h1, h2, h3, h4, h5, h6, font, small, em, li, pre, form, fieldset, legend, button, input, textarea, th, td {
        font-size: 12px;
    }

    .en .f-50 {
        font-size: 28px;
    }

    .en .f-28 {
        font-size: 16px;
    }

    .en .f-48 {
        font-size: 24px;
    }

    .en .f-24 {
        font-size: 15px;
    }

    .en .f-32 {
        font-size: 18px;
    }

    #branch_detail_1 #main .r3 .con .box .col .tab-list > img {
        width: 90%;
        margin-right: 10%;
    }

    #about #main .r3 .rowMain .con #v-box .play {
        border: none;
        display: none;
    }

    #branch_detail_1 #main .r2 .con .left {
        opacity: 0.1;
    }

    #branch #main .r1 .tab-list .con .left .mid > ul {
        height: auto;
    }

    #branch #main {
        padding-bottom: 10px;
    }

    #history #main {
        padding-top: 50px;
    }

    #honor #main .r1 .con .left {
        position: absolute;
    }

    #honor #main .r1 .con .left .h-bg {
        width: 34%;
        margin: 0;
        opacity: 0.5;
    }

    #honor #main .r1 .con .left .cap {
        width: 25%;
        right: auto;
    }

    #honor #main .r1 .con .right > ul > li > div > span {
        display: block;
    }

    #honor #main .r1 .con .right > ul {
        padding-left: 24%;
    }

    .en #service_area #main .r1 .tab-list > p {
        width: 100%;
    }

    .en #service_area #main .r1 .tab > li > a {
        font-size: 12px;
    }

    .en #mode #main .r1 .con ul.items li, .en #mode #main .r2 .con ul.items li {
        width: calc(100% - 20px);
    }

    .en #branch #main .r1 .tab > li > a, .en #branch_detail_1 #main .r3 .con .box .col .tab > li > a {
        line-height: 1.6;
        height: 60px;
    }

    .en #branch_detail #main .r2 .con .right .box .set {
        height: calc(2rem + 10px);
    }

    .en #branch_detail #main .r2 .con .right .box .set > ul {
        height: 2rem;
    }

    #branch_detail_1 #main .r2 .con .right .box #loop .loop-list .loop-box .node h4 {
        white-space: nowrap;
    }

    .en #branch_detail_1 #main .r1 .con .col .node {
        flex-wrap: wrap;
    }

    .en #branch_detail_1 #main .r1 .con .col .node > em {
        display: none;
    }

}


/*分页*/
.c-other {
    position: relative;
    padding: 0.2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c-other > a > em {
    display: inline-block;
    text-decoration: underline;
    vertical-align: middle;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.c-other > a > i {
    vertical-align: middle;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.c-other > a:hover > i {
    color: #0d4486;
}

.c-other > a:hover > em {
    color: #0d4486;
}

.c-other .pager {
    width: 70%;
    text-align: center;
}

.c-other .pager > li {
    display: inline-block;
}

.c-other .pager > li > a {
    display: inline-block;
    font-size: 16px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #495262;
}

.c-other .pager > li.on > a {
    color: #0d4486;
    font-size: 20px;
    font-weight: bold;
}
