@charset "utf-8";


/* 手机版 ---------------------------------------------------------------*/
#手机版{}
@media (max-width: 767px) {

    [class^="margin_top_"] {
        margin-top: 2rem !important;
    }

    .button_more a {
        padding: 0.05rem 0.35rem;
    }

    .list_circel_dot li, .list_square_dot li {
        text-indent: 1rem;
    }

    .content .view_box_list, .content .view_box_sub, .content .view_box_left {
        width: 100% !important;
    }

    .list_text_limit li {
        padding-right: 0;
    }

    .grid_place {
        display: none;
    }

    .list_grid_4cols_xmzs .item, .list_grid_3cols_xmzs .item, .list_grid_4cols_zgsgk_home .item {
        width: calc(50% - 10px + 10px/2);
    }

    .list_grid_3cols_xmzs .item .text, .list_grid_4cols_zgsgk_home .item .text {
        padding: 0.75rem 0.25rem;
    }

    .list_grid_4cols_zgsgk_home .item .text {
        height: auto;
    }

    .list_grid_4cols_xmzs .item h3, .list_grid_3cols_xmzs .item .text h3 {
        padding: 0;
    }

    .list_grid_4cols_zgsgk .item {
        width: 100%;
    }

    .content .view_sub, .index .content .view_sub, .zgsgk .content .view_sub, .xwdt .content .view_sub {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .logo_zgsgk {
        height: auto;
    }

    .logo_xwdt {
        height: auto;
    }

    .logo_content {
        /*height: calc(3.625rem / 2);*/
    }

    /*.box_root:before {
        display: none;
    }

    .box_sub {
        position: relative;
    }*/

    .layout_column {
        flex-direction: column;
    }

    .layout_column .left {
        display: none;
    }

    .layout_column .middle, .layout_column .right {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .layout_column .rmodule, .layout_column .right_1 .rmodule {
        height: 4rem;
        margin-top: 2rem;
    }

    .layout_column .rmodule h3 {
        width: 100%;
        /*height: 2.5rem;*/
    }

    .layout_column .left_1, .layout_column .right_1 {
        width: auto;
    }

    .layout_column .lmenu_top {
        background-size: 100% 100%;
    }

    .layout_column .lmenu_top_1 {
        margin-top: 0;
    }

    .layout_column .rmodule_logo {
        display: none;
    }

    .layout_column .lmenu_top, .layout_column .lmenu_top_1 {
        display: none;
    }

    .layout_column .lmenu_1 li {
        border-top-width: 1px;
    }

    .layout_column .lmenu_1 li {
        border-left-width: 0;
    }

    .layout_column .lmenu_1 {
        border-left: solid 1px #727171;
    }

    .layout_column .lmenu li:nth-last-child(2) {
        border-bottom: none;
    }

    .layout_column .lmenu, .layout_column .lmenu_1 {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: start;
    }

    .layout_column .lmenu li, .layout_column .lmenu_1 li
    {
        width: 50%;
    }

    .layout_column .rmodule_nav {
        padding-right: 0;
    }

    .view_box_left {
        margin-left: auto;
        margin-right: auto;
    }

    .menu {
        width: 90%;
    }

    .pager_margin_top {
        display: none;
    }

    .pager_button {
        flex-wrap: wrap;
    }

    .pager_button a {
        margin-top: 10px;
    }

    .pager_text a {
         margin-left: 23px;
     }

    .banner {
        height: auto;
    }

    .pager_button {
        /*margin-top: 20px;*/
        margin-bottom: 40px;
    }

    .list_notice .item {
        height: 50px;
    }

    .list_notice .item .img {
        width: 35px;
        height: 35px;
    }

    .list_notice .item .text {
        height: 35px;
    }

    .list_notice .item .text h3 {
        font-size: 1rem;
        line-height: 1;
    }

    .list_notice .item .text .text_sub {
        line-height: 1;
    }

    .list_notice .item .text .text_sub .read_count {
        font-size: 0.65rem;
    }

    .list_notice .item .text .text_sub .more {
        font-size: 0.5rem;
    }

    .list_job .item {
        height: 50px;
    }

    .list_job .item .img {
        width: 35px;
        height: 35px;
    }

    .list_job .item .text {
        height: 40px;
    }

    .list_job .item .text h3 {
        height: 40px;
        line-height:40px;
        font-size: 1rem;
    }

    .list_job .item .text span {
        height: 40px;
        line-height: 40px;
        font-size: 0.75rem;
    }

    .header {
        height: auto;
        position: relative;
    }

    .header .view_fit_header {
        flex-wrap: wrap;
        padding-bottom: 10px;
    }

    .header .view_fit_header > div
    {
        margin-top: 10px;
    }

    .header .view_fit_header > div > div
    {
        margin-top: 0;
    }

    .header .logo_box {
        width: 50%;
        order:1
    }

    .header .search_box {
        width: 50%;
        order: 2;
    }

    .header .nav_box {
        width: 100%;
        order: 3;
    }

    .header .logo {
        width: 100%;
        height: auto;
    }

    .header .nav_start, .header .nav_end {
        display: none;
    }

    .header .nav {
        width: 100%;
        height: 5rem;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .header .nav a {
        width:25%;
        height: 2rem;
    }

    .header .nav a:first-child {
        width:25%;
    }

    .header .nav em {
        display: none;
    }

    .header .search {
        width: 70%;
        height: 2rem;
        background-size: 100%;
    }

    .header .search .text {
        width: 80%;
        height: 100%;
        font-size: 0.75rem;
        line-height: 1.8;
        padding-top: 3px;
    }

    .header .search .button {
        width: 20%;
        height: 100%;
    }

    .header .search_box {
        padding-right: 5%;
    }

    .header .logo_box {
        padding-left: 5%;
    }

    .footer {
        height: auto;
    }

    .footer .view_fit {
        flex-direction: column;
    }

    .footer .view_fit > div
    {
        width:100%;
        justify-content: center;
        margin-top: 10px;
    }

    .footer .flogo {
        width: 60%;
    }

    .footer .follow, .footer .qrcode {
        width: 30%;
    }

    .footer .text {
        height:auto;
        padding: 10px;
        line-height: 1.75;
    }

    .footer .text > div:nth-child(2) {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .footer .copyright .split, .footer .visitcount .split {
        display: block;
        width: 100%;
    }

    .index .banner .slick-dots {
        bottom: 3.5rem;
    }

    .index .banner .slick-dots li {
        width: 0.5rem;
        height: 0.5rem;
        margin-right: 0.5rem;
    }

    .index .notice .view_box {
        width: 98%;
    }

    .index .notice .icon {
        width: calc(3rem / 2);
    }

    .index .xwdt {
        flex-direction: column;
    }

    .index .xwdt_img, .index .xwdt_list {
        width: 100%;
    }

    .index .xwdt_img_button {
        padding-right: 1rem;
    }

    .index .xwdt_list li {
        height: 3.5rem;
        line-height: 3.5rem;
    }

    .index .xwdt_list li h3 {
        width: 70%;
    }

    .index .banner_line {
        padding: calc(1rem / 3);
    }

    .index .banner_line .box_root:before {
        display: none;
    }

    .index .banner_line .box_sub {
        position: relative;
        height: 3.5rem;
    }

    .jtgk .item {
        width: 100%;
    }

    .jtgk_nav .box_root:before {
        display: block;
    }

    .jtgk_nav .box_sub {
        position: absolute;
    }

    .jtgk_nav_al {
        order: 1;
    }

    .jtgk_nav_ar {
        order: 2;
        margin-bottom: 10px;
    }

    .jtgk_nav_br {
        order: 3;
    }

    .jtgk_nav_bl {
        order: 4;
        margin-bottom: 10px;
    }

    .jtgk_nav_cl {
        order: 5;
    }

    .jtgk_nav_cr {
        order: 6;
    }

    .lxwm .content .view_box {
        width: 90%;
    }

    .index .nav_button a {
        height: calc(12.938rem / 2);
    }

    .index .nav_button em {
        /*background-size: 50%;*/
    }

    .lxwm .module_lxwm_company h3 {
        font-size: calc(1.5rem / 1.25);
    }

    .lxwm .module_lxwm_company span {
        font-size: calc(1rem / 1.5);
        letter-spacing: 0;
    }

    .lxwm .contact li {
        margin-bottom: 0.5rem;
    }

    .lxwm .content .view_box_contact {
        width: 100%;
    }

    .lxwm .map {
        width: auto;
        height: 500px;
    }

    .lxwm .above {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .lxwm .card_box {
        order: 1;
    }

    .lxwm .menu {
        order: 2;
    }

    .lxwm .card {
        width: 90%;
        padding: 1rem;
        right: 50%;
        transform: translateX(50%);
        top:2rem;
    }

    .lxwm .map .menu {
        width: 100%;
        height: auto;
        top:auto;
        bottom: 0;
        padding: 1rem;
    }

    .lxwm .map .menu li {
        height: auto;
        line-height: 2;
    }

    .lxwm .contact {
        flex-direction: column;
    }

    .lxwm .contact li {
        padding-left: 2.5rem !important;
    }

    .lxwm .card .contact li {
        padding-left: 2rem !important;
    }

    .lxwm .mobile_hidden {
        display: none;
    }

    .lxwm .contact li.img_phone {
        margin-right: 0;
    }

    .lxwm .box_root:before {
        display: none;
    }

    .lxwm .box_sub {
        position: relative;
    }
}

