@charset "utf-8";

/* CSS Document */
@media (max-width:1800px) {}

@media (max-width:1600px) {
    .top-hz {
        width: 98%;
    }

    .khjz_dkj {
        margin-top: 3rem;
    }

}

@media (max-width:1440px) {
    .hz {
        width: 96%
    }

    .hza {
        width: 96%;
        margin: 50px auto;
    }

    .logo img {
        height: 60px;
    }

    .mainbav .memu>a {
        padding: 0 25px;
    }

}

@media (max-width:1300px) {
    .logo img {
        height: 50px;
    }
}

@media (max-width:1200px) {
    body.hid-y{
        overflow-y: auto !important;
    }
    .top-pc {
        display: none;
    }

    .logo-mob {
        margin: 8px 0;
        float: left;
    }

    .logo-mob img {
        height: 55px;
    }

    .tp_wrap {
        width: 98%;
        margin: 0 auto;
    }

    .top-mob {
        /*position: relative;*/
        /*width: 100%;*/
        /*display: block;*/
        /*z-index: 2;*/
        position: fixed;
        z-index: 99999;
        top: 0;
        left: 0;
        right: 0;
        display: block;
        transition: all 0.5s;
        box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.2);
    }

    .top-mob.active {
        background: rgba(255, 255, 255, 0.9);
    }

    .top-mob.open {
        background: rgba(255, 255, 255, 1);
    }

    .top-mob .tp_wrap:after {
        content: "";
        display: block;
        height: 0;
        visibility: hidden;
        clear: both;
    }

    .mob-search {
        position: absolute;
        display: inline-block;
        right: 20%;
        top: 22px;
        cursor: pointer;
    }

    .mob-lang {
        position: absolute;
        display: inline-block;
        right: 11%;
        top: 25px;
    }

    .mob-lang a {
        font-size: 1.5rem;
    }

    .mob-sear {
        display: none;
        position: absolute;
        z-index: 999;
        left: 1%;
        top: 20%;
    }

    .mob-sear .mob-sear-form {
        position: relative;
        margin: 0;
        padding: 0;
    }

    .mob-sear-form input {
        width: 80vw;
        height: 45px;
        padding-left: 13px;
        padding-right: 25px;
        box-sizing: border-box;
        background: #f3f3f3;
        outline: none;
        box-shadow: none;
        font-size:1rem;
        border-radius: 40px;
    }

    .s-close {
        position: absolute;
        right: 8px;
        top: 8px;
    }

    .dh {
        position: absolute;
        left: 0px;
        top: 100%;
        z-index: 1111;
        width: 100%;
        display: none;
        background: #fff;
        overflow: hidden;
        -webkit-transition: 1s;
        transition: 1s;
    }

    .dhov {
        height: calc(100vh - 85px);
        display: block;
        overflow-y: auto;
        padding: 15px 0;
    }

    .dh>ul {
        text-align: left;
        width: 85%;
        margin: 0 auto;
    }

    .dh>ul>li {
        border-bottom: 1px solid #ebebeb;
        position: relative;
    }

    .dh>ul>li>a {
        display: block;
        font-size: 1.3rem;
        padding: 15px 0;
        color: #000;
    }

    .dh>ul>li>a:hover {}

    .dh>ul>li .droparea {
        display: none;
        padding-bottom: 20px;
    }

    .dh ul li img {
        float: left;
        padding-right: 5px;
    }

    .dh ul li span {
        position: absolute;
        height: 65px;
        width: 20px;
        top: -7px;
        right: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
    }

    .dh ul li .inactive:before,
    .dh ul li .inactive:after {
        transform: rotate(45deg);
        transition: all .3s ease;
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        left: 50%;
        margin-left: -5px;
        height: 2px;
        width: 10px;
        border-radius: 3px;
        background-color: #303030;
        margin-top: -3px;
        transition: 0.5s;
    }

    .dh ul li .inactive:after {
        transform: rotate(-45deg);
        margin-top: 3px;
        transition: 0.5s;
    }

    .dh ul li .inactives:before,
    .dh ul li .inactives:after {
        transform: rotate(135deg);
        transition: all .3s ease;
        content: "";
        position: absolute;
        top: 50%;
        height: 2px;
        width: 20px;
        border-radius: 3px;
        background-color: #333;
        margin-top: 0px;
    }

    .dh ul li .inactives:after {
        transform: rotate(45deg);
        margin-top: 0px;
    }

    .dh>ul>li .droparea img {
        display: none;
    }

    .dh ul li.act>a {
        color: #ec1b24;
    }

    .dh ul li .droparea .act>a {
        color: #ec1b24;
        font-size: 1.1rem;
    }

    .dh ul li .droparea li {
        line-height: 38px;
        position: relative;
    }

    .dh ul li .droparea li .droparea li {
        position: relative;
    }

    .dh ul li .droparea li a {
        text-indent: 10px;
        display: block;
        color: #666;
        font-size: 1.2rem;
    }


    .mob-serach {
        padding: 18px 0;
    }

    .sok {
        border: none;
        background: none;
        font-size: 1rem;
    }

    .mob-menu-yy {
        margin: 20px 0;
        overflow: hidden;
        border-bottom: none !important;
    }

    .mob-menu-yy li {
        float: left;
        margin-right: 12px;
        font-size: 0.7rem;
    }

    .mob-menu-yy a {
        float: left;
        font-size: 1rem !important;
    }

    .ny-banner {
        display: none;
    }


    .ny-banner-mob {
        background-size: 100% auto !important;
        /*background-attachment: fixed !important;*/
        position: relative;
        z-index: 1;
        top:5rem;
        height: calc(100vw * 0.48);
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .ny-banner-mob img {
        width: 100%;
    }

    .section {
        height: auto !important;
        display: block !important;
    }

    .fp-tableCell {
        display: block !important;
        height: auto !important;
    }

    .flexslider .slides li a img {
        height: 100%;
    }

    .index-main {
        height: auto;
        display: block;
        padding: 1.25rem 0;
    }

    .footer {
        height: 100%;
    }

    .pro-in,
    .pro-in .item {
        height: 100%;
    }

    .ny-contact-item {
        width: 33.3%;
        margin-bottom: 1.56rem;
    }

    .partner-list li {
        float: left;
        width: 23%;
        line-height: 0;
        margin: 0 1% 2% 1%;
    }

    .gylfw-bj {
        padding-bottom: 0;
    }

    .ny-menu {
        margin-top:4.8rem;
    }
}

