.pl_search_wrap {
    width: 100%;
    display: table;
    padding: 4.1% 0 0;
}

.pl_filter_list {
    display: table;
    margin: 0 auto;
}

.pl_filter_list li {
    float: left;

    margin: 0 15px;
}

.pl_filter_list li a {
    cursor: pointer;
    display: block;
    border: 1px solid #aaa;
    text-align: center;
    padding: 1vw 4vw;
    position: relative;
    font-size: 16px;
}

.pl_filter_list li a img {
    display: block;
    height: 41px;
    margin: 0 auto;
}

.pl_filter_list li a p {
    padding: 10px 0 0 0;
}

.pl_filter_list li a span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    background: #00a4e0;
    color: #fff;
    font-size: 20px;
    transition: all 0.4s;
    opacity: 0;
    visibility: hidden;
}

.pl_filter_list li:hover a span,
.pl_filter_list li.on a span {
    opacity: 1;
    visibility: visible;
}

.pl_filter_list li:last-child {
    margin-right: 0;
}

.pl_second_sub {
    margin-top: 20px;
}

.pl_second_sub li {
    background: #eee;
    text-align: center;
    display: none;
}

.pl_second_sub li.on {
    display: block;
}

.pl_second_sub li a {
    font-size: 14px;
    display: inline-block;
    color: #000;
    position: relative;
    line-height: 3;
    margin: 0 10px;
    padding: 0 10px;
    transition: all 0.4s;
}

.pl_second_sub li a:after {
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 3px;
    content: '';
    width: 0;
    background: #00a4e0;
    transition: all 0.4s;
}

.pl_second_sub li a:hover,
.pl_second_sub li a.aon{
    color: #00a4e0;
}

.pl_second_sub li a:hover:after,
.pl_second_sub li a.aon:after{
    width: 100%;
}

.pl_item_list {
    padding: 0.4rem 0 0 0;
}

.pl_item_list ul li {
    width: 31.333%;
    float: left;
    margin-right: 3%;
    margin-bottom: 4%;
}

.pl_item_list ul li a {
    display: block;
    overflow: hidden;
}

.pl_item_list ul li a>div {
    padding-bottom: 70%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.4s;
}

.pl_item_list ul li a:hover>div {
    -webkit-transform: scale(1.1, 1.1);
}

.pl_item_list ul li>a:nth-child(2) {
    padding: 0.1rem 0 14px 0;
    font-size: 16px;
}

.pl_item_list ul li>a:nth-child(2)>span:nth-child(2) {
    display: inline-block;
    border: 1px solid #888;
    text-transform: uppercase;
    padding: 5px 14px;
    font-size: 14px;
    font-family: Arial;
}

.pl_item_list ul li:nth-child(3n) {
    margin-right: 0;
}

.new-ls {
    width: 100%;
    margin-top: 5.2%;

}

.new-ls .data {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;

}

.new-ls .data li {
    float: left;
    width: 33.33%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 42px;
}

.new-ls .data .pic {
    width: 100%;
    overflow: hidden;
}

.new-ls .data .pic img {
    width: 100%;
}


.new-ls .data img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.new-ls .data a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.new-ls .data .conter {
    padding: 30px 0;
    background: #eee;
}

.new-ls .data .views {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #999999;
    padding-left: 25px;
    background: url("../img/eye.png") no-repeat left center;
    position: relative;
    margin-left: 30px;
}

.new-ls .data .views::before {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background-color: #bbbbbb;
    position: absolute;
    left: -15px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.new-ls .data .tit {
    text-align: center;
    font-size: 18px;
    color: #000;
    white-space: normal;
}

.new-ls .data .more {
    text-align: center;
}

.new-ls .data .check-more {
    font-size: 14px;
    color: #666666;
    text-align: center;
}

.new-ls .data a:hover .tit,
.new-ls .data a:hover .check-more {
    color: #00a4e0
}

.new-ls .data a:hover .tit::after {
    background-color: #00a4e0
}

.new-ls .data a:hover .check-more::after {
    background: url("../img/new-arrow-on.png") no-repeat center center;
    background-size: 100% 100%;
}

/* 详情 */

/* product-detail */
.product-detail .detail {
    width: 100%;
    display: table;
    margin: 5.2% 0;
}

.product-detail h1 {
    opacity: 0;
    position: absolute;
}

.product-detail .nav-bar {
    background-color: #dfdddd;
    width: 100%;
    height: 80px;
    line-height: 80px;
}

.product-detail .pro-name {
    float: left;
    font-size: 18px;
    font-family: 'Medium';
    color: #333;
}

.product-detail .pro-nav {
    float: right;
}

.product-detail .pro-nav dd {
    display: inline-block;
    margin-left: 35px;
}

.product-detail .pro-nav dd:first-child {
    margin-left: 0;
}

.product-detail .pro-nav dd a {
    display: block;
    font-family: 'Light';
    color: #999;
    position: relative;
}

.product-detail .pro-nav dd.on a {
    color: #00a4e0;
}

.product-detail .jump {
    position: absolute;
    top: -80px;
    left: 0;
    opacity: 0;
}

@media(max-width: 1024px) {
    .product-detail .jump {
        top: -110px;
    }
}

@media(max-width: 640px) {
    .new-ls .data .tit{
        font-size: 14px !important;
    }
    .product-detail .pro-name {
        display: none;
    }
    .zt_sticky .zt .zt_menutit{
        font-size: 14px !important;
        padding: 5px 10px !important;
    }

    .product-detail .pro-nav {
        float: none;
        width: 100%;
        text-align: center;
    }

    .product-detail .pro-nav dd {
        margin-left: 18%;
    }

    .product-detail .pro-nav dd.on a::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
        background-color: #00a4e0;
    }

    .product-detail .jump {
        top: -55px;
    }
}

