@media all and (max-width:1600px) {}

@media all and (max-width:1440px) {
    .grWidth {
        width: 98%;
        padding: auto 1%
    }
}

@media all and (max-width:1366px) {
    .grWidth {
        width: 90%;
    }
}

@media all and (max-width:1280px) {
    .news-list .news-txt h3 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .fzlcList li .desc {
        width: 85%;
    }
    .about-list li .data span {
        font-size: 36px;
    }
    .about-list li .data p {
        font-size: 12px;
    }
}

@media all and (max-width:1100px) {
    .header .logo {
        width: 15%;
    }
    .header .nav {
        width: 75%;
    }
}

@media all and (max-width:1024px) {
    .index-page {
        position: static;
        height: auto;
    }
    .index-swiper {
        position: static;
        height: auto;
    }
    .index-swiper>.swiper-wrapper {
        display: block;
    }
    .banner .swiper-slide {
        display: block;
    }
    .proLeft {
        height: auto;
        margin-top: 3.75rem;
        padding: 1.25rem 0;
    }
    .header-index,
    .header-page {
        display: none;
    }
    .index-banner {
        padding-top: 0;
        height: -moz-calc(118vh - .5rem);
        height: calc(118vh - .5rem);
    }
    .head-long {
        display: block;
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        box-shadow: 0 0 10px #cfcece;
        z-index: 999;
    }
    .head-long .header {
        height: 60px;
        text-align: center;
        line-height: 60px;
        position: relative;
        background-color: #fff;
        font-size: 14px;
        padding: 0;
        z-index: 0;
    }
    .head-long .header .logo {
        position: absolute;
        left: 8px;
        height: 100%;
        width: 115px;
        text-align: left;
        display: flex;
        justify-content: center;
    }
    .head-long .header .logo img {
        max-width: 100%;
        max-height: 100%;
        vertical-align: middle;
    }
    .head-long .header .icon-left {
        position: absolute;
        left: 8px;
        top: 0;
        font-size: 25px;
    }
    .head-long .header .icon-daohang {
        position: absolute;
        right: 8px;
        top: 0;
        font-size: 22px;
    }
    .head-long .header .header-anchor-list {
        display: flex;
        justify-content: center;
        font-size: 18px;
        line-height: 45px;
        height: 45px;
        overflow: hidden;
    }
    .head-long .header .header-anchor-list li {
        margin: 0 10px;
        cursor: pointer;
    }
    .head-long .header .header-anchor-list li.active span {
        border-bottom-color: #096dd9;
        color: #096dd9;
    }
    .head-long .header .header-anchor-list li span {
        display: inline-block;
        vertical-align: top;
        border-bottom: 2px solid transparent;
        height: 45px;
    }
    .head-long .menu-container-mask {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        overflow: hidden;
        z-index: 1000;
        background-color: rgba(0, 0, 0, 0.6);
        left: 100%;
        transition: 0.2s;
    }
    .head-long .menu-container {
        position: absolute;
        top: 0;
        right: 0;
        width: 60%;
        height: 100%;
        overflow: hidden;
        background-color: #fff;
    }
    .head-long .top-menu-list {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        transition: 0.2s;
    }
    .head-long .top-menu-list.active {
        transform: translateX(-100%);
    }
    .head-long .top-menu-list>li {
        height: 48px;
        line-height: 48px;
        border-bottom: 1px dotted #ededed;
    }
    .head-long .top-menu-list>li li:first-child,
    .head-long .top-menu-list>li:first-child {
        height: 45px;
    }
    .head-long .top-menu-list>li li:first-child>a,
    .head-long .top-menu-list>li:first-child>a {
        background-color: #f7f7f7;
        height: 45px;
    }
    .head-long .top-menu-list>li a {
        height: 100%;
        padding: 0 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .head-long .top-menu-list ul {
        position: absolute;
        left: 100%;
        width: 100%;
        background-color: #fff;
        top: 0;
        height: 100%;
        display: none;
    }
    .head-long .top-menu-list ul.active {
        display: block;
    }
    .head-long .top-menu-list .en {
        font-size: 1rem;
        color: #000;
        opacity: .85;
        justify-content: start;
        padding: 0 1rem;
        display: flex;
        align-items: center;
        justify-content: left;
    }
    .head-long .top-menu-list .en .icon {
        color: #1532a0;
        font-size: 1.5rem;
        margin-right: .375rem;
        opacity: 1;
        display: inline-block;
    }
    .head-long .top-menu-list .search {
        width: 94%;
        margin: 10px auto;
        padding: 0;
    }
    .search {
        width: 22%;
        height: 32px;
        line-height: 32px;
        border: 1px solid #e6e6e6;
        overflow: hidden;
        margin-top: 12px;
        padding: 0 10px;
        background: #fff;
    }
    .search .sear_text {
        width: 82%;
        padding-left: 2%;
        float: left;
        height: 32px;
        line-height: 32px;
        background: none;
    }
    .search .sear_btn {
        width: 15%;
        float: left;
        background: url(../images/sear_btn.png) no-repeat center center;
        height: 32px;
        cursor: pointer;
    }
    /* header end */
    .news-list .news-txt h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .index-footer .foot-menu {
        width: 100%;
    }
    .index-footer .foot-logo {
        width: 100%;
        text-align: center;
        margin-bottom: 2rem;
    }
    .index-footer .foot-code {
        width: 100%;
        text-align: center;
    }
    .index-footer .foot-cpy {
        margin-top: 2rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .page-gnwsc-fl,
    .page-gnwsc-fr {
        width: 100%;
    }
    .jobList dl span {
        font-size: 14px;
    }
    .page-title h3,
    .page-title p {
        font-size: 34px;
    }
    .case-list1 {
        display: none;
    }
    .case-list2 {
        display: block;
    }
    .case-list ul {
        height: auto;
    }
    .case-list2 li p {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 12px;
        color: #fff;
        z-index: 9;
    }
}

@media all and (max-width:992px) {
    .newsList li dt h4 {
        font-size: 16px;
    }
    .page-culture-txt {
        width: 100%;
    }
    .page-culture-pic {
        width: 100%;
    }
    .jobList dl span {
        font-size: 12px;
        padding-right: 2%;
    }
    .fzlcList li .desc {
        width: 75%;
    }
    .about-list li .data span {
        font-size: 20px;
    }
    .pro-nav-list-box {
        width: 100%;
    }
    .pro-nav-list li {
        padding-left: 0;
        align-items: center;
    }
    .honor {
        padding-bottom: 5%;
    }
    .case {
        padding: 5% 0;
    }
}

@media all and (max-width:768px) {
    .grWidth {
        width: 98%;
    }
    .banner .img-pc {
        display: none;
    }
    .banner .img-wp {
        display: block;
    }
    .showIsLeft {
        padding: 1rem;
    }
    .newsList li {
        width: 48%;
    }
    .newsList li:nth-child(2n) {
        margin-right: 0;
    }
    .videolist ul li {
        width: 50%;
    }
    .list-bg2 {
        padding: 2.5rem 0;
    }
    .videolist ul li .pic b:after {
        background-size: 20%;
    }
    .base-footer {
        padding-top: 1.875rem;
    }
    .index-footer .foot-menu ul {
        width: 100%;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        border-bottom: 1px dotted #ccc;
    }
    .index-footer .foot-menu ul h3 {
        margin-bottom: 0;
    }
    .index-footer .foot-menu ul dt {
        display: none;
    }
    .index-footer .foot-menu ul.on dt {
        display: block;
    }
    .index-footer .foot-menu ul.on h3 {
        margin-bottom: 1.25rem;
    }
    .page-title h3 {
        font-size: 1.875rem;
        margin-bottom: 1rem;
    }
    .page-title p {
        font-size: 1.875rem;
    }
    .ppgs ul li .txt {
        width: 100%;
    }
    .ppgs ul li .pic {
        width: 100%;
    }
    .ppgs ul li:nth-child(2n) .txt {
        width: 100%;
        padding: 0;
        margin-bottom: 1rem;
    }
    .ppgs ul li:nth-child(2n) .pic {
        width: 100%;
    }
    .ppgs ul li .txt h3 {
        font-size: 1.875rem;
    }
    .honorlist li {
        width: 50%;
    }
    .caseList li {
        width: 48%;
    }
    .caseList li:nth-child(2n) {
        margin-right: 0 !important;
    }
    .caseList li:nth-child(3n) {
        margin-right: 3.64%;
    }
    .page-lshb-case ul li .txt {
        width: 100%;
    }
    .page-lshb-case ul li .pic {
        width: 100%;
        padding-bottom: 60.6%;
    }
    .newsList li dt h4 {
        font-size: 14px;
    }
    .newsList li dt p {
        font-size: 12px;
    }
    #feedback_form input {
        width: 100%;
    }
    .titleBox {
        text-align: center;
    }
    .fzlcList li .desc {
        width: 100%;
        padding-left: 10%;
    }
    .fzlcList li h3 {
        margin-bottom: 1rem;
        padding-left: 10%;
        font-size: 28px;
    }
    .fzlcList li:before {
        left: 0;
    }
    .fzlcList li:hover:before {
        background: url(../images/icon-history-on.png)no-repeat top;
    }
    .fzlcList li:after {
        left: 18px;
    }
    .about-list {
        display: block;
        overflow: hidden;
    }
    .about-list li {
        width: 33.3%;
        float: left;
    }
    .about-list li .box {
        padding-bottom: 110px;
    }
    .about-list li img {
        display: none;
    }
    .news-list .news-txt {
        width: 100%;
        margin-bottom: 1rem;
        padding: 0;
    }
    .news-list .news-pic {
        width: 100%;
        padding-bottom: 65.5%;
    }
    .news-list .news-pic img {
        object-fit: cover;
    }
    .news-list .news-txt p {
        margin-bottom: 1rem;
    }
    .intie {
        margin-bottom: 2rem;
    }
    .intie p {
        font-size: 1.4rem;
        margin-bottom: 6px;
    }
    .news {
        padding: 2rem 0;
    }
    .pro-cont-list li .fl-pic {
        width: 100%;
    }
    .pro-cont-list li .fr-desc {
        width: 100%;
    }
    .pro-cont-list li .fl-pic img {
        object-fit: scale-down;
    }
    .pro-cont-list .fr-desc h3,
    .pro-cont-list .fr-desc span {
        font-size: 24px;
    }
    .index-footer {
        padding-top: 2rem;
    }
    .case-list ul {
        height: auto;
    }
}

@media all and (max-width:640px) {
    .showIsLeft .fen .backtolist {
        display: block;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
    }
    .showTop h1 {
        font-size: 18px;
        line-height: 26px;
    }
    .index-footer .foot-cpy {
        font-size: 14px;
    }
    .index-footer .foot-cpy a {
        font-size: 14px;
    }
    .page-culture-txt ul li {
        width: 100%;
        margin-bottom: 1.25rem;
    }
    .index-footer .foot-logo img {
        width: 40%;
    }
    .caseList li dt h4 {
        font-size: 14px;
    }
    .newsList li dt span {
        margin-bottom: 0;
    }
    .newsList li dt p {
        margin: 10px 0;
    }
    .page-gnwsc-service .box-tap .boxside li {
        width: 100%;
    }
    .jobList dl span {
        line-height: 14px;
    }
    .jobList dl span:nth-child(1) {
        width: 20%;
    }
    .jobList dl span:nth-child(4) {
        width: 10%;
    }
    .jobList dl span:nth-child(7) {
        width: 16%;
    }
    .biding-show .tie {
        font-size: 18px;
    }
    .biding-show ul li {
        width: 100%;
    }
    .biding-show .tie2 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .about-list li {
        width: 50%;
    }
    .about-list li .box {
        background: rgba(0, 0, 0, 0.5)! important;
    }
    .pro-nav-list li {
        padding-left: 20%;
    }
    .index-banner {
        height: -moz-calc(100vh - .5rem);
        height: calc(100vh - .5rem);
    }
}

@media all and (max-width:414px) {
    .biding-show ul li span {
        font-size: 12px;
    }
    .index-banner {
        height: -moz-calc(66vh - .5rem);
        height: calc(66vh - .5rem);
    }
}

@media all and (max-width:320px) {}