@media (min-width:1024px) {}


@media (max-width: 1024px) {

    .fhz {
        max-width: 100%;
        padding: 0 1.875rem;
    }

    .ny-foot .ny-foot-r .ny-foot-ewm img {
        width: 100px;
    }

}

@media (max-width: 990px) {
    #toolbar {
        display: none;
    }
}

@media (max-width:960px) {
    #home_slider {
        display: none;
    }

    #home_slider2 {
        display: block;
        margin-top: 5rem;
    }

    .khjz .item {
        padding: 0px 4%;
    }

    .about-main {
        display: flex;
        flex-direction: column;
    }

    .about-main .about-left,
    .about-main .about-right {
        width: 100%;
    }

    .news-main .news-left {
        display: none;
    }

    .news-main .news-right {
        width: 100%;
    }

    .contact-container {
        gap: 0;
    }

    .contact-right {
        margin-bottom: 1.25rem;
    }

    .infou-ul li h3 {
        margin-top: 0;
    }

    .infou-ul li {
        width: 50%;
        margin-bottom: 3.12rem;
    }

    .ny-product-item {
        width: 47%;
    }

    .ny-productshow .ny-productshow-left {
        width: 96%;
        margin-right: 0;
        margin-left: 2.5%;
    }

    .ny-productshow .ny-productshow-right a {
        position: static;
        padding: 1% 2.5%;
        margin-top: 4%;
    }

    .ny-productshow .ny-productshow-right {
        width: 96%;
    }

    .ny-productshow .ny-productshow-right h1 {
        padding-top: 3%;
        padding-bottom: 3%;
        margin-bottom: 2%;
    }

    .ny-productshow .ny-productshow-lbt {
        width: 95%;
    }

    .ny-productshow .ny-productshow-bottom>h1 {
        padding-left: 5%;
    }

    .ny-contact-item {
        width: 50%;
        margin-bottom: 3.12rem;
    }

    .clu-nr li .clu-list {
        display: flex;
        flex-direction: column;
    }

    .partner-list li {
        width: 31.3%;
    }

    .card-img-top img {
        width: 250px;
    }

    .pro-in .item .item-h .pro-img img {
        height: 70vh;
    }

}


