@media (max-width: 1200px) {
    .mu-header {
        display: none;
    }

    .wap-header {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 101;
        background-color: #fff;
        border-bottom: 1px solid #e1e1e1;
        transition: 0.5s all ease;
        width: 100%;
        display: flex;
        justify-content: space-between;
        height: 50px;
        align-items: center;
    }

    .wap-header .hyxl_logo_img {
        width: 32%;
    }

    .web-footer {
        display: none;
    }

    .wap-footer.contact {
        width: 100%;
        height: auto;
        display: table;
        background: #222;
        padding-top: 30px;
        padding-bottom: 70px;
    }

    .wap-footer.contact p {
        line-height: 23px;
        color: #eee;
        font-size: 13px;
        text-align: center;
    }

    .wap-footer.contact img.foot_logo {
        width: 45%;
        height: auto;
        display: block;
        float: left;
        margin: 8% 5% 0 10%;
    }

    .wap-footer.contact img.erweima {
        width: 25%;
        height: auto;
        display: block;
        float: left;
        margin: 3% 10% 0 5%;
    }

    .index_banner {
        position: relative;
        padding: 0;
    }

    .page {
        margin-top: 50px;
    }

    .index_banner .swiper-slide img {
        width: 100%;
        height: auto;
        min-height: 100%;
        transition: 1s linear 2s;
        /*transform: scale(1.1, 1.1);*/
    }

    .index_banner .swiper-slide-active img, .swiper-slide-duplicate-active img {
        transition: 6s linear;
        /*transform: scale(1, 1);*/
    }

    .wap-header .lang-list {
        overflow: hidden;
        display: flex;
        transition: 0.5s all ease-in-out;
    }

    .wap-header .lang-list .lang.show {
        display: block;
        transition: 1s all ease-in-out
    }

    .wap-header .lang-list .lang {
        display: none;
        transition: 1s all ease-in-out;
        cursor: pointer;
        margin-left: 10px;
    }

    .wap-header .lang-list .lang img {
        width: 30px;
        height: 30px;
    }

    .ser {
        display: block;
        width: 100%;
        height: auto;
        padding: 2% 0;
        background: #e2882c
    }

    .ser form {
        border: 1px solid #fff;
        border-radius: 10px;
        height: 34px;
        line-height: 34px;
        width: 80%;
        margin: 0 auto;
        border-radius: 20px
    }

    .ser form input::placeholder {
        color: #fff;
    }

    .ser form input {
        width: 80%;
        border: none;
        display: inline-block;
        float: left;
        text-indent: 1em;
        letter-spacing: 2px;
        font-size: 14px;
        color: #fff;
        background: none;
        height: 34px;
        line-height: 34px;
        outline: none;
    }

    .ser form button {
        display: inline-block;
        float: right;
        background: none;
        border: none;
        height: 34px;
        padding: 0 10px 0 10px;
    }

    .hyxl_ry {
        width: 100%;
        display: block;
        box-shadow: 0 0 10px #999;
        margin-top: 8px;
        margin-bottom: 20px;
    }

    .hyxl_cp {
        width: 100%;
        height: auto;
        display: table;
    }

    .hyxl_cp .cp_title {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;

    }
    .hyxl_cp .cp_title h1{
        font-size: 18px;
    }
    .hyxl_cp .cp_title a {
        width: 100%;
        height: 50px;
        display: block;
        text-align: center;
        background: url(../images/title_news.png) no-repeat center;
    }

    .cp_body {
        width: 100%;
        height: auto;
        display: table;
        margin: 0 auto;
        margin-top: 20px;
    }

    .cp_body ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .cp_body ul li {
        width: 80px;
        height: 100px;
        display: block;
        float: left;
        border-radius: 20px;
        margin-top: 20px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        position: relative;
    }
    .cp_body ul li a {
        position: absolute;
        top:0;
        width: 100%;
        height: 100%;
        opacity: 1;
        padding: 30px 10px 10px 10px;
        border-radius: 15px;
        background-color: rgba(0,0,0,0.3);
        transition: .5s all ease-in-out;
    }



    .cp_body ul li a h2 {
        font-weight: normal;
        text-align: center;
        line-height: 22px;
        color: #fff;
        /* margin: 10px 35px; */
        font-size: 12px
    }

    .cp_body ul li a p {
        display: none;
    }

    .hyxl_news {
        width: 100%;
        height: auto;
        /*margin-top: 40px;*/
        background: #eee;
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .hyxl_news .news_title {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;

    }
    .hyxl_news .news_title h1{
        font-size: 18px;
    }
    .hyxl_news .news_title a {
        width: 100%;
        height: 50px;
        display: block;
        text-align: center;
        background: url(../images/title_news.png) no-repeat center;
    }

    .hyxl_news .content p {
        width: 100%;
    }

    .news_body {
        width: 100%;
        height: auto;
        margin: 0 auto;
        margin-top: 20px;
    }

    .news_body .news_first {
        width: 100%;
        height: 300px;
        display: block;
        float: left;
    }

    .news_body .news_first h2 {
        width: 100%;
        height: 70px;
        font-size: 20px;
        font-weight: normal;
        text-align: center;
        color: #fff;
        padding-top: 10px;
        display: block;
        line-height: 70px;
        margin: 0 auto;
    }

    .news_body .news_first .news_first_line {
        width: 90px;
        height: 1px;
        display: block;
        background: #fff;
        margin: 0 auto;
    }

    .news_body .news_first p {
        font-size: 15px;
        line-height: 24px;
        text-align: left;
        height: 96px;
        display: block;
        margin: 0 auto;
        margin-top: 25px;
        color: #fff;
        text-indent: 2em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }

    .news_body .news_first a {
        width: 100px;
        height: 36px;
        display: block;
        margin: 0 auto;
        border: 1px solid #fff;
        text-align: center;
        line-height: 36px;
        color: #fff;
        font-size: 14px;
        margin-top: 25px;
    }

    .news_body .news_first a:hover {
        background: #fff;
        color: #02308d;
    }

    .news_body .content {
        height: 120px;
        overflow: hidden;
        font-size: 15px;
        line-height: 24px;
        text-align: center;
        padding: 20px;
        display: block;
        color: #555;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
    }

    .news_body ul li {
        width: 50%;
        height: 300px;
        display: block;
        overflow: hidden;
        float: left;
        background: #fff;
    }

    .news_body ul li img {
        width: 300px;
        height: 300px;
        display: block;
    }

    .news_body ul li h2 {
        width: 100%;
        font-size: 18px;
        font-weight: normal;
        text-align: center;
        color: #555;
        padding-top: 25px;
        display: block;
        line-height: 30px;
        margin: 0 auto;
        height: 50px;
        display: -webkit-box;
        -webkit-line-clamp:1;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        padding-left: 10px;
    }

    .news_body ul li .news_line_01 {
        width: 90px;
        height: 1px;
        display: block;
        background: #02308d;
        margin: 0 auto;
        margin-top: 12px;
    }

    .news_body ul li a {
        width: 100px;
        height: 36px;
        display: block;
        margin: 0 auto;
        border: 1px solid #bbb;
        text-align: center;
        line-height: 36px;
        color: #888;
        font-size: 14px;
        margin-top: 20px;
    }

    .news_body ul li a:hover {
        background: #02308d;
        border: 1px solid #02308d;
        color: #fff;
    }

    .hyxl_gy {
        width: 100%;
        display: block;
        margin-top: 35px;
    }

    .hyxl_gy .gy_title {
        width: 50%;
        display: block;
        float: left;
        margin-top: 25px;
    }

    .hyxl_gy .gy_title img {
        width: 100%;
        display: block;
    }

    .hyxl_gy .gy_body {
        margin-top: 20px;
        width: 50%;
        display: block;
        float: right;
        overflow: hidden;
    }

    .gy_qh_body {
        display: none;
    }

    .gy_qh_body:nth-child(1) {
        /*width: 50%;*/
        display: block;
    }

    .hyxl_gy .gy_qh_title {
        display: none;
    }

    .gy_qh_body .gy_shipin {
        width: 100%;
        display: block;
        overflow: hidden;
    }

    .gy_qh_body .gy_img, .gy_qh_body .gy_img img {
        width: 100%;
        display: block;
        overflow: hidden;
    }

    .gy_qh_body .gy_shipin video {
        height: 0px;
    }

    .gy_qh_body .gy_jj p a {
        color: #002f8f;
    }

    .gy_qh_body .gy_jj {
        padding: 20px;
    }

    .gy_qh_body .gy_nr {
        padding: 20px;
    }

    .gy_qh_body h2 {
        font-size: 14px;
        font-weight: bold;
        color: #f08300;
    }

    .gy_qh_body h3 {
        font-size: 14px;
        height: 20px;
        font-weight: bold;
        color: #f08300;
    }

    .gy_qh_body p {
        font-size: 14px;
        line-height: 25px;
        text-indent: 2em;
    }

    .gy_qh_body .gy_nr p a {
        color: #002f8f;
    }

    .gy_qh_body .gy_nr img {
        width: 600px;
        height: auto;
        display: block;
        margin-top: 15px;
    }

    .gy_qh_body .gy_nr h2 span {
        font-size: 18px;
    }

    .hyxl_case {
        width: 100%;
        height: auto;
        display: table;
        margin-top: 40px;
        background: #eee;
        padding-top: 20px;
    }
    .hyxl_case .case_title {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;

    }
    .hyxl_case .case_title h1{
        font-size: 18px;
    }
    .hyxl_case .case_title a {
        width: 100%;
        height: 50px;
        display: block;
        text-align: center;
        background: url(../images/title_news.png) no-repeat center;
    }


    .case_body {
        width: 100%;
        height: 640px;
        display: block;
        overflow: hidden;
        margin: 0 auto;
        margin-top: 20px;
    }

    .case_body ul li {
        width: 49%;
        height: auto;
        display: table;
        float: left;
        margin-left: 1%;
        position: relative;
        margin-bottom: 20px;
    }

    .case_body ul li:nth-child(1) {
        margin-left: 0px;
    }

    .case_body ul li a {
        width: 100%;
        height: auto;
        display: block;
    }

    .case_body ul li a .case_img, .case_body ul li a .case_img img {
        width: 100%;
        height: 200px;
        display: block;
    }

    .case_body ul li a .case_txt {
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        z-index: 99;
        /*top: 300px;*/
    }

    .case_body ul li a .case_txt h2 {
        font-size: 20px;
        text-align: center;
        color: #002f8f;
        line-height: 56px;
        width: 90%;
        height: 56px;
        display: block;
        overflow: hidden;
        font-weight: normal;
        margin: 0 auto;
    }

    .case_body ul li a .case_txt p {
        font-size: 14px;
        text-align: center;
        color: #555;
        line-height: 26px;
        width: 90%;
        height: 52px;
        display: block;
        overflow: hidden;
        margin: 0 auto;
    }

    .case_body ul li a .case_txt h5 {
        display: none;
    }

    .hyxl_ys {
        width: 100%;
        background: #f08300;
    }

    .hyxl_ys img {
        width: 100%;
        display: block;
        margin: 0 auto;
    }

    .ny_banner {
        width: 100%;
        display: block;
        overflow: hidden;
    }

    .ny_banner h2 {
        text-align: center;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        line-height: 36px;
        padding-top: 40px;
        text-indent: 3px;
        letter-spacing: 3px;
    }

    .ny_banner h3 {
        text-align: center;
        font-size: 17px;
        font-weight: normal;
        color: #fff;
        line-height: 36px;
        padding-top: 20px;
    }

    .ny_banner h5 {
        color: #fff;
        font-size: 14px;
        font-weight: normal;
        text-align: center;
        line-height: 30px;
        margin: 20px 0;
    }

    .ny_navigation {
        width: 100%;
        border-bottom: 3px solid #f08300;
        background: #181f4a;
    }

    .ny_navigation ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
        padding: 0;
        margin: 0;
    }

    .ny_navigation ul li {
        /*height: 41px;*/
        display: block;
        /*margin: 10px 20px;*/
        float: left;
        line-height: 41px;
        text-align: center;
    }

    .ny_navigation ul li a {
        width: 100%;
        /*height: 41px;*/
        display: block;
        padding: 0 22px;
        color: #fff;
        font-size: 14px;
    }

    .ny_navigation ul li a.active {
        background: #f08300;
        border-radius: 5px 5px 0 0;
    }

    .ny_navigation ul ul {
        display: none;
    }

    .ny_zhaiyao_bg {
        width: 100%;
        height: auto;
        /*display: table;*/
        padding: 10px 10px 0 10px;
        /*padding: 20px 0 0 0;*/
        background: #fff
    }

    .ny_zhaiyao {
        padding-bottom: 20px;
    }

    .ny_zhaiyao h2 {
        font-size: 26px;
        color: #f08300;
        font-weight: normal;
        letter-spacing: 1px;
        text-align: center;
        padding: 10px 0;
    }

    .ny_zhaiyao p {
        font-size: 14px;
        color: #000;
        /*margin-top: 15px;*/
        text-indent: 2em;
    }

    .ny_zhaiyao div {
        margin-top: 20px !important;
    }

    .ny_zhaiyao strong {
        line-height: 20px;
        font-size: 16px;
    }

    .ny_zhaiyao span {
        line-height: 20px;
        font-size: 16px !important;
    }

    .ny_zhaiyao img {
        width: 100%;
        height: auto;
    }

    .ny_content {
        background: #fff;
        padding-bottom: 20px;
    }
    .ny_content img{
        max-width: 100%;
    }
    .product-content .contentlist {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .product-content .contentlist dl {
        width: 48%;
        height: auto;
        float: left;
        margin-left: 2%;
        margin-top: 10px;
        position: relative;
        margin-bottom: 15px;
    }

    .product-content .contentlist dl:nth-child(4n+1) {
        margin-left: 0px;
    }

    .product-content .contentlist dl a {
        color: #000;
    }

    .product-content .contentlist dl dd {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .product-content .contentlist dl dd img {
        width: 100%;
        height: auto;
        overflow: hidden;
        -webkit-transition: all 0.4s ease-in-out;
        border: 1px solid #ccc;
    }


    .product-content .contentlist dl dt {
        width: 100%;
        height: 40px;
        line-height: 20px;
        text-align: center;
    }

    .product-content .contentlist dl a .jg_bf {
        display: none;
    }

    .article-content .contentlist {
        width: 100%;
        margin: 0 auto;
    }

    .article-content .contentlist ul li {
        width: 100%;
        height: 40px;
        line-height: 40px;
        list-style: none;
        border-bottom: 1px dashed #ccc;
    }

    .article-content .contentlist ul li a {
        color: #000;
        font-size: 14px;
        display: flex;
        justify-content: space-between;
    }

    .article-content .contentlist ul li a .article_title {
        width: 76%;
    }

    .article-content .contentpage {
        width: 100%;
        height: 60px;
        line-height: 60px;
    }

    .product_view .fotCon {
        width: 100%;
        height: auto;
        display: block;
        margin: 20px auto;
    }

    .product_view .pnLink {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #333;
        width: 100%;
        padding-left: 10px;
        margin-bottom: 10px;
        text-align: left;
        background: #eee;
    }

    .product_view .pnLink1 {
        float: left;
    }

    .product_view .pnLink2 {
        float: left;
    }

    .product_view .pnLink:hover {
        background: #0065ca;
        color: #ffffff;
    }

    .product_view .st {
        text-align: center;
        display: block;
        line-height: 2
    }

    .product_view .ny_zhaiyao {
        display: none;
    }

    .page-main img {
        text-align: center;
    }

    .page-main .col-1-4.col {
        width: 205px;
        margin-right: 93px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /*===========================================================社会责任=========================================*/
    .social_duty .fzzl {
        width: 100%;
        height: 380px;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px 20px 0 20px;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .social_duty .fzzl h1 {
        margin-bottom: 40px;
    }

    .social_duty .fzzl .fz_content {
        font-size: 14px;
    }

    .social_duty .env_pro {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 50px;
    }

    .social_duty .env_pro img:nth-child(1) {
        width: 50px;
        height: 50px;
    }

    .social_duty .env_pro h1 {
        margin-top: 15px;
        color: #1f2a66;
        font-size: 36px;
        margin-bottom: 20px;
    }

    .social_duty .env_pro .env_content {
        font-size: 16px;
        text-align: center;
        width: 90%;
    }

    .social_duty .env_fz {
        padding-top: 40px;
        background: #edeef3;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

    .social_duty .env_fz h1 {
        margin-top: 15px;
        color: #1f2a66;
        font-size: 36px;
        margin-bottom: 20px;
    }

    .social_duty .env_fz .env_content {
        font-size: 16px;
        text-align: center;
        width: 90%;
    }

    .social_duty .env_list {
        display: flex;
        flex-wrap: wrap;
        margin: 20px 20px;
        justify-content: space-between;
        width: 90%;
    }

    .social_duty .env_list .env_item {
        width: 100%;
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        font-size: 15px;
        margin-bottom: 5px;
    }

    .social_duty .env_list .env_item img {
        width: 187px;
        height: 174px;
        margin-bottom: 20px;
    }

    .social_duty .env_modules .env_list .env_item img {
        width: 87px;
        height: 74px;
        margin-bottom: 20px;
    }

    .social_duty .env_list .env_item .env_title {
        color: #f00;
        margin: 20px 0;
    }

    .social_duty .env_zl {
        padding-top: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

    .social_duty .env_zl .env_content {
        font-size: 16px;
        text-align: center;
        width: 90%;
    }

    .social_duty .env_modules {
        margin-top: 40px;
    }

    .social_duty .env_modules h2 {
        color: #d03;
        font-size: 18px;
        margin-bottom: 20px;
    }

    /*==========================================胡杨线缆====================================*/
    .hyxl_page .pz_list {
        display: flex;
        flex-direction: column;
        margin-top: 40px;
        align-items: center;
        width: 100%;
        padding-bottom: 20px;
    }

    .hyxl_page .pz_list .pz_item {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #fff;
        font-size: 15px;
    }

    .hyxl_page .pz_list .pz_item img {
        width: 205px;
        height: 205px;
    }

    .hyxl_page .pz_list .pz_item .pz_title {
        margin: 20px 0;
    }

    .hyxl_page .pz_list .pz_item .pz_desc {
        text-align: center;
        width: 90%;
    }

    .hyxl_page .duty_img {
        width: 100%;
        object-fit: cover;
    }

    /*============================================工作机会=================================================*/
    .recruit_page {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .recruit_page .col-left{
        width: 100%!important;
    }
    .recruit_page .col-left img{
        width: 100%;
    }

    .recruit_page .col-right{
        width: 100% !important;
    }
    .recruit_page .col-right td {
        word-break: break-all;
        font-size: 14px;
        border-bottom: 1px solid #ddd;
        padding-top: 20px;
        line-height: 36px;
    }
    .list_photo .row{
        justify-content: space-between;
    }
    .list_photo .col-sm-6{
        width: 48% !important;
        padding: 0;
    }
    .list_photo .tz-gallery .lightbox p{
        width: 100%;
        bottom: 12px;
    }
    .dsz .firstRow{
        display: flex;
        flex-direction: column;
    }
    .dsz .firstRow td{
        width: 100% !important;
    }
    .dsz .ny_zhaiyao td{
        padding: 0 20px;
    }
    .dsz img{
        width: 100% !important;
    }
    .team_ln tr{
        display: flex;
        flex-direction: column;
        height: auto !important;
    }
    .team_ln tr td{
        width: 100% !important;
        margin-top: 20px;
        height: auto !important;
    }
}
