@media all and (min-width: 960px) {
    .layui-container {
        width: 1430px;
    }
}

@media all and (min-width: 0px) and (max-width: 1024px) {
    .font-size-16 {
        font-size: 14px;
    }

    .padding-20 {
        padding: 10px;
    }

    .padding-30 {
        padding: 15px;
    }

    .padding-40 {
        padding: 20px;
    }

    .margin-top-10 {
        margin-top: 5px;
    }

    .margin-top-15 {
        margin-top: 7.5px;
    }

    .margin-top-20 {
        margin-top: 10px;
    }

    .margin-top-30 {
        margin-top: 15px;
    }

    .margin-top-40 {
        margin-top: 20px;
    }

    .margin-top-50 {
        margin-top: 25px;
    }

    .margin-top-60 {
        margin-top: 30px;
    }

    .margin-top-70 {
        margin-top: 35px;
    }

    .margin-top-80 {
        margin-top: 40px;
    }

    .margin-top-90 {
        margin-top: 45px;
    }

    .margin-top-100 {
        margin-top: 50px;
    }

    .margin-left-10 {
        margin-left: 5px;
    }

    .margin-left-20 {
        margin-left: 10px;
    }

    .margin-right-20 {
        margin-right: 10px;
    }

    .margin-bottom-10 {
        margin-bottom: 5px;
    }

    .margin-bottom-20 {
        margin-bottom: 10px;
    }

    .margin-bottom-30 {
        margin-bottom: 15px;
    }

    .margin-bottom-40 {
        margin-bottom: 20px;
    }

    .margin-bottom-50 {
        margin-bottom: 25px;
    }

    .margin-bottom-60 {
        margin-bottom: 30px;
    }

    .margin-bottom-70 {
        margin-bottom: 35px;
    }

    .margin-bottom-90 {
        margin-bottom: 45px;
    }

    .margin-bottom-100 {
        margin-bottom: 50px;
    }

    .padding-top-10 {
        padding-top: 5px;
    }

    .padding-top-20 {
        padding-top: 10px;
    }

    .padding-top-30 {
        padding-top: 15px;
    }

    .padding-bottom-30 {
        padding-bottom: 15px;
    }

    .padding-top-40 {
        padding-top: 20px;
    }

    .padding-top-50 {
        padding-top: 25px;
    }

    .padding-top-60 {
        padding-top: 30px;
    }

    .padding-top-70 {
        padding-top: 35px;
    }

    .padding-top-80 {
        padding-top: 40px;
    }

    .padding-bottom-70 {
        padding-bottom: 35px;
    }

    .padding-bottom-80 {
        padding-bottom: 40px;
    }

    .padding-bottom-90 {
        padding-bottom: 45px;
    }

    .padding-top-90 {
        padding-top: 45px;
    }

    .padding-top-100 {
        padding-top: 50px;
    }

    .padding-top-120 {
        padding-top: 60px;
    }

    .padding-top-190 {
        padding-top: 50px;
    }

    .padding-bottom-0 {
        padding-bottom: 0px;
    }

    .padding-bottom-10 {
        padding-bottom: 5px;
    }

    .padding-bottom-20 {
        padding-bottom: 10px;
    }

    .padding-bottom-40 {
        padding-bottom: 20px;
    }

    .padding-bottom-50 {
        padding-bottom: 25px;
    }

    .padding-bottom-60 {
        padding-bottom: 30px;
    }

    .padding-bottom-100 {
        padding-bottom: 50px;
    }

    .padding-bottom-120 {
        padding-bottom: 60px;
    }

    .padding-bottom-190 {
        padding-bottom: 50px;
    }

    .padding-left-40 {
        padding-left: 20px;
    }

    .header {
        display: none;
    }

    .mheader {

        width: 100%;
        padding: 10px;
        display: block;
        background-color: #406bd8;
        height: 60px;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;
        z-index: 999;
    }

    .mheader img {
        height: 100%;
    }

    .mheader h3,
    .mheader h3 a {
        display: block;
        height: 100%;
    }

    .mheader .dh span {
        display: block;
        width: 30px;
        height: 3px;
        background-color: white;
    }

    .mheader .dh span:not(:last-of-type) {
        margin-bottom: 5px;
    }

    .banner {
        margin-top: 0;
    }

    .banner .swiper-container-horizontal>.swiper-pagination-bullets,
    .banner .swiper-pagination-custom,
    .banner .swiper-pagination-fraction {
        bottom: 10px;
    }

    .mheader .cha {
        display: none;
    }

    .mheader .cha span {
        display: block;
        width: 30px;
        height: 3px;
        background-color: white;
    }

    .mheader .cha span:not(:last-of-type) {
        margin-bottom: 5px;
    }

    .mheader .cha span:first-of-type {
        transform: rotate(45deg);
        position: relative;
        top: 2px;
    }

    .mheader .cha span:last-of-type {
        transform: rotate(-45deg);
        position: relative;
        top: -6px;
    }

    .mnav {
        position: fixed;
        z-index: 999;
        width: 100%;
        background: rgba(64, 107, 216, 0.9);
        padding: 10px;
    }

    .mnav ul li {
        height: 30px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        line-height: 30px;
    }

    .mnav ul li a {
        display: flex;
        width: 100%;
        justify-content: center;
        color: white;
    }

    .mc_ph_hd {
        display: block;
        background: #fff;
        transition: All 0.4s ease-in-out;
        -webkit-transition: All 0.4s ease-in-out;
        -moz-transition: All 0.4s ease-in-out;
        -o-transition: All 0.4s ease-in-out;
    }

    .mc_ph_hd.scroll {
        background: #fff;
        position: fixed;

    }

    .page_detail {
        padding: 0px;
    }

    .detail-box {
        padding: 0px;
    }

    .col-title {
        font-size: 18px;
    }

    .pager li {
        width: 100%;
        margin-bottom: 10px;
    }

    #up-banner {
        height: 320px;
        padding-top: 130px;
    }

    #up-banner h2 {
        font-size: 34px;
    }

    #up-banner h3 {
        font-size: 18px;
    }

    #up-banner .position {
        left: 15px;
        bottom: 100px;
    }

    .detail_box {
        padding: 10px;
    }

    .detail_box img {
        width: 100%;
    }

    .textlist li a {
        padding: 15px;
    }

    .tuwenlist li .text {
        height: auto !important;
    }

    .tuwenlist li .text0 {
        padding: 15px;
    }

    .pchide {
        display: block;
    }

    .phhide {
        display: none;
    }

    .layui-col-space30 {
        margin: -5px;
    }

    .layui-col-space30>* {
        padding: 5px;
    }

    .column .en {}

    .column .cn {}

    .xwzx_hd li {
        margin-right: 10px;
        font-size: 18px;
    }

    .xwzx_hd li:last-child {
        /* display: none; */
    }

    .xwzx_hd li:nth-child(3) {
        margin-right: 0;
    }

    .xwzx_bd .xwzx_list li:first-child {
        margin-bottom: 10px;
    }

    #xwzx_slide .swiper-slide .text {
        padding: 10px;
        box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.05);
    }

    #xwzx_slide .swiper-pagination {
        right: 25px;
        bottom: 40px;
    }

    .ddjs_list {
        margin-top: 10px;
    }

    .mbi-margin-top-30 {
        margin-top: 30px;
    }

    .navigation {
        padding: 10px 16px 0;
        line-height: 20px;
        height: auto;
        margin-top: 0;
    }

    .tab_com,
    .tab_com .list {
        width: 100%;
        display: block;
    }

    .tab_com {
        margin: 20px auto;
        /*padding: 0 16px;*/
        height: auto;
        text-align: center;
    }

    .tab_com ul li {
        font-size: 10px;
        display: inline-block;
        width: 32%;
        box-sizing: border-box;
        padding: 5px 0;
        margin-bottom: 5px;
    }

    .tab_com ul li a {
        display: block;
    }

    .en_ico {
        left: 40px !important;
    }

    .enent .en_date {
        font-size: 16px !important;
    }

    .newList {
        width: 100% !important;
    }

    .newList .article {
        margin: 0 !important;
    }

    .newList .article {
        margin: 0;
    }

    .newList .article li {
        line-height: 40px;
        border-bottom: 0;
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .newList .time {
        float: left;
        width: 100%;
    }

    .article {
        width: 100%;
    }

    .main .block15 {
        width: 100%;
        margin: 20px auto;
    }

    .main .block15 li {
        width: 100%;
        margin: 20px 0;
        padding-top: 65px;
    }

    #content li .img {
        height: 121px;
    }

    #content {
        width: 100%;
        margin: 0 auto;
        /*padding: 0 16px;*/
        display: block;
        min-height: auto;
    }

    #content li {
        width: 100%;
        margin-right: 0;
        height: auto;
        margin-top: 16px;
        padding: 20px 10px;
    }

    .bg_mg {
        /*padding: 0 16px;*/
        margin: 16px auto;
    }

    .bg_mg img {
        width: 100%;
    }

    .tuwenlist2 li {
        display: block;
    }

    .tuwenlist2 li .img {
        width: 100%;
    }

    .tuwenlist2 li .tw_con_box {
        padding: 15px;
    }

    .contentnav {
        margin-top: 25px;
    }

    .conten .con {
        width: 100%;
        margin: 0 auto;
    }

    .indexadlist2 .swiper-pagination {
        display: none;
    }

    .conten .con.width_dsj {
        width: 100%;
    }

    .jtxmpic {
        width: 1400px;
    }

    .map-responsive {
        width: 100%;
        overflow-x: scroll;
        height: 800px;
    }

    .conten .con.con.width_ptai {
        width: 100%;
    }

    .ywly_list .text {
        position: relative;
        background: #3475ca;
        margin-top: 10px;
    }

    .conten p {
        text-indent: 0;
    }

    .conten .con.width_dsj,
    .conten .con.width_ywbk {
        width: 100%;
    }

    /* 集团精英 */
    .jtyclist li .mark {
        display: none;
    }

    .jtyclist li {
        background: #f8f8f8;
    }

    .jtyclist li .text {
        background: unset;
        padding-left: 15px;
        justify-content: center;
    }

    .jtyclist li .item {
        padding: 15px;
    }

    /* 大事记 */

    .up_fzlcbox {
        grid-template-columns: 50px auto;
    }

    .up_fzlcbox .bd {
        max-height: 800px;
        background: url(../images/ico2.png) repeat-y 65px 0;
    }

    .up_fzlcbox .bd .name {
        padding-left: 80px;
    }

    .up_fzlcbox .bd .text {
        grid-template-columns: 50px auto;
    }

    .up_fzlcbox .bd .text .title {
        padding-left: 30px;
    }

    .up_fzlcbox .bd .name::before {
        left: 58px;
    }

    .up_fzlcbox .bd .text .month::after {
        right: -22px;
    }

    .up_fzlcbox .bd .text .title a {
        padding: 12px 10px;
        line-height: 1.7em;
        font-size: 14px;
    }

    /* ---------------- */

    .main-dqgz .item {
        width: 100%;
    }


}