@media (max-width:768px) {
    .ny-news {
        flex-direction: column;
        padding: 20px;
        margin-bottom: 30px;
    }

    .ny-news .ny-news-l {
        max-width: 100%;
        margin-bottom: 20px;
        height: 250px;
    }

    .ny-news .ny-news-r {
        padding-left: 0;
    }

    .ny-news .ny-news-r h3 {
        margin-bottom: 12px;
        -webkit-line-clamp: 2;
        font-weight: 500;
    }

    .ny-news .ny-news-r p {
        line-height: 1.6;
        -webkit-line-clamp: 3;
        margin-bottom: 12px;
    }

    .ny-news .ny-news-r .date {
        margin-bottom: 12px;
    }

    .ny-news .ny-news-r .news-more {
        width: 130px;
        height: 38px;
        line-height: 38px;
    }

    .ny-foot {
        padding: 40px 0 20px 0;
    }

    .fhz {
        flex-direction: column;
        align-items: center;
        gap: 30px;
        padding: 0 20px;
    }

    .ny-foot .ny-foot-l {
        text-align: center;
        width: 100%;
    }

    .ny-foot .ny-foot-r {
        width: 100%;
        min-width: auto;
    }

    .ny-foot .ny-foot-r .ny-foot-ewm {
        justify-content: center;
        gap: 40px;
    }

    .ny-foot .ny-foot-r .ny-foot-ewm img {
        width: 110px;
    }

    .partner-list li {
        width: 23%;
    }

    .about img, .brand img{
        margin:0 0 1.5rem 0;
        max-width: 100%;
        float: none;
        text-indent: 0;
    }

    .ny-menu ul {
        justify-content: flex-start;
    }
}

@media (max-width:580px) {

    /*.ny-product-item {*/
    /*    width: 47%;*/
    /*}*/

    .join-menu:after {
        display: none;
    }

    .ny-contact-item {
        width: 100%;
    }

    .form-row {
        width: 100%;
    }

    .process .bd .ul .item .box {
        padding: 0 10px;
    }

    .process .bd .ul .item:after {
        left: 0;
    }

}

@media (max-width:480px) {
    .ny-news {
        padding: 15px;
        margin-bottom: 20px;
        border-radius: 8px;
    }

    .ny-news .ny-news-l {
        height: 200px;
        margin-bottom: 15px;
    }

    .ny-news .ny-news-r h3 {
        line-height: 1.3;
        margin-bottom: 10px;
        font-weight: 500;
    }

    .ny-news .ny-news-r p {
        line-height: 1.5;
        -webkit-line-clamp: 2;
        margin-bottom: 10px;
    }

    .ny-news .ny-news-r .date {
        margin-bottom: 10px;
    }

    .ny-news .ny-news-r .news-more {
        width: 120px;
        height: 36px;
        line-height: 36px;
    }

    .ny-news:hover {
        transform: none;
    }

    .ny-news:hover .ny-news-r .news-more {
        transform: none;
    }

    .ny-foot {
        padding: 30px 0 20px 0;
    }

    .fhz {
        padding: 0 15px;
        gap: 25px;
    }

    .ny-foot .ny-foot-l p {
        line-height: 24px;
        margin-bottom: 8px;
    }

    .ny-foot .ny-foot-r .ny-foot-ewm {
        /* flex-direction: column; */
        align-items: center;
        gap: 25px;
    }

    .ny-foot .ny-foot-r .ny-foot-ewm img {
        width: 130px;
    }
}

@media (max-width:320px) {}