@charset "UTF-8";

body,
html {
    /* min-width: 0;
    height: 100%;
    overflow-x: hidden; */
    width: 100%;
    /* position: relative; */
    
}

.m-page {
    max-width: 750px;
    margin: 0 auto;
    /* */
    position: relative;
    /*height: 100%; */
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}


/*顶部*/
.m-header {
    position: fixed;
    width: 100%;
    /**/
    top: 4%;
    /* top: 0;padding-top: 10px; padding-bottom: 10px;*/
    max-width: 750px;
    z-index: 999990;
}

.m-header img {}

.m-header .m-logos {
    width: 22%;
    margin-left: 4%;
    float: left;
}

.m-navs span {}

.m-navs {
    width: 25px;
    margin-top: 2%;
    float: right;
    margin-right: 4%;
    position: relative;
}

.m-navs span {
    display: inline-block;
    width: 100%;
    margin-top: 7px;
    margin-bottom: 6px;
    height: 3px;
    overflow: hidden;
    border-radius: 3px;
    background: #fff;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.m-navs:after {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    left: 0;
    top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: translate3d(0, 0px, 0);
}

.m-navs:before {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: translate3d(0, 14px, 0);
}

.mnavs-active:after {
    /* animation:animenu1 500ms  1; */
    animation-fill-mode: forwards;
    transform: rotate3d(0, 0, 1, 45deg);
}

.mnavs-active:before {
    /*animation:animenu2 500ms  1; */
    animation-fill-mode: forwards;
    transform: rotate3d(0, 0, 1, -45deg);
}

.mnavs-active span {
    opacity: 0;
    transform: rotate3d(0, 0, 1, -45deg);
}