@media all and (max-width: 1600px) {
    .header .nav>ul>li {}

    .header .cont {}
}

@media all and (min-width: 1024px) and (max-width: 1400px) {
    .layui-container {
        width: 95%;
    }

    .con-main {
        width: 95% !important;
        margin: 0 auto
    }

    .navMenu-item {
        width: 104px;
    }

    .nav-menu-content-sell {
        width: 100% !important;
    }

    .xwzx_hd li,
    .xwzx_hd2 li {
        margin-right: 65px;
    }

    .nav-menu-content-info {
        width: auto;
    }

    body {
        background-size: 135% auto;
    }

    .block15 {
        width: 100% !important;
    }

    .block15 li {
        width: 20% !important;
    }

    #focus_Box {
        width: 100%;
    }

    #focus_Box li.center {
        width: 595px;
    }

    .news_t_l {
        width: 630px;
    }

    .news_t_r {
        width: 600px;
    }

    .news_b_l {
        width: 610px;
    }

    .news_b_r {
        width: 610px;
    }

    .conten .con.width_dsj,
    .conten .con.width_ywbk,
    .conten .con.con.width_ptai {
        width: 100%;
    }

    #content li {
        width: 610px;
    }
}


@media all and (max-width: 768px) {
    .jtyclist li .text a.more {
        width: 85px;
        height: 30px;
        font-size: 12px;
    }

    .jtyclist li .text .title a {
        font-size: 18px;
    }

    .jtyclist li .text .title span {
        font-size: 14px;
        margin-left: 5px;
    }

    .jtyclist li .text .title {
        margin-top: 0;
    }

    .jtyclist li .text .desc {
        font-size: 12px;
        line-height: 20px;
    }

    .xwzx_hd,
    .xwzx_hd2 {
        height: 70px;
    }

    .xwzx_hd ul,
    .xwzx_hd2 ul {
        display: flex;
        flex-wrap: wrap;
    }

    .xwzx_hd li,
    .xwzx_hd2 li {
        line-height: 35px;
    }

    .xwzx_bd2 .xwzx_list li .title span {
        display: contents !important;
    }

    .advlistzt2 {
        height: 240px;
    }

    .advlistzt2 .swiper-slide {
        height: auto;
    }

    #bannerslide .swiper-pagination {
        bottom: 7px;
    }

}
