@charset 'utf-8';

@media screen and (max-width: 991px) {

    .fp-tableCell {
        overflow: hidden;
    }

    nav.navbar.bootsnav .navbar-toggle {
        margin-top: 0;
    }

    nav.navbar.bootsnav .navbar-toggle i.fa {
        font-size: 30px;
    }

    nav.navbar.bootsnav .navbar-brand {
        padding: 0;
        float: right !important;
    }

    .banner .swiper-slide:not(:first-child) {
        display: none;
    }

    .hmPage3R {
        width: 90%;
        height: auto;
        left: 5%;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .hmP3Txt {
        width: 100%;
        padding: 4%;
    }

    .hmp3Des {
        padding: 0;
    }

    .hmp3Des p:last-child {
        display: none;
    }

    .hmp3Des span {
        font-size: 14px !important;
    }

    .logo-x {
        display: none;
    }

    .hmPage3L .img>img,
    .swiper-slide img {
        height: 100vh;
    }

    .hmPage5L {
        position: static;
    }

    .section:nth-child(5) {}

    .hmPage5 .hmp5_u1 {
        padding: 0;
    }

    .hmp5_u1 li {
        width: calc(100% / 2);
        float: left;
    }

    .hmPage5 .hmp5_u1 li .hmp5desc {
        min-height: 150px;
        margin: 0;
        padding: 0;
    }

    .index_nav ul li {
        vertical-align: middle;
    }

    .index_nav ul li a {
        min-height: 60px;
        font-size: 12px;
    }

    .index_pro .swiper-slide img,
    .index_render .swiper-slide img,
    .proPage .pro-con .swiper-slide img{
        height: auto;
    }

    .index_pro .swiper-slide .hmp4more {
        font-size: 1.4rem;
        height: 30px;
        line-height: 30px;
        width: 100px;
        margin-top: 4%;
    }

    .section:nth-child(4) .index_nav ul li {
        width: calc(100% / 3 - 2%);
    }

    .section:nth-child(4) .index_nav ul li a {
        min-height: 20px;
    }

    .hmPage5.active .hmp5_u1 li {
        margin-top: 2%;
    }

    .hmPage5 .hmp5_u1 li strong {
        font-size: 1.8rem;
    }

    .hmPage5 .hmp5_u1 li .hmp5desc p>span {
        font-size: 1.3rem;
    }

    nav.navbar.bootsnav .navbar-collapse.show {
        display: block !important;
        visibility: visible;
    }

    nav.navbar.bootsnav ul.nav {}

    nav.navbar.bootsnav ul.nav li {
        width: 100%;
        background-color: #3178bd;
    }

    .secNav{
        display: block;
        width: 100%;
        text-align: center;
    }
    nav.navbar.bootsnav ul.nav .secNav li{
        background-color: transparent;
    }

    .hmPage3R{
        width: 100%;
        left: 0;
    }
    .proPage .row,.newPage .row{
        margin: 0;
    }
    .proPage .content ul li,.newPage .newslist li{
        width: calc(100%/2 - 4%);
    }
    .proPage .content ul li:nth-child(3n+3), .newPage .newslist li:nth-child(3n+3){
        margin-right: 4%;
    }
    .n_banner h1,.n_banner p,
    .proPage .pro-con .title h1, .newPage .new-con h1{
        font-size: 3rem;
    }
    .proPage .pro-con .title h1, .newPage .new-con h1{
        margin: 2% 0;
    }
    #pre-next p a{
        font-size: 1.2rem;
    }
    .proPage .content ul li .txt h1,
    .newPage .newslist li .txt h2{
        font-size: 1.4rem;
    }
    .proPage.videoPage .content ul li{
        width: 100%;
    }
    .contactPage iframe{
        height: 0;
    }
    .contactPage .info{
        width: 100%;
        left: 0;
        height: auto;
        position: static;
    }
}