/* CSS Document */

@media (max-width:1200px) {
    img {
        max-width: 100%;
    }

    .w1200 {
        width: 92%;
    }

    .pc-top {
        display: none;
    }

    .banner {
        display: none;
    }

    .top_sj {
        display: block;
    }

    .banner-sj {
        display: block;
    }

    .wrap-all {
        width: 98%;
    }

    .top_sj .tp_wrap {
        width: 98%;
        margin: 0 auto;
    }

    .tools {
        right: 1%;
        margin-right: 40px;
    }

    .dh ul li.sjlan {
        display: none;
    }

    .logo {
        margin: 8px 0;
    }

    .logo img {
        display: block;
        height: 85px;
    }

    .logo-wb {
        font-size: 20px;
        margin-left: 10px;
        line-height: 28px;
        margin-top: 20px;
        font-weight: bold;
    }

    .logo-wb2 {
        margin-left: 10px;
        font-size: 16px;
        margin-top: 5px;
    }

    .hz {
        width: 98%;
        margin: 0 1%;
    }

    .hza {
        width: 98%;
        margin: 35px 1%;
    }


    .hamburger {
        display: block;
        margin-right: 15px;
        margin-top: 15px;
    }

    .dh {
        padding-top: 0px;
    }

    .dh {
        position: absolute;
        left: 0px;
        top: 100%;
        z-index: 101;
        width: 100%;
        height: 0px;
        border-top: 1px solid #ebebeb;
        display: none;
        overflow: hidden;
        background: #fff;
        overflow: hidden;
        -webkit-transition: 1s;
        transition: 1s;
    }

    .dhov {
        height: auto;
        display: block;
    }

    .dh>ul {
        text-align: left;
    }

    .dh>ul>li {
        border-bottom: 1px solid #ebebeb;
        position: relative;
    }

    .dh>ul>li>a {
        display: block;
        font-size: 18px;
        color: #323232;
        line-height: 62px;
        padding: 0 6%;
    }

    .dh>ul>li>a:hover {}

    .dh>ul>li .droparea {
        display: none;
    }



    .dh ul li span {
        position: absolute;
        height: 51px;
        width: 51px;
        top: 0px;
        right: 2%;
        -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: #fff;
        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 {
        background: #e62129;
        color: #fff;
    }

    .dh ul li .droparea .act>a {
        background: #ededed;
        color: #000;
    }

    .dh ul li .droparea li {
        line-height: 50px;
        background: #f7f7f7;
        border-bottom: 1px solid #ececec;
        position: relative;
    }

    .dh ul li .droparea li .droparea li {
        background: #f6f6f6;
        border-bottom: 1px solid #ececec;
        position: relative;
    }

    .dh ul li .droparea li a {
        padding: 0 2%;
        text-indent: 20px;
        display: block;
        font-size: 15px;
    }

    .dh ul li .droparea li .droparea li a {
        padding: 0 2%;
        text-indent: 40px;
        display: block;
        font-size: 14px;
    }

    .dh ul li.hnavdwn .droparea li a {
        background: url(../images/pdf.png) no-repeat left 18px center;
        padding-left: 40px;
    }

    .sj_sanji a {
        font-size: 14px !important;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .top_sj {
        position: relative;
    }

    .top_sj .tp_wrap:after {
        content: "";
        display: block;
        height: 0;
        visibility: hidden;
        clear: both;
    }

    .tools {
        position: absolute;
        right: 0px;
        top: 28px;
    }

    .sear_t {
        position: absolute;
        width: 100% !important;
        top: 90px;
        left: 0px;
        background-color: #fafafa;
        background: linear-gradient(to bottom, #f5f5f5 10%, #ededed 50%, #f5f5f5 90%);
        z-index: 99;
        display: none;
    }

    .search_bar1 {
        max-width: 630px;
        border-bottom: 1px solid #dcdcdc;
        margin: 20px auto 10px;
        padding-left: 50px;
        padding-right: 50px;
        position: relative;
        width: 80%;
    }

    .search_form .sf_input1 {
        display: block;
        font-size: 18px;
        border: none;
        color: #212721;
        width: 100%;
        line-height: 36px;
        height: 46px;
        padding: 0;
        text-indent: 10px;
        background-color: transparent;
        -webkit-appearance: none;
    }

    .search_form .sf_input1:hover {
        outline: 0;
    }

    .search_form .sf_btn1 {
        background: url("../image/search_btn.png") no-repeat center;
        width: 46px;
        height: 46px;
        float: right;
        border: none;
        cursor: pointer;
        position: absolute;
        left: 0px;
    }

    .search_form .search_close {
        position: absolute;
        right: 5px;
        top: 0px;
        width: 20px;
        height: 46px;
        background: url(../image/ssbtn_close.png) center no-repeat;
    }

    .search_form .sf_input::-webkit-input-placeholder {
        color: #505050;
    }

    /* 火狐浏览器 */
    .search_form .sf_input::-moz-placeholder {
        color: #505050;
    }


    .search_tbn {
        background: url(../image/ss_tbn.png) no-repeat center;
        width: 20px;
        height: 20px;
        float: left;
        padding: 0 5px;
        margin: 0 10px;
        cursor: pointer;
    }

    .search_tbn.sat_bt {
        border-bottom: 2px solid #505050;
    }

    .language {
        font-size: 0px;
        float: left;
        padding: 0 5px;
        margin: 0 10px;
    }

    .language a {
        display: block;
        height: 38px;
        background: url(../images/cn.jpg) no-repeat center;
        width: 31px;
    }

    .ny-product-left {
        width: 21%;
    }

    .index-p-list>div {
        width: 31%;
        margin: 0 1% 4% 1%;
    }

    .sheb li {
        width: 25%;
        height-min: 100%;
    }

    .index-title {
        FONT-SIZE: 30PX;
        line-height: 30px;
    }

    .index-ys-title {
        FONT-SIZE: 30PX;
        line-height: 30px;
    }

    .index-ryzz-bj {
        width: 98%;
        padding: 40px 1%;
    }

    .index-sb-title {
        FONT-SIZE: 30PX;
        line-height: 35px;
    }

    .case-pic-hz {
        width: 309px;
    }

    .index-new-right {
        width: 100%;
        margin-top: 30px;
    }

    .index-new-left-title {
        font-size: 30px;
        line-height: 30px;
    }

    .index-new-left {
        width: 100%;
        float: nore;
    }

    .index-new-left-title {
        font-size: 24px;
        line-height: 24px;
    }

    .index-new-left-pic {
        width: 45%;
    }

    .index-new-left-pic img {
        width: 100%;
    }

    .index-new-left-content {
        width: 51%;
        float: left;
        padding: 4% 2%;
    }

    .foot-lxfs {
        width: 48%;
    }

    .foot-hz-nav {
        margin-right: 8%;
    }



    /***--内页代码***/
    .ny-banner {
        display: none;
    }

    .ny-banner-sj {
        display: block;
    }

    .ny-banner-sj img {
        width: 100%;
        height: auto;
    }

    .about-menu-top-wz {
        display: none;
    }

    .about-menu-top-title {
        font-size: 30px;
        margin-bottom: 20px;
        float: left;
    }

    .about-menu-cd li a {
        padding: 0 15px;
        font-size: 18px;
    }


    .about-hz {
        padding-top: 30px;
        width: 98%;
        margin: 0 1% 50px 1%;
    }



    .about-zzyp-title {
        width: 100%;
        float: none;
    }

    .about-zzyp-title-wb {
        float: none;
        width: 100%;
        margin-top: 30px;
    }

    .about-zzyp-pic-hz {
        margin-top: 50px;
    }

    .about-zzyp-pic-hz li {
        float: left;
        width: 46%;
        margin: 0 2% 3% 2%;
    }

    .about-zzyp-hz {
        margin-top: 50px;
    }

    .about_eb ul li strong {
        float: left;
        width: 20%;
    }

    .about_eb ul li span {
        width: 80%;
    }



    .news-hz {
        margin-bottom: 40px;
    }

    .soka {
        width: 100%;
        border: 1px solid #D8D8D8;
        line-height: 35px;
        margin-bottom: 15px;
        padding-left: 1%;
        color: #CCCCCC;
        font-size: 14px;
        font-family: "Microsoft YaHei", verdant, tahoma;
    }

    .sokb {
        border: 1px solid #D8D8D8;
        line-height: 35px;
        margin-bottom: 15px;
        padding-left: 1%;
        color: #CCCCCC;
        font-size: 14px;
        font-family: "Microsoft YaHei", verdant, tahoma;
        width: 100%;
    }

    .map {
        padding: 1%;
        border: 1px solid #e6e6e6;
        width: 100%;
    }


    .index-case-pic {
        width: 43%;
        margin-right: 1%;
        margin-left: 1%;
        padding: 10px 2% 0 2%;
    }

    .index-case-pic img {
        width: 100%;
    }

    .index-case-wz {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .news-centent {
        width: 100%;
        float: none;
    }

    .news-ti {
        width: 100%;
        border-bottom-width: 1px;
        border-bottom-style: dashed;
        border-bottom-color: #D0D0D0;
        font-size: 24px;
        line-height: 35px;
        text-align: center;
        padding-bottom: 10px;
    }




    .ny-product-pic {
        width: 30%;
        margin: 0 1% 20px 1%;
    }

    .ny-product-wz {
        font-size: 16px;
    }

    .ny-hzhb-pic {
        width: 30%;
        margin: 0 1% 20px 1%;
    }

}


@media (min-width:1024px) {
    .index-p-list>div:nth-child(3n) {
        margin-right: 0px;
    }

    .foot-hz-nav:nth-child(4n) {
        margin-right: 0;
    }

    .about-zzyp-pic-hz li:nth-child(4n) {
        margin-right: 0px;
    }

    .about-team li:nth-child(3n) {
        margin-right: 0px;
    }

    .ny-case li:nth-child(5n) {
        margin-right: 0px;
    }
}

@media (max-width:1024px) {
    .mainbav li {
        padding: 0 1.9%;
    }

    .nav {
        margin-left: 3%;
    }







    .index-news-right-content {
        margin: 10px 0 20px 0;
    }


}


@media (max-width:960px) {
    #home_slider {
        display: none;
    }

    #home_slider2 {
        display: block;
    }

    .about-menu-top h3 {
        float: none;
    }

    .about-menu-hz {
        padding: 25px 0;
    }

    .ul-txt1 {
        float: none;
        width: 100%;
        margin-top: 25px;
    }

    .ul-txt1 li {
        float: left;
        margin-left: 0;
        width: 32.5%;
        height: auto;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .ul-txt1 li a {
        font-size: 15px;
    }

    .index-about-content-title {
        font-size: 26px;
    }

    .index-about-content-title-yy {
        letter-spacing: 1px;
    }

    .index-about-dh {
        width: 56%;
    }

    .ys_bj:after {
        display: none;
    }

    .ys {
        padding: 4%;
    }

    .ys .ys_dh {
        width: 100%;
        float: none;
        box-shadow: none;
    }

    .ys .ys_dh ul {
        overflow: hidden;
        text-align: center;
    }

    .ys .ys_dh ul li {
        width: 16.6%;
        float: left;
        padding: 18px 0;
        border: none;
        border-left: 2px #fff solid;
        border-right: 2px #fff solid;
        background: #eaeaea;
    }

    .ys .ys_dh ul li:nth-child(1) {
        border-left: 2px #fff solid;
        border-right: 2px #fff solid;
    }

    .ys .ys_dh ul li .ys_dh_t {
        display: none;
    }

    .ys .ys_dh ul li .ys_dh_b {
        display: none;
    }

    .ys .ys_dh ul li .ys_dh_sz {
        display: block;
    }

    .ys .ys_dh ul li.s {
        border: none;
        border-left: 2px #fff solid;
        border-right: 2px #fff solid;
    }

    .ys .ys_r {
        width: 100%;
        height: auto;
        float: none;
        margin-top: 30px;
        padding: 0;
    }

    .ys .ys_r .ys_kj {
        overflow: hidden;
        padding: 0;
    }

    .ys .ys_r .ys_kj .ys_kj_b_img {
        margin-top: 30px;
    }

    .ys .ys_r .ys_kj .ys_kj_b_img img {
        display: block;
    }

    .ys .ys_r .ys_kj .ys_kj_t .ys_kj_t_l {
        width: 100%;
        float: none;
    }

    .ys .ys_r .ys_kj .ys_kj_t .ys_kj_t_l .ys_kj_t_l_t {
        display: inline-block;
    }

    .ys .ys_r .ys_kj .ys_kj_t .ys_kj_t_l .ys_kj_t_l_b {
        display: inline-block;
        margin-left: 8px;
    }

    .ys .ys_r .ys_kj .ys_kj_t .ys_kj_t_r {
        width: 100%;
        float: none;
        margin-top: 20px;
    }

    .ys .ys_r .ys_kj .ys_kj_b_img {
        height: 320px;
    }

    .index-product-pic-left {
        width: 48%;
        margin: 0 1%;
        padding: 1%;
    }

    .index-product-tp-hz {
        width: 23%;
        margin: 0 1%;
    }

    .index-sb-ms {
        line-height: 30px
    }

    .index-sb-hm {
        width: 50%;
        margin-top: 15px;
    }


    .index-news-left-bt a {
        font-size: 22px;
    }

    .index-news-right-title a {
        font-size: 22px;
    }

    .index-news-left-nr {
        margin-top: 18px;
    }

    .index-news-rq {
        width: 20%;
    }

    .ny-product-left {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }

    .ny-product-right {
        width: 100%;
        float: none;
    }



    .foot-lxfs {
        width: 60%;
    }

    .foot-contact {
        width: 40%;
    }

    .foot-right {
        display: none;
    }

    .about-team li {
        width: 31%;
        margin: 0 1.1% 4% 1.1%;
    }

    .ny-ryzz-title {
        line-height: 45px;
        font-size: 16px;
    }

    .ny-case li {
        width: 31%;
        margin: 0 1.1% 4% 1.1%;
    }

    .ny-product-hm {
        font-size: 24px;
        color: #0088c7;
    }

    .contact-nr {
        float: none;
        width: 100%;
    }

    .contact-feedback {
        float: none;
        width: 100%;
        margin-top: 40px;
    }


}

@media (max-width:768px) {
    .tools {
        display: none;
    }

    .sear_t {
        display: block;
    }

    .sear_t {
        width: 100% !important;
        display: block !important;
        border-top: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4;
        position: static;
    }

    .search_bar1 {
        max-width: none;
        margin: 0px auto;
        position: relative;
        width: 100%;
        box-sizing: border-box;
    }

    .search_form .sf_input1 {
        font-size: 16px;
        text-align: center;
        text-indent: 0px;
    }

    .search_form .sf_input1:focus {
        text-align: left;
    }

    .search_form .sf_btn1 {
        background-size: 40%;
        float: right;
        border: none;
        cursor: pointer;
        position: absolute;
        right: auto;
        left: 0px;
        top: 0px;
    }

    .search_form .search_close {
        display: none;
    }


    .index-about-pic {
        float: none;
        width: 100%;
        background: none !important;
        position: static;
    }

    .index-about-pic img {
        width: 100%;
        display: block;
    }

    .index-about-content-hz {
        width: 100%;
        padding: 4%;
    }

    .index-about-content-title {
        font-size: 28px;
    }

    .index-about-content-title-yy {
        font-size: 14px;
        letter-spacing: 2px;
    }

    .index-about-content {
        margin: 35px 0;
        margin-bottom: 150px;
    }

    .index-ryzz-pic-hz {
        width: 46%;
        margin: 0 2% 30px 2%;
    }

    .index-ryzz-bj {
        padding: 40px 1% 10px 1%;
    }

    .index-ryzz-title {
        line-height: 23px;
        padding: 4%;
    }

    .index-p-list>div {
        width: 48%;
        margin: 0 1% 4% 1%;
    }

    .index-product-more {
        margin-top: 10px;
    }

    .sheb li {
        width: 50%;
        height-min: 100%;
        margin-bottom: 10px;
    }

    .sheb li span {
        padding: 35px 15px 0 15px;
    }

    .sheb li p {
        padding: 20px 4% 0 4%;
    }


    .index-news-hz {
        margin-top: 30px;
    }

    .index-news-left-pic {
        width: 100%;
        float: none;
    }

    .index-news-left-pic img {
        width: 100%;
    }

    .index-news-right {
        width: 100%;
        float: none;
        clear: both;
        margin-top: 30px;
        overflow: hidden;
    }

    .index-news-left-tilte {
        margin-bottom: 50px;
        overflow: hidden;
    }

    .index-news-right-hz {
        float: left;
        width: 70%;
    }

    .index-news-right-content {
        margin: 15px 0 30px 0;
    }

    .index-news-rq {
        width: 22%;
    }

    .index-news-right-a:nth-child(3n) {
        margin-bottom: 0px;
    }

    .index-hzhb-pic {
        width: 180px;
        margin-right: 20px;
    }

    .foot-lxfs {
        display: none;
    }

    .foot-contact {
        width: 97%;
        overflow: hidden;
        border: none;
        padding-left: 2%;
    }

    .foot-hz-nav {
        float: left;
        margin-right: 3%;
    }

    .index-copy {
        margin-top: 30px;
    }

    .tj-product-hz {
        width: 200px;
    }

    .ny-products-sjfl li {
        float: left;
        padding: 8px 2%;
    }

    .about_eb ul li {
        background: none;
        float: left;
    }

    .about_eb ul li strong {
        float: left;
        width: 100%;
    }

    .about_eb ul li span {
        width: 100%;
        margin-top: 15px;
    }

    .about-service-left {
        float: none;
        width: 100%;
    }

    .about-service-pic {
        float: none;
        margin-top: 30px;
        width: 100%;
    }

    .about-team li {
        width: 48%;
        margin: 0 1% 6% 1%;
    }

    .ny-case li {
        width: 48%;
        margin: 0 1% 6% 1%;
    }

    .product-xq-sj {
        display: block;
        width: 98%;
        margin: 0 1%;
    }

    .product-top {
        display: none;
    }

    .pro-right {
        width: 100%;
        float: none;
        margin-top: 30px;
    }

    .ny-product-js {
        margin-top: 30px;
    }

    .ny-product-jj {
        width: 100%;
        float: none;
        margin-top: 20px;
        display: block;
    }

    .ny-product-title {
        font-size: 18px;
        text-align: center;
    }
}

@media (max-width:580px) {
    .logo-wb {
        font-size: 28px;
        margin-left: 5px;
        margin-top: 25px;
        font-weight: bold;
        letter-spacing: -1px;
    }

    .logo-wb2 {
        margin-left: 5px;
        font-size: 14px;
        margin-top: 0px;
    }

    .about-menu-top h3 {
        font-size: 30px;
    }

    .about-menu-top h3 em {
        font-size: 36px;
    }

    .index-about-content-title {
        font-size: 25px;
    }

    .index-about-content-title-yy {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .index-product-pic-left-ms {
        margin-bottom: 15px;
    }

    .index-sb-hm {
        width: 60%;
    }

    .about-menu-top-title {
        font-size: 26px;
    }



    .news-centent-title a {
        font-size: 20px;
    }

    .news-nr {
        font-size: 15px;
    }

    .ys .ys_r .ys_kj .ys_kj_b_img {
        height: 180px;
    }

    .cjwt-nr-title a {
        font-size: 20px;
    }

    .cjwt-nr-ms {
        font-size: 15px;
    }

    .ny-products-sjfl li {
        float: left;
        padding: 5px 2%;
    }

    .ny-products-sjfl a {
        font-size: 16px;
    }


    .ny-product-pic {
        width: 47%;
        margin: 0 1% 20px 1%;
        float: left;
        padding: 0 0 10px 0;
    }



    .rides-cs {
        display: none;
    }
}

@media (max-width:480px) {
    .logo img {
        display: block;
        height: 35px;
    }

    .logo-wb {
        display: block;
    }

    .logo-wb2 {
        display: block;
    }

    .index-title-ms {
        font-size: 16px;
    }

    .index-about-content-title {
        font-size: 24px;
    }

    .index-about-content-title-yy {
        font-size: 14px;
        letter-spacing: 0.5px;
    }

    .index-ryzs-title {
        font-size: 24px;
    }

    .index-about-content-hz {
        padding: 7% 4%;
    }

    .index-about-more a {
        width: 85%;
        margin: 0 auto 8px auto;
        float: none;
    }

    .index-about-hm {
        font-size: 18px;
    }

    .index-about-dh {
        width: 85%;
        margin: 0 auto;
        float: none;
    }

    .index-product-pic-left-title a {
        font-size: 24px;
    }

    .index-product-pic-left-ms {
        margin-bottom: 10px;
    }

    .index-product-pic-left-title {
        padding-bottom: 25px;
    }

    .index-sb-hm {
        width: 80%;
    }
}

@media (max-width:320px) {
    .sheb li p {
        padding: 20px 15px 0;
    }

}