@charset "utf-8";

/* ================================================================================= */
/* mobile style */
/* ================================================================================= */



/* 小于880px的自适应样式 */
@media screen and (max-width: 880px) {
    html {
        font-size: 14px;
    }

    .web {
        display: none !important;
    }

    .hfive {
        display: block;
    }

    .common_width {
        max-width: 750px;
        width: 100%;
        padding: 0 4%;
    }

    .cr_title {
        width: 100%;
    }

    .list_nav {
        padding-top: 30px;
        position: fixed;
        right: -80vw;
        top: 0;
        bottom: 0;
        width: 80vw;
        background-color: #FFFFFF;
        flex-direction: column;
        justify-content: unset;
        transition: all 0.3s;
        overflow-y: auto;
        z-index: 99;
    }

    .open .list_nav {
        right: 0;
    }

    .list_nav .lv1 {
        color: #333;
    }

    .page_top {
        height: 60px;
        background-color: #fff;
    }

    .logo {
        width: auto;
        padding: 4px 0;
    }

    .head-logo {
        padding: 0;
    }

    .head-logo img {
        height: 42px;
    }

    .page_top_fix {
        padding: 5px 0;
        background-color: #fff;
    }

    .menu-btn {
        margin-top: -15px;
        position: absolute;
        top: 50%;
        right: 20px;
        width: 28px;
        height: 26px;
        z-index: 999;
    }

    .menu-btn i,
    .menu-btn::before,
    .menu-btn::after {
        position: absolute;
        width: 28px;
        height: 4px;
        border-radius: 4px;
        background-color: #333;
        transform-origin: center;
        transition: all 0.3s;
    }

    .menu-btn::before,
    .menu-btn::after {
        content: "";
    }

    .menu-btn i {
        top: 50%;
        margin-top: -2px;
    }

    .menu-btn::before {
        top: 0;
    }

    .menu-btn::after {
        bottom: 0;
    }

    .open .menu-btn i {
        display: none;
    }

    .open .menu-btn::before {
        top: 50%;
        margin-top: -2px;
        transform: rotate(-315deg);
    }

    .open .menu-btn::after {
        top: 50%;
        margin-top: -2px;
        transform: rotate(315deg);
    }

    .open .mask {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, .6);
    }

    .module_banner {
        min-height: unset;
        height: 80vw;
    }

    .page_top+.module_banner {
        margin-top: 0;
    }

    .module_banner .hfive {
        height: 100%;
        background-color: #EEE;
        background-position: center center;
        background-size: cover;
    }

    .module_banner .swiper-pagination-bullet {
        width: 40px;
        height: 2px;
    }

    .module_banner .swiper-container-horizontal>.swiper-pagination-bullets,
    .module_banner .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 18px;
    }

    .list_nav .lv1 a {
        line-height: 1.7;
    }

    .showTab {
        width: 100%;
        flex: 1;
        max-width: unset;
        box-shadow: unset;
    }

    .showTab ul {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .showTab ul .showTab_i {
        margin: 0;
        padding: 0;
        flex: 0 0 32%;
        background-color: #fff;
    }

    .showTab ul .showTab_i .left {
        padding: 20px 0 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        text-align: center;

    }

    .showTab ul .showTab_i:nth-child(3n),
    .showTab ul .showTab_i:nth-child(3n-1) {
        margin-left: 2%
    }

    .showTab ul .showTab_i .idx.nums {
        display: none;
    }

    .showTab ul .showTab_i .idx.icon {
        position: relative;
        top: unset;
        left: unset;
        width: 54px;
        height: 54px;
        opacity: 1;
        background: #F38724;
        transform: scale(1);
    }

    .showTab_i .text {
        margin: 0;
    }

    .showTab_i .text h2 {
        margin-top: 10px;
        font-size: 16px;
    }

    .showTab_i .text p,
    .showTab_i .more {
        display: none;
    }

    .showTab_right {
        display: none;
    }

    .content_2 h1 {
        font-size: 1.4em;
        font-weight: bold;
    }

    .content_2 h3 {
        font-size: 1em;
    }

    .content_3 ul {
        flex-direction: column;
    }

    .content_3 li+li {
        margin-top: 20px;
        margin-left: unset;
    }

    .content_3 li img {
        height: 40vw;
    }

    .smallTab {
        padding: 20px 0 0;
    }

    .content_4 {
        padding: 0;
    }

    .content_4 .content {
        flex-direction: column;
    }

    .content_4 .tpms img {
        width: 100%;
    }

    .content_6 .common_width,
    .content_8_wrap .common_width,
    .content_7_wrap .common_width,
    .content_4_wrap .common_width,
    .foot_bottom .common_width,
    .footer_wrap.common_width {
        padding: 0 4%;
		padding-bottom: 1rem;
    }

    .smallTab1 {
        padding: 30px 0;
    }

    .smallTab1 ul {
        flex-wrap: wrap;
    }

    .smallTab1 ul li {
        flex: 0 0 50%;
    }

    .content_7 {
        padding-left: 0;
		margin-top: 2rem;
    }

    .conTitle section {
        width: 100%;
    }

    .content_7 aside {
        display: none;
    }

    .content_8 {
        padding: 0;
    }

    .content_8 ul {
        height: 412px;
        flex-direction: column;
    }

    .content_8 ul li {
        padding: 15px 20px;
        display: flex;
        flex-direction: row;
        border-radius: 4px;
        width: 100%;
    }

    .content_8 ul li a {
        width: 100%;
        flex-direction: row;
    }

    .content_8 ul li:nth-child(3n-1),
    .content_8 ul li:nth-child(3n) {
        margin-top: 15px;
        margin-left: 0;
    }

    .content_8 ul li .img {
        flex: 1;
        width: 40vw;
        height: 95px;
    }

    .content_8 ul li section {
        padding: 0 0 0 1em;
        flex: 1;
        width: 0;
        height: 95px;
    }

    .content_8 ul.serve_center_list li section {
        padding: 0 1em 0 0;
    }

    .content_8 ul.serve_center_list li .icon {
        display: none;
    }

    .content_8 ul li section .p_title {
        font-size: 16px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
    }

    .content_8 ul.serve_center_list li section .p_title {
        margin-top: 0;
        text-align: left;
    }

    .content_8 ul li section .p_content {
        margin: 15px 0 0;
        word-break: break-all;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        /* 这里是超出几行省略 */
    }

    .content_8 ul.serve_center_list li section .p_content {
        margin-top: 8px;
    }

    .serve_center .content_2 {
        margin: 10px 0 0;
        padding-bottom: 30px;
    }

    .page_foot {
        padding-top: 2em;
        padding-bottom: 2em;
        height: unset;
    }

    .foot_box,
	
    .footer_link_wrap>ul {
        flex-direction: column;
    }

    .foot_box .col-md-25,
    .foot_box .col-md-75,
    .footer_link_wrap>ul .col-md-13 {
        flex: auto;
        max-width: unset;
        text-align: left;
		display: none;
    }

    .footer_link_wrap>ul .col-md-13 {
        margin-top: 10px;
    }

    .list_foot {
        display: none;
        margin-top: 0;
    }

    .foot_box .telephone {
        flex: 0 0 60%;
        align-items: flex-start;
    }

    .foot_box .foot_logo {
        padding-top: 0;
        flex: 0 0 60%;
        justify-content: flex-start;
    }

    .foot_box .telephone,
    .footer_link_wrap>ul {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .footer_link_wrap .list_foot li+li {
        margin-left: 10px;
    }

    .foot_box .col-md-25 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .er_code {
        padding: 0;
        margin-top: -40px;
    }

    .telephone h2,
    .telephone h6 {
        width: unset;
    }
	
	.content_7_wrap {
		padding-bottom: 20px;
		height: unset;
	}
	.conTitle .ckgd {
		margin-top: 2em;
	}
	.foot_bottom {
		padding: 10px 0;
	}

    .foot_bottom,
    .cr .other {
        position: relative;
        right: unset;
        bottom: unset;
    }

    .cr .other {
        /* margin-top: 10px; */
        width: unset;
    }

    .page_content .pur-seach {
        overflow: hidden;
        width: 100%;
        margin: 40px auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .main-box {
        width: 100%;
        min-height: 500px;
        position: relative;
        z-index: 10;
        padding: 0;
    }

    .page-purchase .seach-div {
        width: 70%;
        margin: 0;
    }

    .page-purchase .seach-div input {}

    .page-purchase .btn-par {
        margin: 0 auto;
        height: auto;
    }

    .inside-inner {
        margin: 0;
        padding: 10px;
        overflow: hidden;
        box-sizing: border-box;

    }

    .par-list2 .border-par {
        display: flex;
        flex-direction: column;
        align-self: start;
        justify-content: space-around;
    }

    .par-list2-img {
        width: 100%;
    }

    .par-list2-text3 .par-more {
        margin: 20px auto;

    }

    .page-purchase .newsDet-main {
        font-size: 1em;
        text-align: center;
    }

    .page-purchase .newsDet-main .newsDet-txt {
        width: 100%;
        padding: 2rem 0;
    }

    .page-purchase .news-page-list {
        line-height: 2em;
    }

    .page-purchase.page-activity2 .main-box {
        padding-bottom: 0em;
    }

    .prdt-content {
        padding: 4vw;
        box-sizing: border-box;
    }

    .prdt-layout {
        flex-direction: column;
        padding-bottom: 1em;
    }

    .prdt-layout .prdt-aside {
        padding: 10px 0;
        width: 100%;
        max-width: unset;
        text-align: center;
    }

    .prdt-layout .prdt-aside .classtit a,
    .prdt-layout .prdt-aside li {
        padding: 0;
    }

    .prdt-crumb.hidden-lg-up {
        padding-left: 1em;
    }

    .prdt-list {
        /* padding: 1em; */
        flex-direction: column;
    }

    .prdt-content .prdt-list li {
        width: 100%;
        margin-bottom: 20px;
        padding: 0;
    }

    .mblock.bg-block.ablock-1 span:nth-child(2) {
        top: 7em;
    }

    .mblock.bg-block.ablock-1 span:nth-child(3) {
        top: 15em;
    }

    .poject-list .item {
        flex: 0 0 100%;
        padding: 1em;
    }

    .poject-list .item:nth-child(2n) {
        margin-left: 0;
    }

    .poject-list {
        min-width: 200px;
        width: 100%;
    }

    .poject-list .item>div {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 100%;
        position: static;
    }

    .poject-list .item .img img {
        width: 100%;
        height: 100%;
    }

    .wrap .text_center1 img {
        width: 100%;
        height: 100%;
    }

    .dleft {
        display: none;
    }

    .main .dingzhi-yy-block {
        min-width: 200px;
        width: 100%;
        background: none;
        height: 33em;
    }

    .main .dingzhi-yy-block .dright {
        width: 100%;
        text-align: center;
        top: 0;
    }

    .main .mblock.bg-block.ablock-1.tpmblock1 {
        height: 708px;
    }

    .main .mblock.bg-block.ablock-1.tpmblock2 {
        height: 502px;
    }

    .main .mblock.bg-block.ablock-1.tpmblock3 {
        height: 520px;
    }

    .main .mblock.bg-block.ablock-1.tpmblock4 {
        height: 540px;
    }

    .main .mblock.bg-block.ablock-1.tpmblock5 {
        height: 212px;
    }

    .main .mblock.bg-block.ablock-1.tpmblock6 {
        height: 731px;
    }

    .main .mblock.bg-block.ablock-1.tpmblock7 {
        height: 670px;
    }

    .webisite .maview .box {
        flex-direction: column;
    }

    .webisite .maview .box>div {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-height: 50%;
    }

    .webisite .maview .box .left,
    .webisite .maview .box .right {
        width: 100%;
    }

    .webrecruit .maview .recruit-tab {
        display: flex;
        flex-direction: column;
    }

    .webrecruit .maview .recruit-tab li {
        width: 100%;
        margin-left: 0;
    }

    .recruit-list .info {
        display: flex;
        flex-direction: column;
    }

    .maview .recruit-list .item .info li {
        width: 100%;
        margin-left: 0;
        padding: 1em;

    }

    .maview .recruit-list .item .info li p {
        line-height: 1.5em;
    }

    .maview .recruit-list::before {
        display: none;
    }

    .maview .contact-but a {
        margin-left: 1.5em;
    }

    .page-purchase1 {
        width: 100%;
        padding: 0;
    }

    .page-purchase1 .sm-inner {
        padding: 1em;
        box-sizing: border-box;
    }

    .page-purchase1 .about-sect1 .doc2 {
        margin: 0%;
        padding: 0;
    }

    .page-purchase1 .main-box {
        padding: 1em;
        box-sizing: border-box;
    }

    .page-purchase1 .about-twSect .t1 {
        font-size: 1.5em;
        text-align: center;
        padding: 1em;
    }

    .page-purchase1 .about-twSect .sect-body .doc p {
        line-height: 2em;
        margin-bottom: 3rem;
        font-size: 1rem;
        text-indent: 2rem;
    }

    .page-purchase1 .page-title {
        margin: 2em 1em;
        font-size: 1.5em;
        text-align: center;
    }

    .page-purchase1 .row.hist-row .hist-aside {
        display: none;
    }

    .page-purchase1 .about-twSect.sect3 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
        padding: 1em;
    }

    .page-purchase1 .hist-item .item-inner {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 2em 0 1em;
    }

    .page-purchase1 .row.hist-row {
        padding: 1px;
        width: 100%;
        max-width: unset;
    }

    .page-purchase1 .about-histbox {
        margin-top: 20px;
        padding: 2em 0 1em;
    }

    .page-purchase1 .hist-content .hist-list .hist-item {
        padding: 0;
        box-sizing: border-box;
    }

    .page-purchase1 .hist-content .hist-list .hist-item h4 {
        text-align: center;
    }

    .page-purchase1 .hist-content .hist-list .hist-item h5 {
        padding-left: 10px;
    }

    .page-purchase1 .hist-content .hist-list .hist-item .item-bd li {
        margin-left: 1em;
        padding: 0 1em 1px 0;
    }

    .page-purchase1 .about-twSect.sect2,
    .page-purchase1 .about-twSect.sect3 {
        width: 100%;
        box-sizing: border-box;
        padding: 0;
    }

    .hist-item .item-bd .doc {
        padding-bottom: 1em;
    }

    .prdt-classlist {
        padding-bottom: 5px;
        display: flex;
        width: 100%;
        overflow-x: auto;
        flex-wrap: nowrap;
        white-space: nowrap;
        justify-content: space-around;
    }

    .prdt-classlist.fixed {
        padding: 10px 4px 8px;
        position: fixed;
        top: 4em;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 888;
        box-shadow: 0 2px 10px rgba(51, 51, 51, .1);
    }

    .prdt-classitem .classtit {
        margin-right: 0;
        border-radius: 0;
        padding: 2px 10px;
        line-height: 1.4;
        font-size: 16px;
        display: inline-block;
		border-radius: 6px;
    }

    .prdt-list .item-inner {
        display: flex;
        padding: 15px;
        border-radius: 4px;
    }

    .prdt-list .item-imgs {
        flex: 0 0 50%;
        height: 42vw;
        border-bottom: unset;
    }

    .prdt-list .image {
        border-radius: 4px;
        border: 1px solid #e5e5e5;
    }

    .prdt-list .item-bd {
        flex: 1;
        padding: 0 0 0 15px;
        width: 0;
    }

    .prdt-list .item-level {
        width: 100%;
    }

    .prdt-list .item-more {
        margin-top: 20px;
        height: 30px;
        line-height: 28px;
    }


    .content_3 img {
        height: 40vw;
		border-radius: 5px;
    }
}