.product-detail .part1 {
    width: 100%;
    margin: 2.85% 0 8.57%;
    box-sizing: border-box;
    display: inline;
}

.product-detail .part1 .left {
    width: 60%;
    float: left;
}

.product-detail .part1 .box {
    width: 17.6%;
    float: left;
    padding-right: 4.6%;
    margin: 0px 0 -20px;
    position: relative;
    overflow: hidden;
    overflow-y: auto;
}

.product-detail .part1 .slider-for {
    width: 82.4%;
    float: left;
    padding-left: 4.8%;
}

.product-detail .part1 .slider-for img {
    width: 100%;
}

.product-detail .part1 .slider-nav li {
    margin: 20px 0;
    cursor: pointer;
    transition: all .3s;
    overflow: hidden;
}

.product-detail .part1 .slider-nav li:first-child {
    margin-top: 0;
}

.product-detail .part1 .slider-nav li:last-child {
    margin-bottom: 0;
}

.product-detail .part1 .slider-nav li.aon {
    border: 1px solid #00a4e0;
}

.product-detail .part1 .slider-for .pic {
    padding-top: 75%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f9f9f9;
}

.product-detail .part1 .slider-nav .pic {
    padding-top: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f9f9f9;
}

/* .product-detail .part1 .box::before,
.product-detail .part1 .box::before{background-color: #f0f0f0; z-index: 1; height: calc(100% - 20px);} */
.product-detail .part1 .box::-webkit-scrollbar {
    width: 1px;
    height: 100%;
    background-color: #f9f9f9;
}

.product-detail .part1 .box::-webkit-scrollbar-button {
    display: none;
}

.product-detail .part1 .box::-webkit-scrollbar-thumb {
    background-color: #00a4e0;
}

.product-detail .wap {
    display: none;
}

.product-detail .part1 .right {
    padding-left: 7%;
    width: 40%;
    float: left;
}

.product-detail .part1 .txt {
    color: #999;
    line-height: 23px;
}

.product-detail .part1 .label {
    display: inline-block;
    width: 42px;
    line-height: 23px;
    text-align: center;
    color: #fff;
    background-color: #00a4e0;
    margin-right: 20px;
    font-size: 14px;
    vertical-align: top;
}

.product-detail .part1 .tit {
    font-size: 40px;
    padding: 1% 0;
}

.product-detail .part1 .subtit {
    font-size: 18px;
    color: #6b6b6b;
}

.product-detail .part1 .shop {
    padding-top: 17.5%;
    line-height: 80px;
}

.product-detail .part1 .shop li {
    border-top: 1px solid #ededed;
    background: url(../img/next-icon01.png)no-repeat 95% center;
}

.product-detail .part1 .shop li:last-child {
    border-bottom: 1px solid #ededed;
}

.product-detail .part1 .shop .shop-name {
    padding-left: 66px;
    font-size: 14px;
    color: #999;
    background-repeat: no-repeat;
    background-position: left center;
}

@media(max-width: 1024px) {
    .product-detail .part1 .left {
        width: 100%;
        float: none;
    }

    .product-detail .part1 .right {
        width: 100%;
        float: none;
        padding-top: 30px;
        padding-left: 0;
    }

    .product-detail .part1 .tit {
        padding: 2% 0;
    }

    .product-detail .part1 .shop {
        padding-top: 3%;
    }
}