/*二级菜单*/
.m-submenus {
    background: rgba(255, 255, 255, 1);
    z-index: 99999;
    bottom: 100%;
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.m-submenus * {
    color: #000;
}

.m-logos img {
    display: block;
}

.m-logos span {
    display: none;
}

.header-active>.m-logos>img {
    display: none;
}

.header-active>.m-logos span {
    display: block;
}

.header-active .m-navs:after,
.header-active .m-navs:before {
    background: #000;
}


.ny .m-navs:after,
.ny .m-navs:before {
    background: #ccc;
}

.submenus-active {
    bottom: 0;
}

.m-submenus ul {
    padding-top: 115px;
    padding-left: 60px;
    display: block;
}

.m-submenus ul li,
.m-submenus ul li * {
    font-size: 20px;
    color: #333;
}

.m-submenus ul li {
    line-height: 280%;
    opacity: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition-delay: .4s;
}

.submenus-active ul li {
    opacity: 1;
    transition-delay: .4s;
}

.m-submenus ul li.cr a {
    background: url(../images/nav_line.png) bottom right no-repeat;
    background-size: 100% 3px;
    padding-bottom: 0;
    display: inline-block;
    line-height: 200%;
    color: #ef7d24;
}


.m_text1 {
    position: absolute;
    top: 35%;
    left: 4%;
    z-index: 999;
}

.m_text1 * {
    color: #fff;
}

.m_text1 h3 {
    line-height: 150%;
    font-size: 36px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: inline-block;
    background: url(../images/text_line.png) right bottom no-repeat;
    background-size: auto 2px;
}

.m_text1 span {
    display: block;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 150%;
}

.ms-more a {
    background: url(../images/ms-more.png) right center no-repeat;
    display: inline-block;
    background-size: 18px auto;
    padding-right: 25px;
    font-size: 12px;
}

/*第二屏*/
.letters {
    text-align: center;
    margin-top: -25%;
}

.letters img {
    width: 40%;
}

.m-tits {
    font-size: 18px;
    color: #333;
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: 4%;
    margin-right: 4%;
}

.m-pd {
    padding: 0 4%;
}

.m-cnt,
.m-cnt * {
    color: #333;
    font-size: 14px;
    line-height: 180%;
}

.m-research .item-cell {
    width: 33.3%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}

.m-research {
    margin-top: 30px;
}

.m-research .item-cell:nth-last-child(1),
.m-research .item-cell:nth-last-child(2) {
    width: 50%;
}

.m-research .item-cell .item-tit {
    color: #7a7a7a;
    font-size: 12px;
    margin-top: 2px;
}

.m-research .item-cell .item-pic img {
    width: 40px;
}

/*第三屏幕*/
.m-creat {
    padding: 0 2%;
    position: relative;
}

.m-creat .item-cell {
    padding: 10px;
    box-sizing: border-box;
}

.m-creat .item-cell * {
    color: #333;
    font-size: 14px;
}

.m-creat .item-cell .item-tits {
    box-shadow: -5px 0 5px rgba(126, 152, 255, 0.06), 5px 0 5px rgba(126, 152, 255, 0.06), 0 -5px 5px rgba(126, 152, 255, 0.06), 0 5px 5px rgba(126, 152, 255, 0.06);
    padding: 20px 20px 45px 20px;
}

.m-swiper-container-1 * {
    height: auto !important;
}

.m-swiper-container-1 .swiper-pagination {
    position: absolute;
    text-align: center;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 888;
}

.m-swiper-container-1 .swiper-pagination span {
    width: 6px !important;
    height: 6px !important;
    margin: 0 2px;
    border-radius: 6px;
    display: inline-block;
    background: #fff;
    border: 2px solid #ef7d24;
}

.m-swiper-container-1 .swiper-pagination span.swiper-active-switch,
.m-swiper-container-1 .swiper-pagination span.swiper-pagination-bullet-active {
    background: #ef7d24 !important;
}

.letters2 {
    margin-top: -22%;
}

.m-mores2 {
    font-size: 12px;
    margin-top: 2px;
    float: right;
    background: url(../images/m_moreico.png) right center no-repeat;
    background-size: 16px auto;
    padding-right: 22px;
    display: inline-block;
}

/*第四屏*/
.m-videopic {
    position: relative;
    margin-top: 20px;
    width: 50%;
    max-width: 17030px;
}

.m-videopic img {
    display: block;
}

.m-videopic .mvideoico {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
}

.m-videopic .mvideoico img {
    width: 30px;
    height: 30px;
}

.m-tits2 {
    font-size: 18px;
    color: #333;
    margin-top: 15px;
    margin-bottom: 0px;
}

.m-desc1 {
    color: #666;
}

/*第五屏*/
.letters3 {
    margin-top: -27%;
}

.m-news-1 {}

.m-news-1 .item-cell {
    padding-left: 60px;
    position: relative;
    min-height: 60px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}

.m-news-1 .item-cell .item-data {
    position: absolute;
    left: 0;
    top: 0;
}

.m-news-1 .item-cell .item-data span {
    font-size: 16px;
    font-weight: bold;
    display: block;
}

.m-news-1 .item-cell .item-data em {
    font-size: 12px;
    color: #333;
}

.m-news-1 .item-cell .item-tit * {
    font-size: 14px;
    color: #333;
}

.m-news-1 .item-cell .item-desc {
    margin-top: 10px;
}

.m-news-1 .item-cell .item-desc * {
    font-size: 14px;
    color: #666;
}

/*第六屏*/
.letters4 {
    margin-top: -24%;
}

.m-talent {
    margin-top: 20px;
}

.m-talent .item-cell {
    display: -webkit-box;
    display: box;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.m-talent .item-cnt {
    -moz-box-flex: 1.0;
    /* Firefox */
    -webkit-box-flex: 1.0;
    /* Safari 和 Chrome */
    box-flex: 1.0;
    display: block;
}

.m-talent .item-pic {
    width: 120px;
    margin-right: 20px;
}

.m-talent .item-pic img {
    height: auto;
    width: auto;
}

.m-talent .item-tit * {
    font-size: 16px;
    color: #333;
}

.m-talent .item-tit {}

.m-talent .item-desc {
    margin-top: 5px;
}

.m-talent .item-desc * {
    color: #666;
    font-size: 12px;
}

/*第八屏*/
.page-bg {}

.m-fotcnt {
    position: absolute;
    top: 14%;
    width: 100%;
    z-index: 88;
}

.fot-tits {
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.m-blinks {
    display: -webkit-box;
    display: box;
    margin-bottom: 15px;
}

.m-blinks span {
    color: #fff;
}

.blinks-pic {
    moz-box-flex: 1.0;
    /* Firefox */
    -webkit-box-flex: 1.0;
    /* Safari 和 Chrome */
    box-flex: 1.0;
    display: block;
    margin-right: -25px;
}

.blinks-pic img {
    height: 35px !important;
    width: auto;
    opacity: .7;
}

.blinks-pic a {
    margin-right: 25px;
}

.blinks-pic a:nth-child(2n+2) {}

.m-blinks span {
    min-width: 100px;
    padding-top: 5px;
    display: block;
    color: #c7c6c5;
}

.blinks-pic select {
    appearance: none;
    width: 210px;
    color: #b8b8b8;
    z-index: 9;
    position: relative;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 35px;
    padding: 0 10px;
    background: none;
    border: 1px solid #95928f;
}

.links-sec {
    position: relative;
    display: inline-block;
}

.links-sec:after {
    content: "";
    display: block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #9f9c9b;
    width: 0;
    height: 0;
    position: absolute;
    right: 8px;
    top: 15px;
}

.w-codes {
    color: #bdbcbc;
    border-bottom: 1px solid #514e4a;
    border-top: 1px solid #514e4a;
    overflow: hidden;
    padding: 12px 0;
    margin: 25px 4%;
}

.w-codes img {
    width: 25px;
    vertical-align: middle;
    margin-right: 10px;
}

.w-codes .item-cell {
    float: left;
    margin-right: 30px;
}

.fot-cnts {
    color: #fff;
    opacity: .5;
    line-height: 180%;
}

/*动效*/
.m-page {}

/*.m-page{ opacity: 0; height: 0;  transition:all 0.2s;-webkit-transition:all 0.2s; }
.page-active{ opacity: 1; height: auto;}*/



@media screen and (max-width: 340px) {}

@media screen and (max-width: 1600px) {
/*     .business .bus_list {
        padding: 0 0px;
    } */

/*     .map {
        background: url("../images/map2.png") no-repeat left center;
        background-size: 100% auto;
        width: 100%;
        height: 300px;
        position: relative;
    } */

/*     .map .item_cell {
        width: 500px;
        float: left;
        padding-left: 0;
        padding-top: 5%;
        text-align: right;
    } */
}

@media screen and (max-width: 1300px) {
/*     .business .bus_list {
        padding: 0 0px;
    }

    .map {
        background: url("../images/map1.png") no-repeat left center;
        background-size: 100% auto;
        width: 100%;
        height: 392px;
        position: relative;
    }

    .map .item_cell {
        width: 500px;
        float: left;
        padding-left: 0;
        padding-top: 5%;
        text-align: right;
    } */
}

@media screen and (max-width: 480px) {
.aboutsnums{ font-size: 20px;}	
	
	
.mdabouts .aboutsimg{ width: auto;}
.mdabouts{ display: block; margin-bottom: 0;}
.brief_intro .desc{ width: auto; padding: 20px 0; box-shadow: none;  background:none;  margin-left: 0; margin-top: 0;}
    /*banner图*/
    .banner {
        display: none;
    }

    .m_banner {
        display: block;
    }

    .m_banner .swiper-wrapper {
        width: 100%;
        height: auto;
    }

    .m_banner .swiper-container-6 .swiper-pagination {
        bottom: 30px !important;
    }

    .m_banner .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background: #fff;
        opacity: 0.5;
        margin: 0 10px !important;

    }

    .swiper-container-6 {
        position: relative;
    }

    .m_banner .swiper-pagination-bullet-active {
        background-color: #fff;
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .m_banner {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .m_banner .swiper-button-prev {
        left: 20px;
        width: 20px;
        height: 38px;
        margin-top: 1;
        background: url("../images/arrow_left.png") no-repeat;
        background-size: 20px auto;
        transition: background-image .15s
    }

    .m_banner .swiper-button-next {
        right: 20px;
        width: 20px;
        height: 38px;
        margin-top: 1;
        background: url("../images/arrow_right.png") no-repeat;
        background-size: 20px auto;
        transition: background-image .15s
    }

    /*banner图*/
    .maplist {
        display: none;
    }

    .wrap-layer,
    .wrap-layer1 {
        width: 96%;
        margin: 0 2%;
      
    }

    .common_tit::before {
        content: "";
        width: 0;
        height: 0px;
    }

    .common_tit::after {
        content: "";
        width: 0;
        height: 0;
    }

    .common_tit a {
        left: 34%;
        top: 0px;
    }

    .common_tit {
        margin-top: 10px;
        background-size: 75px;
        font-size: 18px;
        height: 80px;
        line-height: 80px;
        margin-bottom:30px;
    }

    .party_build .build_tit .build {
        line-height: 40px;
        font-size: 16px;
    }

    .party_build .build_tit .more {
        line-height: 40px;
        padding-right: 10px;
        font-size: 14px;
    }

    .party_build .par_news_list {
        margin-right: -2%;
    }

    .party_build .par_news_list  .item_cell {
        margin-right: 2%;
        width: 48%;
        margin-bottom: 10px;
    }
    .party_build .par_news_list .item_cell .iten_pic{
        width: 100%;
        height: auto;
    }
    .party_build .par_news_list .item_cell .iten_pic img{
        width: 100%;
        height: auto;
    }
    .brief_intro .desc {
        height: auto;
        font-size: 16px;
        margin: 0 0 20px;
        width:100%;
        line-height:25px;
    }

    .news .news_tab {
        margin-top: 10px;
    }

    .news .news_tab,
    .party_build .build_tit {
        height: 40px;
        line-height: 40px;
        background-image: none;
    }

    .news .news_tab ul li {
        height: 40px;
        line-height: 40px;
        padding: 0 5px;
        font-size:14px;
    }

    .news .news_tab ul li::before {
        background: none;
    }

    .news .news_tab .more {
        float: right;
        padding-right: 10px;
        font-size: 14px;
        line-height: 40px;
    }

    .news_list .left {
        float: none;
        width: 100%;
    }

    .news_list .left .item_cell {
        position: relative;
        width: 100%;
        height: auto;
    }

    .news_list .left .item_cell .item_pic {
        width: 100%;
        height: auto;
    }

    .news_list .left .item_cell .item_pic img {
        width: 100%;
        height: auto;
    }

    .news_list .left .item_cell .item_cnt .desc {
        width: 70%;
    }

    .news_list .left .item_cell .item_date {
        padding: 20px 0;
        bottom: 20px;
    }

    .news_list .right .news-list .item_cell {
        border: none;
        width: 99%;
        margin-bottom: 5px;
        height: 80px;
        margin-top: 15px;
    }

    .news_list .right {
        float: none;
        width: 100%;
        position: relative;
    }

    .news_list .right::before {
        content: "";
        width: 0;
        height: 0;
    }

    .news_list .right .news-list .item_cell::before {
        content: "";
        width: 0;
        height: 0;
        background-color: none;
        border: none;
    }

    .news_list .right .news-list .item_cell:hover::before {
        border: none;
        width: 0px;
        height: 0px;
    }

    .news_list .right .news-list {
        padding-left: 0;
        margin-top: 15px;
    }

    .news_list .right .news-list .item_cell .item_cnt {
        width: 75%;
    }

    .news_list .right .news-list .item_cell .item_date {
        float: left;
        width: 20%;
        border-right: 1px solid #cfcfcf;
        height: 65px;
        text-align: center;
        padding: 10px 0 5px;
    }

    .news_list .right .news-list .item_cell .item_cnt .item_tit {
        font-size: 16px;
        height: 25px;
        line-height: 25px;
    }

    .news_list .right .news-list .item_cell .item_cnt .desc {
        font-size: 14px;
    }

    .H45 {
        height: 10px;
    }

    .H35 {
        height: 10px;
    }

    .party_build .par_news_list .item_cell .item_tit {
        font-size: 16px;
        height: 25px;
        line-height: 25px;

    }

    .party_build .par_news_list .item_cell .date {
        height: 25px;
    }

    .party_build .par_news_list .item_cell .date,
    .party_build .par_news_list .item_cell .desc {
        font-size: 14px;
        line-height: 25px;
    }

    .party_build .par_news_list .item_cell .desc {
        margin-bottom: 10px;
    }

    .party_build .par_news_list .item_cell .arrow_right a {
        background: url(../images/icon1.png) no-repeat left;
        background-size: 20px;
        width: 20px;
        height: 20px;
    }

    .brief_intro {
        background-color: #fafafa;
        padding-top: 0px;
        padding-bottom: 10px;
    }
    .brief_intro .brief {
    text-align: left;
}

    .brief_intro .item_cell {
       
        width: 48%;
        margin: 0px 0 15px;
        padding: 0 12px;
        box-sizing: border-box;
    }

    .brief_intro .item_cell .item_cnt {
        width: 130px;
        height: 130px;
    }

    .brief_intro .item_cell .item_cnt .tit {
        transform: rotate(45deg);
        width: 120px;
        height: 120px;
        border: 5px solid #fff;
        border-radius: 100%;
        text-align: center;
        line-height: 120px;
        font-size: 18px;
        color: #c9151e;
    }

    .brief_intro .item_cell .item_cnt .tit span {
        font-size: 30px;
    }

    .brief_intro .item_cell .item_tit {
        margin-top: 5px;
        height: 60px;
        line-height: 30px;
        font-size: 16px;
        overflow: hidden;
        text-align: center;
    }

    .brief_intro .item_cell .item_tit span {
        font-size: 20px;
    }

    .business .wrap-layer {
       
        max-width: 100%;
        padding: 10px 0 15px;
    }

    .business .desc {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        font-size: 16px;
        color: #363636;
        height: auto;
        line-height: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .business .bus_list {
       text-align:left;
    }

    .business .bus_list .item_cell {
        width: 45%;
        margin:0 2%;
        height: 200px;
        margin-bottom: 15px;
      
    }

    .business .bus_list .item_cell .item_pic {
        width: 70px;
        height: 70px;
    }

    .business .bus_list .item_cell .item_pic img {
        width: 50px;
        height: auto;
    }

    .business .bus_list .item_cell:nth-child(2n+1) .item_pic img,
    .business .bus_list .item_cell:nth-child(2n+2) .item_pic img {
        padding-top: 15px;
    }

    .business .bus_list .item_cell:nth-child(3) .item_pic img {
        padding-top: 10px;
    }

    .ac .item_pic::before {
        content: "";
        border: 0px solid #c9151e;
    }
 

    /*-----------------------------------------*/
    .swiper-container-9 .swiper-wrapper,
    .swiper-container-4 .swiper-wrapper,
    .swiper-container-5 .swiper-wrapper {
        width: 100%;
        height: 280px;
        margin: 0 auto;
    }
    .swiper-container-9 .swiper-pagination,
    .swiper-container-4 .swiper-pagination,
    .swiper-container-5 .swiper-pagination {
        bottom: 10px !important;
    }
    .swiper-container-9 .swiper-pagination-bullet,
    .swiper-container-4 .swiper-pagination-bullet,
    .swiper-container-5 .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background: #aaabad;
        opacity: 0.5;
        margin: 0 10px !important;

    }
    .swiper-container-9,
    .swiper-container-4,
    .swiper-container-5 {
        position: relative;
    }

    .swiper-container-4 .swiper-pagination-bullet-active,
    .swiper-container-5 .swiper-pagination-bullet-active {
        background-color: #c9151e;
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .swiper-container-4 .swiper-button-prev,
    .swiper-container-5 .swiper-button-prev {
        left: 0px;
        width: 31px;
        height: 58px;
        margin-top: 1;
        background: url("../images/arrow_left1.png") no-repeat;
        background-size: cover;
        transition: background-image .15s
    }

    .swiper-container-4 .swiper-button-next,
    .swiper-container-5 .swiper-button-next {
        right: 0px;
        width: 31px;
        height: 58px;
        margin-top: 1;
        background: url("../images/arrow_right1.png") no-repeat;
        background-size: cover;
        transition: background-image .15s
    }

    .swiper-container-4 .swiper-wrapper .swiper-slide,
    .swiper-container-5 .swiper-wrapper .swiper-slide {
        width: 100% !important;
        height: auto;
        margin-top: 30px;
    }

    .swiper-container-4 .swiper-wrapper .swiper-slide ul li,
    .swiper-container-5 .swiper-wrapper .swiper-slide ul li {
        float: left;
        width: 100%;
        height: auto;
    }

    .swiper-container-4 .swiper-wrapper .swiper-slide img,
    .swiper-container-5 .swiper-wrapper .swiper-slide img {
        width: 100%;
        height: auto;
    }

    .brand_tabs .hid .events-cnts .desc {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        margin-top: 40px;
        font-size: 16px;
    }

    .map {
        background: url(../images/phone_map.png) no-repeat left center;
        background-size: 100% auto;
        width: 100%;
        height: 122px;
        position: relative;
    }

    .map .item_cell {
        width: 54.8309%;
        padding-top: 2%;
    }

    .map .item_cell .item_desc {
        font-size: 12px;
        line-height: 20px;
        max-height: 80px;
        overflow: hidden;
    }

    .map .item_cell .tit {
        font-size: 18px;
        color: #fff;
        line-height: 30px;
        height: 30px;
        overflow: hidden;
    }

    .business {
        height: auto;
        padding-bottom: 30px;
    }

    .map::before {
        content: "";
        left: 15.4375%;
        top: -14px;
        border: 15px solid #c9151e;
        border-bottom-color: #c9151e;
        border-top: none;
        border-left-color: transparent;
        border-right-color: transparent;
    }

    footer .footer {
        height: auto;
        
    	padding: 20px 0 20px;
    }

    footer .footer .left .logo,
    footer .footer .left,
    footer .footer .right,
    footer .footer .left ul {
        float: none;
    }

    footer .footer .left .logo {
        margin-bottom: 20px;
        text-align: center;
    }
    footer .footer .left .logo img{
        width:130px;
        height: auto;
    }
    .bg-grey .page{
        margin-top:20px;
    }
    footer {
        width: 100%;
    }

    footer ul li {
        text-align: left;
    }

    footer .footer .right ul {
        margin-left: 57px;
    }

    footer .bottom {
        height: 70px;
    }

    footer .bottom p {
        line-height:21px;
        font-size: 14px;
        padding-top:15px;
    }

    /*-------------------------------------------------------------------------------------*/
    .cor_tab ul li:hover::before,
    .cor_tab ul .active::before {
        background: none;
    }

    .cor .cor_list .item-cell .item-cnt {
        width: 100%;
        margin-left: 0px;
        float: left;
    }

    .cor .cor_list .item-cell .item-pic {
        width: 100%;
        height: auto;
        overflow: hidden;
        float: left;
    }
    .cor_tab ul {
        display: flex;
        flex-wrap: wrap;
		justify-content: flex-start;
    }
    .cor_tab ul li {
        float: none;
        width: 48%;
        margin:5px 1px;
    }

    .banner-cnt img {
        height: 120px;
    }
    .brand {
        background:#fff;
    }
    .cor {
        margin-top: 15px;
    }

    .publicity {
        width: 100%;
    }

    .open {
        width: 100%;
    }

    .open .item-cell .item-pic,
    .par_newslist .honest_admin .item-cell .item-pic {
        width: 40%;
        height: auto;
        float: left;
    }

    .open .item-cell .item-cnt,
    .par_newslist .honest_admin .item-cell .item-cnt {
        margin-left: 2%;
        width: 58%;
        float: left;
        height: 85px;
        overflow: hidden;
    }
    .orga-tit{
        font-size:18px;
    }
    .news_center .news_desc{
        margin-bottom:20px;
        padding-top:0;
    }
    .open .item-cell .item-cnt .item-tit,
    .par_newslist .honest_admin .item-cell .item-cnt .item-tit {
        font-size: 16px;
        height: 25px;
        line-height: 25px;
    }

    .open .item-cell .item-cnt .item-date,
    .par_newslist .honest_admin .item-cell .item-cnt .item-date {
        color: #ccc;
        padding-left: 15px;
        height: 20px;
        line-height: 20px;
        background: url(../images/djjy_icon.png) no-repeat left center;
        background-size: 10px auto;
        font-size: 12px;
    }

    .open .item-cell .item-cnt .item-desc,
    .par_newslist .honest_admin .item-cell .item-cnt .item-desc {
        overflow: hidden;
    }

    .open ul,
    .par_newslist .honest_admin ul {
        margin-top: 0px;
        padding: 10px 5px;
    }

    .open ul li,
    .par_newslist .honest_admin ul li {
        height: 45px;
        line-height: 45px;
        width: 100%;
    }

    .open ul li em,
    .par_newslist .honest_admin ul li em {
        width: 73.4862%;
        overflow: hidden;
    }

    .open ul li span,
    .par_newslist .honest_admin ul li span {
        width: 25.5184%;
    }

    .open ul li a,
    .par_newslist .honest_admin ul li a {
        display: block;
        height: 45px;
        line-height: 45px;
    }

    .gery_bg {
        padding-top: 10px;
    }

    .M30 {
        margin-left: 0;
        margin-top: 15px;
    }

    .open1 ul li span {
        width: 10.6666%;
        padding-left: 6.6666%;
    }

    .news_center .news_desc .item-pic {
        width: 100%;
        height: auto;
        float: none;
    }

    .news_center .news_desc .item-pic img {
        width: 100%;
        height: 100%;
    }

    .news_center .news_desc .item-cnt {
        width: 100%;
        margin-left: 0;
        float: left;
    }

    .news_center .news_desc .item-cnt .item-tit {
        margin: 5px 0;
        font-size: 20px;
        height: auto;
    }

    .news_center .news_desc .item-cnt .item-timer {
        margin-bottom: 5px;
    }

    .news_center .news_desc .item-cnt .item-desc {
        font-size: 14px;
    }

    .news_center .news_desc .item-cnt .item-more {
        margin-top: 15px;
    }

    .news_cen .news_cen_list {
        margin-right: -2%;
    }

    .news_cen .news_cen_list .item-cell {
        width: 48%;
        float: left;
        margin-right: 2%;
        margin-top: 10px;
    }

    .news_cen .news_cen_list .item-cell .item-pic {
        width: 100%;
        height: 130px;
        overflow: hidden;
    }
    .news_cen .news_cen_list .item-cell .item-pic img {
        width: auto;
        height: 100%;
    }

    .news_cen .news_cen_list .item-cell .item-cnt {
        padding: 1.5%;
    }

    .news_cen .news_cen_list .item-cell .item-cnt .item-tit {
        width: 97%;
        font-size: 18px;
        margin-bottom: 5px;
        font-weight: 400;
        height: 25px;
        line-height: 25px;
    }

    .news_cen .news_cen_list .item-cell .item-cnt .item-desc {
        overflow: hidden;
    }

    .news_cen .news_cen_list .item-cell .item_date {
        height: 30px;
        line-height: 30px;
        padding: 0 1.5%;
        border: 1px solid #eee;
    }

    .page .zh a span {
        width: 60px;
    }

    .page li.prev a span,
    .page li.next a span {
        width: 20px;
    }

    .page li.prev a:after,
    .page li.next a:after {
        width: 20px;
    }

    .page li {
        margin: 0 1px;
    }

    .news_details .item-cell .item-tit {
        margin: 25px 0;
    }

    .news_details .item-cell .item-desc img,.news_details .item-cell .item-desc p img {
        width: 100%!important;
        height:auto!important;
        margin-bottom: 10px;
    }

    .news_details .item-cell .item-desc {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .news_details .item-cell .item-desc p {
        font-size: 14px;
        line-height: 25px;
    }

    .banner-cnt1 img {
        height: 140px;
    }

    .party_building .build_tit {
        margin-top: 10px;
    }

    .orga .left {
        width: 100%;
        height: auto;
        float: none;
        position: relative;
    }

    .orga {
        margin-top: 10px;
    }

    .orga .left .pic img {
        width: 100%;
        height: 100%;
    }

    .orga .left .tit {
        width: 90%;
        bottom: 5px;
        font-size: 16px;
    }

    .orga .right {
        width: 100%;
        float: none;
        margin-left: 0px;
        margin-top: 10px;
    }

    .orga-tit,
    .par_newslist .orga-tit {
        width: 86.3334% !important;
        padding-left: 13.6666%;
    }

    .orga-tit::before {
        left: 0;
    }

    .party_building .build_tit .zh {
        border: none;
    }

    .party_building .build_tit .zh::before,
    .cor_tit .zh::before {
        left: 46%;
    }

    .orga .right ul li {
        margin-left: 4.5%;
        width: 95.5%;
    }

    .orga .right ul li em {
        width: 70%;
        overflow: hidden;
    }

    .orga .right ul li span {
        width: 25%;
    }

    .par_newslist .honest_admin {
        width: 100%;
        margin-left: 0px;
    }

    .par_newslist {
        margin-top: 15px;
    }

    .cor_tit .zh {
        border-bottom: none;
    }

    .culture .item-cell .item-left,
    .culture .item-cell .item-right {
        width: 0;
    }

    .culture .item-cell {
        width: 100%;
    }

    .culture .item-cell .wrap-layer {
        height: auto;
    }

    .culture .cell-left .item-pic,
    .culture .cell-right .item-pic {
        width: 100%;
        height: auto;
        float: left;
    }

    .culture .cell-left .item-pic img,
    .culture .cell-right .item-pic img {
        width: 100%;
        height: 100%;
    }

    .culture .item-cell .item-cnt {
        width: 84%;
        margin-left: 0px;
        margin-top: 10px;
        height: auto;
        padding-left: 14%;
        padding-right: 2%;
        min-height: 280px;
    }

    .culture .item-cell .item-cnt .item-ftit {
        margin: 5px 0 5px;
    }

    .culture .item-cell .item-cnt .item-tit {
        margin-top: 15px;
        font-size: 20px;
        height: 30px;
        line-height: 30px;
    }

    .enterprise .item-cell .item-pic {
        width: 100%;
        height: auto;
        float: left;
    }

    .enterprise .item-cell .item-cnt {
        width: 94%;
        padding: 2.6666% 10px;
        margin-left: 0px;
        background-color: #f5f5f5;
        float: left;
        margin-top: 10px;
    }

    .enter_qual .one_list {
        margin-right:0;
        margin-top: 20px;
        padding-left: 0;
    }

    .enter_qual .one_list li {
        margin:10px;
        width: 40%;
        height: 100px;
    }

    .enter_qual .two_list {
        margin-top: 0px;
        padding-left: 0;
    }

    .enter_qual .two_list li {
        width: 40%;
        height: 100px;
        margin:10px;
    }

    .enterprise .introduce {
        padding-bottom: 10px;
        padding-top: 5px;
        margin-top: 5px;
    }

    .enter_qual .wrap-layer {
        margin-bottom: 10px;
    }

    .btnMode {
        display: none;
    }

    .phone_swiper {
        display: block;
    }

    .enterprise .introduce .wrap-layer>div {
        float: left;
        margin-top: 0;
        margin-left: 0px;
    }

    .enterprise .swiper-container-7 {
        width: 100%;
        position: relative;
    }

    .enterprise .swiper-container-7 .item-cell .item-pic {
        width: 100%;
        height: auto;
        text-align: center;
    }

    .enterprise .swiper-container-7 .item-cell .item-pic img {
        width: 170px;
        height: 170px;
    }

    .enterprise .swiper-container-7 .item-cell {
        margin-top: 10px;
    }

    .enterprise .swiper-container-7 .swiper-button-next,
    .enterprise .swiper-container-7 .swiper-button-prev {
        top: 30%;
    }

    .bg-grey .item-cnt .item-tit {
        height: auto;
    }
    .bg-grey .item-cnt .item-desc{
        font-size:14px;
    }

    /*-------------------------------------------------------------------------------------------*/
    .swiper-container-2 .swiper-slide img{
        max-width: 100%;
    }
    .news_download .news_lists .open ul li em{
        width: 70%;
    }
    .example-image-link {
		width: 44%;
		height: 120px;
    }
    .example-image-link {
		margin: 10px 1%;
    }
    .example-image{max-width: 100%;}
    .model_worker .item-cell {
		width: 100%;
		margin-right: 0;
	}

	.model_worker .item-cell .item-desc {
		width: 90%;
    }
    .bg-grey {
        margin-top: 15px;
        padding-top: 15px;
    }

    .bg-grey .item-cell {
        padding: 5px 15px 10px;
    }

    .bg-grey .item-date {
        width: 13.5561%;
        padding: 12px 0 10px;
    }

    .bg-grey .item-cnt {
        float: left;
        margin-left: 3.9625%;
        width: 82.4814%;
    }
    .brand .build_tit .desc {
        padding: 0;
        font-size: 16px;
    }
    .brand_tab{
        height:auto;
        margin-left: 5px;
    }
    .brand_tab li {
        display: inline-block;
        width: 95px;
        text-align: center;
        height:auto;
        line-height:20px;
        border: 1px solid #ddd;
        margin-bottom: 10px;
        margin-left: -5px;
        padding: 5px 10px;
        background-color: #fff;
        font-size:14px;
    }


    /* ---------- */
    .swiper-container-8,
    .swiper-container-7,.swiper-container-1,
    .swiper-container-3 {     
        width:auto;
    }

    .swiper-container-8 .swiper-wrapper .swiper-slide,
    .swiper-container-7 .swiper-wrapper .swiper-slide,
    .swiper-container-1 .swiper-wrapper .swiper-slide,
    .swiper-container-3 .swiper-wrapper .swiper-slide {
        text-align: center;
    }
  
    .swiper-container-8 .swiper-wrapper .swiper-slide ul li,
    .swiper-container-7 .swiper-wrapper .swiper-slide ul li,
    .swiper-container-1 .swiper-wrapper .swiper-slide ul li,
    .swiper-container-3 .swiper-wrapper .swiper-slide ul li {
        width: 45%;
        height: 70px;
        margin:5px 0;
    }

    .news_center .news_lists .news_descs .pic{
        float:left;
        margin-right:10px;
        width:140px;
        height: auto;
    }
    .news_center .news_lists .news_descs .item-cnt .item-tit{
        font-size:16px;
        line-height:25px;
        font-weight:normal;
        max-width:auto ;
    }
    .news_center .news_lists .news_descs .item-cnt .item-desc{
        display: none;
    }
    .news_center .news_lists .news_descs .item-cnt .item-date{
        font-size:14px;
    }
    .news_center .news_lists .news_descs{
        padding-top:0;
    }

    .news_center_tab{
        margin:10px 0 0;
        height: auto;
    }
   
    .news_center_tab ul {
        width:100%;
        text-align: center;
    }
    
    .news_center_tab ul li {
        display: inline-block;
        width:auto;
        height: 35px;
        line-height: 35px;
        padding:0 13px;
        margin-bottom:15px;
        font-size:16px;
    }
    .news_cen{
        padding-top:15px;
    }
	
	.responsive-tables table{ border:none;}
.responsive-tables table thead{ display:none;}
.responsive-tables table tr{ display:block;background:#fdfdfd; border-radius:5px;  padding:0 15px; border:1px solid #eee;  margin:0 0 15px 0;}
.responsive-tables table td{background:#fdfdfd; display:block; min-height:46px; position:relative; text-align:right; height:100%; overflow:hidden; border:none; border-bottom:1px solid #eee; padding-left:100px;box-sizing:border-box; }
.responsive-tables table tr td:nth-last-child(1) { border-bottom:none;}
.responsive-tables table td:before {content: attr(data-label);text-align:left;padding-right:20px;width:90px;text-transform: uppercase;font-weight: bold;position:absolute; left:0px; top:12px;color:#000;}
.responsive-tables td.opts{ text-align:center;}
.responsive-tables td.opts a{ display:inline-block; font-size:12px; border:1px solid #c00; background:#fff; color:#f00; padding:5px 5px; min-width:60px; margin:0 2px; border-radius:30px; margin-bottom:5px;}
.responsive-tables td.opts:before{ display:none;}
.responsive-tables td.opts{ border-bottom:none; margin-bottom:0; padding-bottom:0; padding-left:0; padding-bottom:8px;}
.text-L{ text-align:right!important;}
.text-C{ text-align:right!important;}
.opts.text-C{ text-align:center!important;}
}

/*äººæ‰æ‹›è˜*/
.mod-jobinfos h3{ font-size: 32px; text-align: center; margin-bottom: 20px; line-height: 150%;}
.mod-jobinfos h3{ font-size: 32px; text-align: center; margin-bottom: 20px; line-height: 150%;}
.job-in{ margin-top: 20px; margin-bottom: 20px; padding: 20px; background: #fafafa;}
.job-in ul{display: flex;flex-wrap: wrap;margin:0;padding-left: 10px;}
.job-in ul li{ width: 33%;
    margin: 5px 0 5px;
    font-size: 16px;
    line-height: 2;} 
.job-in ul li span{ padding-right: 8px; color: #666;}
.job-in ul li cite{ color: #000;}
.job-infos{ font-size: 16px; padding-top: 20px;}
	
	
  .job-in ul li{ width: 50%; font-size: 14px;}
	.job-in{ padding: 10px;}
	.mod-jobinfos h3{ font-size: 24px;}
	.responsive-tables .gw *, .responsive-tables .gw{ font-size: 16px;}
	.responsive-tables table td:before{ line-height: 200%;}
	.responsive-tables table td{ text-align: left!important;}
	.responsive-tables a.views{ line-height: 18px;    height: 18px;}
	
	.my-page .page-bt a{width: 98px;}


	
	body,
html { overflow-x: hidden;}

	
}

@media screen and (max-width: 375px) {
    .map {
        height: 109px;
    }

    .map .item_cell .item_desc {
        max-height: 60px;
        overflow: hidden;
    }
}