a:hover {
    text-decoration: none;
}

* {
    padding: 0;
    margin: 0;
}

p {
    text-align: justify;
}

@keyframes downUp {
    0% {
        margin-top: 5px
    }
    25% {
        margin-top: -5px
    }
    50% {
        margin-top: 5px
    }
    75% {
        margin-top: -5px
    }
    100% {
        margin-top: 5px
    }
}

@keyframes leftRight {
    0% {
        margin-right: 5px
    }

    25% {
        margin-right: -5px
    }
    50% {
        margin-right: 5px
    }
    75% {
        margin-right: -5px
    }
    100% {
        margin-right: 5px
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0.5;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }
    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

@media (min-width: 1200px) {
    .wap-header {
        display: none;
    }
    /*==================================================首页========================================================*/
    .index_banner {
        position: relative;
        height: 740px;
    }

    .wap-footer {
        display: none;
    }

    .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-search {
        display: none;
    }

    /*首页*/
    .hyxl_top {
        width: 100%;
        height: 32px;
        display: block;
        overflow: hidden;
        background: #eee;
    }

    .hyxl_top .hyxl_top_line {
        width: 100%;
        height: 4px;
        display: block;
        background: #f08300;
    }

    .hyxl_top .hyxl_top_nr {
        height: 28px;
        display: block;
        margin: 0 auto;
    }

    .hyxl_top .hyxl_top_nr h2 {
        width: 600px;
        height: 28px;
        display: block;
        float: left;
        line-height: 28px;
        font-weight: normal;
        font-size: 14px;
        color: #666;
    }

    .hyxl_top .hyxl_top_nr .hyxl_top_link {
        width: auto;
        height: 28px;
        display: flex;
        float: right;
        align-items: center
    }

    .hyxl_top .hyxl_top_nr .hyxl_top_link a {
        line-height: 28px;
        color: #666;
        font-size: 14px;
    }


    .hyxl_logo {
        height: 116px;
        display: block;
        margin: 0 auto;
        background: #fff;
    }

    .hyxl_logo .hyxl_logo_img {
        width: 26.646vw;
        height: 116px;
        display: block;
        float: left;
    }

    .hyxl_logo .hyxl_logo_img a, .hyxl_logo .hyxl_logo_img a img {
        width: 100%;
        height: 116px;
        display: block;
    }

    /*搜索*/
    .xdnt_sousuo {
        height: 90px;
        background: #fff;
        display: flex;
        margin-top: 20px;
        float: right;
        align-items: center
    }

    .xdnt_sousuo .lang_box {
        display: flex;
        padding: 10px 30px;
        height: 56px;
        justify-content: space-around;
        align-items: baseline;
        font-size: 14px;
    }

    .xdnt_sousuo .lang-list {
        overflow: hidden;
        display: flex;
        transition: 0.5s all ease-in-out;
        margin: 0 10px;
        z-index: 999;
        align-items: center;
    }

    .xdnt_sousuo .lang-list .lang.active {
       border: 2px solid #ee5623;
        transition: 1s all ease-in-out;
        border-radius: 50px;
    }

    .xdnt_sousuo .lang-list .lang {
        /*display: none;*/
        transition: 1s all ease-in-out;
        cursor: pointer
    }

    .xdnt_sousuo .lang-list .lang img {
        width: 30px;
        height: 30px
    }

    .sousuo_nr {
        height: 90px;
        display: block;
        margin: 0 auto;
        float: right;
    }

    .sousuo_nr p {
        width: 100%;
        height: 90px;
        display: block;
        float: left;
        line-height: 90px;
        font-size: 14px;
        color: #333;
    }

    .sousuo_nr form {
        width: 370px;
        height: 38px;
        display: block;
        margin-top: -81px;
        float: right;;
    }

    .sousuo_nr form #keyword {
        width: 305px;
        height: 36px;
        line-height: 36px;
        border: 1px solid #ccc;
        text-indent: 10px;
    }

    .sousuo_nr form .sousuo_btn {
        width: 58px;
        border: none;
        height: 38px;
        color: #fff;
        background: #F4B214;
        font-size: 14px;
    }

    .hyxl_foot_bg {
        width: 100%;
        height: auto;
        display: table;
        background: #2b2b2b;
        padding-bottom: 30px;
    }

    .hyxl_foot {
        height: auto;
        display: table;
        margin: 0 auto;
    }

    .hyxl_foot .foot_logo {
        width: 259px;
        height: 119px;
        display: block;
        float: left;
        margin-top: 30px;
    }

    .hyxl_foot .foot_contact {
        width: 580px;
        height: auto;
        display: table;
        float: left;
        margin-left: 30px;
        margin-top: 25px;
    }

    .hyxl_foot .foot_contact p {
        line-height: 26px;
        color: #7c7c7c;
        font-size: 14px;
        margin: 0;
    }

    .foot_erweima {
        width: 115px;
        height: 134px;
        display: block;
        float: right;
        margin-top: 15px;
    }

    .hyxl_foot table {
        height: auto;
        display: table;
        margin-top: 12px;
    }

    .hyxl_foot table .tishi {
        width: auto;
        height: 18px;
        display: block;
        float: left;
        font-size: 14px;
        color: #777;
        line-height: 24px;
        margin-right: 20px;
    }


    .hyxl_banquan {
        width: 100%;
        height: auto;
        display: table;
        padding: 15px 0;
        text-align: center;
        background: #010101;
    }

    .hyxl_banquan p {
        text-align: center;
        color: #fff;
        line-height: 24px;
    }

    .hyxl_banquan p a {
        color: #fff;
    }

    .hyxl_ry {
        width: 100%;
        height: 170px;
        display: block;
        margin-top: 8px;
        box-shadow: 0px 5px 7px #999;
    }
    .hyxl_ry img{
        /*height: 170px;*/
        object-fit: cover;
        display: block;
        margin: 0 auto;
    }
    .hyxl_cp {
        width: 100%;
        height: auto;
        display: table;
        margin-top: 60px;
    }

    .hyxl_cp .cp_title {
        width: 100%;
        height: 116px;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }
    .hyxl_cp .cp_title h1{
        font-size: 30px;
        color: #f08a0f;
    }
    .hyxl_cp .cp_title a {
        text-align: center;
        height: 50px;
        display: block;
        width: 100%;
        background:url('../images/title_news.png') no-repeat center bottom;
        background-size: contain;
        font-size: 14px;
    }

    .cp_body {
        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: 328px;
        height: 302px;
        display: block;
        float: left;
        border-radius: 15px;
        margin-top: 20px;
        background-repeat: no-repeat;
        background-position: center;
        background-size:100%;
        border: 1px solid #bbb;
        position: relative;
    }
    .cp_body ul li a {
        position: absolute;
        top: 68px;
        width: 100%;
        height: 100%;
        opacity: 0;
        border-radius: 15px;
        padding-top: 100px;
        background-color: rgba(0,0,0,0.5);
        transition: .5s all ease-in-out;
    }
    .cp_body ul li:hover a{
        opacity: 1;
        top: 0;
    }
    .cp_body ul li a h2 {
        font-weight: normal;
        text-align: center;
        line-height: 28px;
        color: #fff;
        margin: 10px 35px;
        font-size: 22px;
    }

    .cp_body ul li a p {
        font-weight: normal;
        text-align: left;
        line-height: 22px;
        color: #fff;
        margin: 0 20px;
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        margin-top: 10px;
    }



    .hyxl_news {
        width: 100%;
        height: auto;
        display: table;
        margin-top: 40px;
        background: #eee;
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .hyxl_news .news_title {
        width: 100%;
        height: 116px;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }
    .hyxl_news .news_title h1{
        font-size: 30px;
        color: #f08a0f;
    }
    .hyxl_news .news_title a {
        text-align: center;
        height: 50px;
        display: block;
        width: 100%;
        background:url('../images/title_news.png') no-repeat center bottom;
        background-size: contain;
        font-size: 14px;
    }


    .news_body {
        /*width: 1200px;*/
        height: auto;
        display: table;
        margin: 0 auto;
        margin-top: 20px;
    }

    .news_body .news_first {
        width: 37.5vw;
        height: 300px;
        display: block;
        float: left;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .news_body .news_first h2 {
        width: 26.042vw;
        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;
        width: 500px;
        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: 15.625vw;
        height: 300px;
        display: block;
        overflow: hidden;
        float: left;
        background: #fff;
    }
    .news_body ul li:nth-child(1){
        width: 20.3125vw;
    }
    .news_body ul li:nth-child(4){
        width: 21.875vw;
    }
    .news_body ul li:nth-child(5){
        width: 20.3125vw;
    }
    .news_body ul li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .news_body ul li h2 {
        width: 260px;
        height: 60px;
        font-size: 18px;
        font-weight: normal;
        text-align: center;
        color: #555;
        padding-top: 25px;
        display: block;
        line-height: 30px;
        margin: 0 auto;
    }

    .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: 1200px;*/
        height: 540px;
        display: block;
        margin: 0 auto;
        margin-top: 35px;
    }
    .gy_qh_body  .content{
       font-size: 18px;
        line-height: 32px;
        text-indent: 2rem;
        max-height: 150px;
    }
    .hyxl_gy .gy_title {
        width: 22.917vw;
        height: 540px;
        display: block;
        float: left;
    }

    .hyxl_gy .gy_title img {
        width: 100%;
        height: 100%;
      object-fit: cover;
    }

    .hyxl_gy .gy_body {
        width: 47.09375vw;
        height: 540px;
        display: block;
        float: left;
        margin-left: 60px;
        overflow: hidden;
    }

    .hyxl_gy .gy_body .gy_qh_title {
        width: 72px;
        height: 540px;
        display: block;
        float: left;
    }

    .hyxl_gy .gy_body .gy_qh_title ul li {
        width: 72px;
        height: 90px;
        display: block;
        cursor: pointer
    }

    .hyxl_gy .gy_body .gy_qh_title ul li p {
        width: 60px;
        height: 90px;
        display: block;
        line-height: 90px;
        text-align: center;
        font-size: 40px;
        color: #fff;
        font-family: times new roman;
    }

    .hyxl_gy .gy_body .gy_qh_title ul li:nth-child(1) p {
        background: #eeeeee;
    }

    .hyxl_gy .gy_body .gy_qh_title ul li:nth-child(2) p {
        background: #e5e5e5;
    }

    .hyxl_gy .gy_body .gy_qh_title ul li:nth-child(3) p {
        background: #dddddd;
    }

    .hyxl_gy .gy_body .gy_qh_title ul li:nth-child(4) p {
        background: #d3d3d3;
    }

    .hyxl_gy .gy_body .gy_qh_title ul li:nth-child(5) p {
        background: #c9c9c9;
    }

    .hyxl_gy .gy_body .gy_qh_title ul li:nth-child(6) p {
        background: #bbbbbb;
    }

    .hyxl_gy .gy_body .gy_qh_title ul li:hover p {
        background: #f08300;
    }

    .hyxl_gy .gy_body .gy_qh_title ul li:hover {
        background: url(../images/sanjiao.png) no-repeat right center;
    }

    .hyxl_gy .gy_body .gy_qh_title ul li.xian {
        background: url(../images/sanjiao.png) no-repeat right center;
    }

    .hyxl_gy .gy_body .gy_qh_title ul li.xian p {
        background: #f08300;
    }

    .gy_qh_body {
        width: 37.802vw;
        height: 540px;
        display: block;
        float: left;
        margin-left: 3.073vw;
    }

    .gy_qh_body .gy_shipin {
        width: 40.59375vw;
        height: 350px;
        display: block;
        overflow: hidden;
    }

    .gy_qh_body .gy_img, .gy_qh_body .gy_img img {
        width: 40.59375vw;
        height: 310px;
       object-fit: cover;
        overflow: hidden;
    }

    .gy_qh_body .gy_shipin video {
        margin-top: -50px;
        height: 400px;
    }

    .gy_qh_body .gy_jj h2 {
        font-size: 24px;
        height: 36px;
        line-height: 36px;
        font-weight: bold;
        color: #f08300;
        margin-top: 12px
    }

    .gy_qh_body .gy_jj h3 {
        font-size: 18px;
        height: 36px;
        line-height: 32px;
        font-weight: bold;
        color: #f08300;
    }

    .gy_qh_body .gy_jj p {
        font-size: 14px;
        line-height: 28px;
        text-indent: 2em;
    }

    .gy_qh_body .gy_jj p a {
        color: #002f8f;
    }

    .gy_qh_body .gy_nr h2 {
        font-size: 24px;
        height: 36px;
        line-height: 36px;
        font-weight: bold;
        color: #f08300;
        margin-top: 12px
    }

    .gy_qh_body .gy_nr h3 {
        font-size: 18px;
        height: 36px;
        line-height: 30px;
        font-weight: bold;
        color: #f08300;
    }

    .gy_qh_body .gy_nr 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: 50px;
        padding-bottom: 90px;
    }
    .hyxl_case .case_title {
        width: 100%;
        height: 116px;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }
    .hyxl_case .case_title h1{
        font-size: 30px;
        color: #f08a0f;
    }
    .hyxl_case .case_title a {
        text-align: center;
        height: 50px;
        display: block;
        width: 100%;
        background:url('../images/title_news.png') no-repeat center bottom;
        background-size: contain;
        font-size: 14px;
    }

    .case_body {
        width: 100%;
        height: auto;
        display: block;
        overflow: hidden;
        margin: 0 auto;
        margin-top: 20px;
    }

    .case_body ul li {
        width: 19.2%;
        height: auto;
        display: table;
        float: left;
        margin-left: 1%;
        position: relative;
    }

    .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: 300px;
        display: block;
        background-size: cover !important;
    }

    .case_body ul li a .case_txt {
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        z-index: 99;
        top: 300px;
        transition: .5s all ease-in-out;
    }

    .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;
    }

    .case_body ul li a:hover .case_txt {
        width: 100%;
        height: auto;
        display: block;
        position: absolute;
        z-index: 99;
        background: url(../images/tm_bg.png) no-repeat center;
        background-size: 100% 100%;
        top: 150px;
    }

    .case_body ul li a:hover .case_txt h2 {
        color: #fff;
        line-height: 20px;
        height: 70px;
        padding-top: 40px;
        margin-top: 0px;
    }

    .case_body ul li a:hover .case_txt .case_line_01 {
        width: 100px;
        height: 1px;
        display: block;
        background: #fff;
        margin: 0 auto;
        margin-top: 15px;
    }

    .case_body ul li a:hover .case_txt p {
        color: #fff;
        margin-top: 30px;
    }

    .case_body ul li a:hover .case_txt h5 {
        width: 150px;
        height: 34px;
        display: block;
        border: 1px solid #fff;
        color: #fff;
        font-size: 14px;
        font-weight: normal;
        text-align: center;
        line-height: 32px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .case_body ul li a:hover .case_txt h5:hover {
        background: #fff;
        color: #202a67;
    }

    .hyxl_ys {
        width: 100%;
        height: 95px;
        background: #f08300;
    }

    .hyxl_ys img {
        width: 1200px;
        height: 95px;
        display: block;
        margin: 0 auto;
    }

    .ny_banner {
        width: 100%;
        height: 300px;
        display: block;
        overflow: hidden;
    }

    .ny_banner h2 {
        text-align: center;
        font-size: 32px;
        font-weight: bold;
        color: #fff;
        line-height: 36px;
        padding-top: 100px;
        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: 0px;
    }

    .ny_banner h5 {
        color: #fff;
        font-size: 14px;
        font-weight: normal;
        text-align: center;
        line-height: 30px;
        margin-top: 40px;
    }

    .ny_navigation {
        width: 100%;
        border-bottom: 3px solid #f08300;
        background: #181f4a;
    }

    .ny_navigation ul {
        display: block;
        overflow: hidden;
        margin: 0 auto;
        padding: 0;
    }

    .ny_navigation ul li {
        width: auto;
        height: 41px;
        display: block;
        float: left;
        line-height: 41px;
        text-align: center;
        margin-top: 9px;
    }

    .ny_navigation ul li a {
        width: auto;
        height: 41px;
        display: block;
        padding: 0 22px;
        color: #fff;
        font-size: 14px;
    }

    .ny_navigation ul li a:hover {
        background: #f08300;
        border-radius: 5px 5px 0 0;
    }

    .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: 30px 30px 0 30px;
        background: #fff
    }

    .ny_zhaiyao h2 {
        font-size: 26px;
        color: #f08300;
        font-weight: normal;
        letter-spacing: 1px;
    }

    .ny_zhaiyao p {
        font-size: 14px;
        color: #000;
        margin-top: 15px;
        text-indent: 2em;
    }

    .ny_content {
        background: #fff
    }

    .product-content .contentlist {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding-left: 1%;
    }

    .product-content .contentlist dl {
        height: auto;
        float: left;
        margin-left: 2%;
        margin-top: 10px;
        position: relative;
        margin-bottom: 15px;
        width: 324px;
    }

    .product-content .contentlist dl:nth-child(4n+1) {
        margin-left: 0px;
    }

    .product-content .contentlist dl a {
        color: #000;
    }

    .product-content .contentlist dl dd {

        height: auto;
        overflow: hidden;
    }

    .product-content .contentlist dl dd img {
        width: 100%;
        height: 310px;
        overflow: hidden;
        -webkit-transition: all 0.4s ease-in-out;
        border: 1px solid #ccc;
    }

    .product-content .contentlist dl dd img:hover {
        transform: scale(1.1);
        opacity: 0.8;
    }

    .product-content .contentlist dl dt {
        width: 100%;
        line-height: 20px;
        text-align: center;
    }

    .product-content .contentlist dl a .jg_bf {
        display: none;
    }

    .product-content .contentlist dl a:hover .jg_bf {
        display: block;
        position: absolute;
        width: 100%;
        height: 310px;
        top: 1px;
        left: 1px;
        background: url('../images/tm_bg.png') no-repeat center;
        background-size: 100% 100%;
    }

    .product-content .contentlist dl a:hover .jg_bf p {
        width: 120px;
        height: 40px;
        display: block;
        border: 1px solid #fff;
        text-align: center;
        line-height: 40px;
        color: #fff;
        margin: 0 auto;
        margin-top: 140px;
    }

    .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:hover a {
        color: #ff1b68;
    }

    .article-content .contentlist ul li:hover span {
        color: #ff1b68;
    }

    .article-content .contentpage {
        width: 100%;
        height: 60px;
        line-height: 60px;
    }

    .product_view .fotCon {
        width: 100%;
        height: auto;
        display: block;
        margin: 20px auto;
    }

    .product_view img {
        max-width: 100%;
    }

    .product_view .pnLink {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        color: #333;
        width:48%;
        text-align: left;
        padding-left: 20px;
        background: #eee;
    }

    .product_view .pnLink1 {
        float: left;
    }

    .product_view .pnLink2 {
        float: right;
    }

    .product_view .pnLink:hover {
        background: #f08300;
        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 {
        height: 600px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 192px 20px 0 20px;
        color: #fff;
    }

    .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 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: 50%;
    }

    .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: 50%;
    }

    .social_duty .env_list {
        display: flex;
        flex-wrap: wrap;
        margin: 20px 20px;
        justify-content: space-between;
        width: 80%;
    }

    .social_duty .env_list .env_item {
        width: 242px;
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 20px;
        font-size: 15px;
    }

    .social_duty .env_list .env_item img {
        width: 187px;
        height: 174px;
        margin-bottom: 20px;
    }

    .social_duty .env_list .env_item .env_title {
        color: #f00;
        margin: 20px 0;
    }

    .social_duty .env_zl {
        padding-top: 140px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

    .social_duty .env_zl .env_content {
        font-size: 16px;
        text-align: center;
        width: 50%;
    }

    .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;
        justify-content: space-between;
        margin-top: 40px;
        align-items: center;
        width: 80%;
        padding-bottom: 20px;
    }

    .hyxl_page .pz_list .pz_item {
        width: 20%;
        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%;
    }
    /*======================================工程案例=========================================*/
    .list_photo .contentlist{width:100%;display:table;}
    .list_photo .contentlist dl{width:268px;height:190px;float:left;margin-left:20px;margin-top:10px; border:1px solid #ccc; position: relative; margin-bottom: 20px;}
    .list_photo .contentlist dl:nth-child(4n+1){ margin-left: 0px; }
    .list_photo .contentlist dl a{color:#000;}
    .list_photo .contentlist dl dd{width:100%;height:190px; overflow:hidden;}
    .list_photo .contentlist dl dd img{width:100%;height:190px; overflow:hidden;-webkit-transition:all 0.4s ease-in-out;}
    .list_photo .contentlist dl dd img:hover{transform:scale(1.1);opacity:0.8;}
    .list_photo .contentlist dl dt{width:100%;height:50px;line-height:50px;text-align:center; background: rgba(31,42,102,0.5); position: absolute; bottom:0px; color: #fff;}


    .list_photo .ny_zhaiyao{ background: #22222c; padding: 30px}
    .list_photo .ny_zhaiyao_bg{
        padding: 0;
    }
    .list_photo .ny_zhaiyao_bg, .list_photo .ny_content{ background: url(../images/20140717032402561.jpg) fixed no-repeat center bottom !important; }
    .list_photo .ny_zhaiyao p{ color: #fff; }
    .list_photo .ny_content1{ background: #22222c; padding: 30px}
    .list_photo .tz-gallery .lightbox p{
        width: 100%;
        bottom: 12px;
    }
    .list_photo .tz-gallery .row{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .list_photo .tz-gallery  .col-md-3{
        overflow: hidden;
        padding: 0;
        max-width: 23%;
    }
    /*======================================工作机会==========================================*/
    .recruit_page {

    }

    .recruit_page .col-right td {
        word-break: break-all;
        font-size: 14px;
        padding-right: 30px;
        border-bottom: 1px solid #ddd;
        padding-top: 20px;
        line-height: 36px;
    }
    .article-box{
        padding: 30px 30px;
    }
    .article-box .ny_zhaiyao_bg{
        padding:30px 0 0 0;
    }

}