@media(max-width: 640px) {
    .product-detail .part1 .left {
        display: none;
    }

    .product-detail .wap {
        display: block;
    }

    .product-detail .wap .pic {
        padding-top: 74.666%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-color: #f9f9f9;
    }

    .product-detail .wap .slick-dots button {
        width: 28px;
        background-color: #e0e0e0;
    }

    .product-detail .wap .slick-dots button::before {
        background-color: #00a4e0;
    }
}


#c-product5 .c-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#c-product5 .c-list {
    margin: 42px 0;
}

#c-product5 .c-list li {
    padding: 0 1rem 50px;
    width: 33.333%;
    text-align: center;
}

#c-product5 .c-list img {
    width: 120px;
}

#c-product5 .c-list .c-title {
    margin: 25px 0 10px;
    font-size: 20px;
    line-height: 30px;
}

#c-product5 .c-list .c-text {
    line-height: 30px;
    color: #666;
    word-break: break-all;
}


/* 产品技术参数 */

#c-product6 {
    background: #282828;
}

#c-product6 .c-wrap {
    padding: 70px 100px;
    background: #fff;
}

#c-product6 table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    /* border-spacing: 0px; */
}

#c-product6 td {
    padding: 15px;
    width: 50%;
    border: 1px solid #ddd;
    word-wrap: break-word;
    word-break: normal;
}

#c-product6 tr:nth-child(odd) {
    background: #ffe4cc;
}

#c-product6 td:first-child {
    font-weight: bold;
}

.auto-1400 {
    max-width: 1400px;
    margin: auto;
    width: 92%;
}

#c-product4 {
    width: 100%;
    margin-bottom: 62px;
}

#c-product4 img {
    width: 100%;
}

.nxq-a1 {
    width: 210px;
    height: 70px;
    border-radius: 50px;
    border: 1px solid #cacaca;
    margin: 0 auto;
    text-align: center;
    line-height: 68px;
    font-size: 16px;
    color: #666666;
    transition: 0.5s;
}

.nxq-a1:hover {
    color: #fff;
    background: #00a4e0;
    border: 1px solid #00a4e0;
    transition: 0.5s;
}

.nxq-a1:hover a {
    color: #fff;
}

.nxq-a1 a {
    color: #666;
}

.nxq-a2 {
    width: 100%;
    margin-top: 50px;
    height: 24px;
}

.nxq-a2>div {
    font-size: 14px;
    line-height: 16px;
    color: #999999;
}

.nxq-a2>div:nth-child(1) {
    float: left;
}

.nxq-a2>div:nth-child(2) {
    float: right;
}

.nxq-a2>div a {
    color: #666;
}

.shop-p {
    width: 60%;
    margin: 0 auto 62px;
}

.shop-p .shop {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.shop-p .shop li {
    width: 33.33%;
    text-align: center;
    padding: 0 10px;
}

.shop-p .shop li a {
    border: 1px solid #ccc;

    width: 100%;
    padding: 20px 20px 10px;
    display: table;
}

.shop-p .shop li a img {
    margin-bottom: 10px;
}

.shop-p .shop li a .shop-name {
    color: #000;
    font-size: 18px;
}

/* 详情 */
.productdetail {
    margin: 5vw 0;
}

.detailscontent {
    display: flex;
    flex-wrap: wrap;
}

.pdleft,
.pdright {
    width: 50%;
}

.pc-slide {
    position: relative;
    box-sizing: border-box;
    display: block;
}

.view .swiper-container {
    width: 100%;
    max-height: 468px;
}

.view .swiper-slide {
    width: 100%;
    max-height: 468px;
}

.view .swiper-slide img {
    width: 100%;
}

.view .arrow,
.prview .arrow {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    z-index: 10;
}

.view .arrow-left,
.prview .arrow-left {
    left: 10px;
}

.view .arrow-right,
.prview .arrow-right {
    right: 10px;
}

.preview {
    width: 90%;
    margin: 2vw auto 0;
    position: relative;
}

.preview .swiper-slide {
    width: 25% !important;
    max-width: 100%;
    max-height: 113px;
    height: 100%;
}

.preview .swiper-slide img {
    width: 100%;
}

.preview .arrow {
    position: absolute;
    top: 45%;
    margin-top: -9px;
    text-align: center;
    z-index: 10;
    font-family: "宋体";
}

.preview .arrow:hover {
    color: #00a4e0;
}

.preview .arrow:hover i {
    color: #00a4e0;
}

.preview .arrow i {
    font-size: 22px;
    color: #000;
}

.preview .arrow-left {
    left: -5%;
}

.preview .arrow-right {
    right: -5%;
}

.preview img {
    padding: 1px;
}

.preview .active-nav img {
    padding: 0;
    border: 2px solid #00a4e0;
}

.view .swiper-container,
.prview .swiper-container {
    width: 100%;
}

.view .arrow,
.prview .arrow {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    z-index: 10;
}

.view .arrow-left,
.prview .arrow-left {
    left: 10px;
}

.view .arrow-right,
.prview .arrow-right {
    right: 10px;
}

.prview .arrow i {
    font-size: 22px;
    color: #fff;
}

.titlebox {
    padding-top: 2vw;
    padding-left: 3vw;
}

.titlebox h1 {
    font-size: 48px;
    color: #000;
}

.titlebox h3 {
    font-size: 24px;
    color: #000;
}

.titlebox p {
    font-size: 14px;
    color: #666;
}

.titlebox p span {
    font-size: 16px;
    color: #000;
}

.zt_main {
    margin-bottom: 5vw;
}

.zt_sticky .zt_jzmenu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.zt_sticky .zt .zt_menutit {
    font-size: 18px;
    text-align: center;
    padding: 20px 40px;
    cursor: pointer;
}

.zt_sticky .zt.current .zt_menutit ,.zt_sticky .zt:hover .zt_menutit{
    background: #00a4e0;
    color: #fff;
}
.zt_part3{
    margin: 3vw 0 0;
}
.zt_container h1{
    font-size: 48px;
    color: #000;
}
.zt_container  .tr{
    width: 45px;
    height: 3px;
    background: #00a4e0;
}
.zt_container .img{
    margin: 3vw 0 0;
}
.zt_container .img img{
    width: 100%;
}
.zt_part4 {
    margin: 5vw 0 0;
}

.teablybox{
    display: flex;
    flex-wrap: wrap;
    margin: 3vw -15px 0;
}
.teablybox .box{
    width: 50%;
    padding: 0 15px;
}
.teablybox table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    /* border-spacing: 0px; */
}

.teablybox td {
    padding: 15px;
    border: 1px solid #f5f6fa;
    word-wrap: break-word;
    word-break: normal;
}
.teablybox td.w30{
    width: 30%;
}
.teablybox td.w70{
    width: 70%;
}
.teablybox tr:nth-child(even) {
    background: #dee8fe;
}
.teablybox tr:nth-child(odd) {
    background: #f5f6fa;
}

.teablybox td:first-child {
    font-weight: f5f6fa;
}


.nxq-a1{
    width: 210px;
    height: 70px;
    border-radius: 50px;
    border: 1px solid #cacaca;
    margin: 3vw auto;
    text-align: center;
    line-height: 68px;
    font-size: 16px;
    color: #666666;
    transition: 0.5s;
}

.nxq-a1:hover {
    color: #fff;
    background: #00a4e0;
    border: 1px solid #00a4e0;
    transition: 0.5s;
}
.nxq-a1:hover a{
    color: #fff;
}
.nxq-a1 a{
    color: #666;
}
.nxq-a2 {
    width: 100%;
    margin-top: 50px;
    height: 24px;
}

.nxq-a2>div {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 14px;
    color: #999999;
}

.nxq-a2>div:nth-child(1) {
    float: left;
}
.nxq-a2>div img{
    margin-right: 20px;
}
.nxq-a2>div:nth-child(2) {
    float: right;
}
.nxq-a2>div a:hover{
    color: #00a4e0;
}
.nxq-a2>div a {
    color: #666;
}
@media (max-width: 768px){
    .pdleft, .pdright{
        width: 100% !important;
    }
    .pdleft, .pdright{
        margin-top: 32px;
    }
    .titlebox h1{
        font-size: 20px;
    }
    .titlebox h3{
        font-size: 18px;
    }
    .titlebox p span{
        font-size: 14px;
    }
    .zt_container h1{
        font-size: 20px;
    }
    .teablybox .box{
        width: 100%;
    }
    .teablybox td.w30{
        width: 40%;
    }
    .teablybox td{
        font-size: 12px;
    }
    .teablybox td{
        padding: 8px;
    }
    .nxq-a1{
        width: 132px;
        height: 42px;
        line-height: 38px;
    }
}

@media (max-width: 420px) {
    .zt_sticky {
        display: none;
    }
    .pl_filter_list li{
        margin: 0 5px !important;
    }
    .pl_filter_list li a img{
        height: 32px !important;
    }
    .pl_filter_list li a{
        font-size: 14px;
        padding: 10px;
    }
    .pl_filter_list li a span{
        font-size: 14px;
    }
    .new-ls .data li{
        width: 50%;
        padding: 0 10px 10px !important;
        margin-bottom: 10px;
    }
    .new-ls .data{
        margin: 0;
    }
    .new-ls .data .conter{
        padding: 15px 0;
    }
}
.videobox video{
    width: 100%;
    
}