/* =====================产品中心样式======================== */

/* 产品列表 s */
.prolist_con {
    padding: 0.8rem 0;
}

.prolist_nav {
    margin-bottom: 0.6rem;
}

.prolist_nav ul {
    width: 68%;
}

.prolist_nav ul li {
    margin-right: 0.12rem;
    margin-bottom: 0.12rem;
}

.prolist_nav ul li a {
    display: block;
    position: relative;
    font-size: 18px;
    color: #777;
    background: #f7f7f7;
    padding: 0.15rem 0.5rem;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.prolist_nav ul li:hover a,
.prolist_nav ul li.active a {
    /* background: #f1fbec;
    color: #ACCE22; */
    background-color: #ACCE22;
    color: white;
}

.prolist_nav ul li a .ico {
}

.prolist_nav ul li a .ico img {
}

.prolist_nav ul li a p {
}

.prolist_nav .prolist_search {
    width: 30%;
    height: 50px;
    display: flex;
}

.prolist_nav .prolist_search input:first-child {
    width: 86%;
    border: 1px solid #e8e8e8;
    font-size: 18px;
    padding: 0 26px;
    color: #777;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.prolist_nav .prolist_search input:first-child:focus {
    border-color: #ACCE22
}

.prolist_nav .prolist_search input:first-child::placeholder {
    font-size: 18px;
    color: #bebebe
}

.prolist_nav .prolist_search_btn {
    width: 14%;
    background: #ACCE22 url(../image/search_w.svg) no-repeat center;
    background-size: 25px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

.prolist_nav .prolist_search_btn:hover {
    background-color: #92b504
}

.prolist_ul {
}

.prolist_ul ul {
    /* margin-left: -0.3rem; */
}

.prolist_ul ul li {
    float: left;
    width: 24%;
    margin-right: calc(4% / 3);
    margin-bottom: 0.3rem;
    border: 1px solid #e5e5e5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.prolist_ul ul li:hover {
    border-color: #ACCE22;
}

.prolist_ul ul li:nth-child(4n) {
    margin-right: 0;
}

.prolist_ul ul li a {
    display: block;
}

.prolist_ul ul li a .pic {
}

.prolist_ul ul li a .pic img {
    width: 100%;
}

.prolist_ul ul li a .text {
    text-align: center;
    padding: 0.2rem 5%;
    background: #fff;
    position: relative;
    z-index: 1;
    border-top: 1px solid #eee;
    background: #f0f0f0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.prolist_ul ul li a .text:after {
    content: '';
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    transition: all .4s ease;
    background: #ACCE22;
    /* background: #ACCE22 url(../images/prolist_bg.jpg) no-repeat bottom right; */
}

.prolist_ul ul li:hover a .text:after {
    opacity: 1;
}

.prolist_ul ul li a .text h4 {
    font-size: 18px;
    color: #333;
    line-height: 24px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    /* overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; */
}

.prolist_ul ul li a .text p {
    color: #a8a8a8;
    font-size: 18px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-top: 10px;
}

.prolist_ul ul li:hover a .text h4,
.prolist_ul ul li:hover a .text p {
    color: white;
}

/* 产品列表 e */


/* 产品详情 s */
.prodet_con {
    margin-top: 100px;
}

.prodet_con .w16 {
    position: relative;
    min-height: 2rem;
    padding-bottom: 0.35rem;
}

.prodet_con .bg {
    position: absolute;
    left: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.prodet_con .bg:before {
    content: "";
    display: block;
    position: absolute;
    left: -2.1rem;
    top: 0;
    bottom: 0;
    right: 0;
    background: #f5f5f5;
}

.p_nav {
    position: relative;
    line-height: .79rem;
    width: 100%;
    font-size: .16rem;
    padding-left: 0.29rem;
    background: url(../image/img18.png) left center no-repeat;
    background-size: 0.18rem;
    color: #999;
}

.p_nav a {
    margin: 0 3px;
}

.prodet_con .pic_list {
    width: 4.85rem;

}

.prodet_con .pic_list .pic_img {
    border: #eee solid 1px;
    overflow: hidden;
}

.prodet_con .pic_list .pic_img ul {
}

.prodet_con .pic_list .pic_img ul li {
    height: 4.85rem;
    line-height: 4.85rem;
}

.prodet_con .pic_list .pic_img ul li img {
    width: 100%;
    display: inline-block;
}

.prodet_con .pic_list .swiper-button-prev,
.prodet_con .pic_list .swiper-button-next {
    display: block;
    width: 0.4rem;
    height: 100%;
    background: #f5f5f5 center no-repeat;
    background-size: 0.15rem;
    position: absolute;
    z-index: 10;
    left: auto;
    right: auto;
    top: 0;
    bottom: 0;
    margin: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.prodet_con .pic_list .swiper-button-prev::after,
.prodet_con .pic_list .swiper-button-next::after {
    display: none;
}

.prodet_con .pic_list .swiper-button-prev {
    left: 0;
    background-image: url(../image/pro_prev.png);
}

.prodet_con .pic_list .swiper-button-prev:hover {
    background-image: url(../image/pro_prev_on.png);
}

.prodet_con .pic_list .swiper-button-next {
    right: 0;
    background-image: url(../image/pro_next.png);
}

.prodet_con .pic_list .swiper-button-next:hover {
    background-image: url(../image/pro_next_on.png);
}

.prodet_con .pic_list .ico_img {
    position: relative;
    margin-top: 0.2rem;
    width: 100%;
    overflow: hidden;
    padding: 0 0.6rem;
}

.prodet_con .pic_list .ico_img .mySwiper_ico {
    overflow: hidden;
}

.prodet_con .pic_list .ico_img ul {
    position: relative;
}

.prodet_con .pic_list .ico_img ul li {
}

.prodet_con .pic_list .ico_img ul li .pic {
    border: #eee solid 1px;
}

.prodet_con .pic_list .ico_img ul li.swiper-slide-thumb-active .pic {
    border-color: #ACCE22;

}

.prodet_con .pic_list .ico_img ul li img {
    cursor: pointer;
}

.prodet_con .info {
    width: 8.9rem;
    /*max-width: 56%;*/
}

.prodet_con .info .tit {
    /* height: 0.71rem; */
    border-bottom: #ccc solid 1px;
    font-size: .24rem;
    color: #ACCE22;
}

.prodet_con .info .tit h3 {
    font-size: .32rem;
    /* text-transform: uppercase; */
    padding-right: 0.1rem;
    position: relative;
    padding-bottom: 0.08rem;
}

.prodet_con .info .tit span {
}

.prodet_con .info .title {
    padding: 0.25rem 0 0.15rem;

}

.prodet_con .info .title h4 {
    display: inline-block;
    position: relative;
    font-size: .28rem;
    color: #333d47;
    line-height: 1em;
    background: url(https://www.beipu.com/template/cn/image/line20.png) center bottom repeat-x;
    background-size: auto 0.2rem;
    padding-bottom: 0.08rem;
}

.prodet_con .info .title h4::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.2rem;
    background-color: #ACCE22;
    z-index: -1;
}

.prodet_con .info .content {
    font-size: .16rem;
    line-height: .30rem;
    color: #666;
}

.prodet_con .info .content dl {
}

.prodet_con .info .content dl dd {
    padding-left: 0.18rem;
    position: relative;
}

.prodet_con .info .content dl dd::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0.11rem;
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    /*-webkit-transform: translateY(-50%);*/
    /*-moz-transform: translateY(-50%);*/
    /*-ms-transform: translateY(-50%);*/
    /*-o-transform: translateY(-50%);*/
    /*transform: translateY(-50%);*/
    background-color: #ACCE22;
}

.product-show .content dd:before {
    content: "";
    display: block;
    position: absolute;
    left: 0.03rem;
    top: 0;
    width: 0.06rem;
    height: 0.26rem;
    background: url(https://www.beipu.com/template/cn/image/img6.png) center no-repeat;
    background-size: 100%;
}

.prodet_con .info .btn {
    padding-top: 0.6rem;
}

.prodet_con .info .btn a {
    display: inline-block;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    margin-right: 0.5rem;
    width: 2rem;
    height: 0.5rem;
    line-height: .5rem;
    text-align: center;
    font-size: .20rem;
    background: #333d47;
    color: #ACCE22;
}

.prodet_con .info .btn a:hover {
    background: #ACCE22;
    color: #fff;
}

.prodet_nav {
    position: relative;
    height: 1.05rem;
    background: #fff;
    border-bottom: #ccc solid 1px;
    border-top: #ACCE22 solid 0.06rem;
    z-index: 55;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    z-index: 55;
}

.prodet_nav .tit {
    /* height: 0.71rem; */
    font-size: .24rem;
    color: #ACCE22;
    max-width: 50%;
}

.prodet_nav .tit h3 {
    font-size: .24rem;
    line-height: 1.3;
    /* text-transform: uppercase; */
    padding-right: 0.1rem;
    position: relative;
}

.prodet_nav .tit span {
}

.prodet_nav ul {
    width: 40%;
}

.prodet_nav ul li {
}

.prodet_nav ul li a {
    display: inline-block;
    position: relative;
    font-size: .28rem;
    color: #333d47;
    line-height: 1em;
    padding-bottom: 0.08rem;

}

.prodet_nav ul li a::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.2rem;
    background-color: #ACCE22;
    z-index: -1;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.prodet_nav ul li a.on::after, .prodet_nav ul li a:hover::after {
    opacity: 1;
}

.prodet_show1 {
}

[class*="prodet_show"] {
    min-height: 3rem;
}

[class*="prodet_show"] .con {
    padding-bottom: 0.6rem;
}

.prodet_show1 .con img {
    display: inline-block;
    /*width: 1000px;*/
    height: auto !important;
}

.prodet_show1 .con h3 {
    color: #333d47;
    font-size: 24px;
    line-height: 1;
    margin: 35px 0 20px 0;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
}

.prodet_tit {
    position: relative;
    color: #333d47;
    padding: 0.8rem 0 0.6rem 0;
}

.prodet_tit h3 {
    font-size: .48rem;
}

.prodet_show2.innov_con3 {
    min-height: 3rem;
    background-color: #f5f5f5;
}

.prodet_show2.innov_con3 .con {
    padding: 0 0 0.6rem;
}

.prodet_tit .arrow {
    position: relative;
    width: 1.6rem;
}

.prodet_tit .arrow::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: #ccc;
}

.prodet_tit .arrow a {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 0.48rem;
    height: 0.48rem;
    background: center no-repeat;
    background-size: 100%;
    margin: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.prodet_tit .arrow a::after {
    display: none;
}

.prodet_tit .arrow a.swiper-button-prev {
    background-image: url(../image/prodet_prev.png);
}

.prodet_tit .arrow a.swiper-button-next {
    background-image: url(../image/prodet_next.png);
}

.prodet_tit .arrow a.swiper-button-prev:hover {
    background-image: url(../image/prodet_prev_on.png);
}

.prodet_tit .arrow a.swiper-button-next:hover {
    background-image: url(../image/prodet_next_on.png);
}

.prodet_show2.innov_con3 .con ul li {
    background-color: white;
}

.prodet_tit a {
    display: block;
    -moz-border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    text-align: center;
    font-size: .16rem;
    width: 1.6rem;
    height: 0.48rem;
    line-height: .46rem;
    border: #ccc solid 1px;
    z-index: 10;
}

.prodet_tit a:hover {
    background-color: #ACCE22;
    color: white;
    border-color: #ACCE22;
}

.prodet_show3 {
}

.prodet_show3 .swiper-pagination-bullet {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.prodet_show3 .swiper-pagination-bullet-active {
    background-color: #ACCE22;
    width: 30px;
    height: 8px;
    border-radius: 4px;
}

/* .rich-text-table {
	margin: 0.3rem 0;
} */

.prodet_show1 .bac-item-label {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.rich-text-table table, .prodet_show1 table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    max-width: 100% !important;
    border: 1px solid #ccc;
    margin: 0.1rem 0 0.2rem;
    font-size: 18px;
}

.rich-text-table th, .rich-text-table td, .prodet_show1 th, .prodet_show1 td {
    padding: 8px 6px !important;
    border: 1px solid #ccc;
    text-align: center !important;
}

.rich-text-table p {
    text-align: center !important;
}

/* 产品详情 e */


/* 公司介绍 s */
/* 公司介绍 e */


/* 公司介绍 s */
/* 公司介绍 e */


/* 公司介绍 s */
/* 公司介绍 e */


/* -------------------------PC端--------------------------- */
@media all and (max-width: 1700px) {
    /* 1600 × (900/1024/1200) */
}

@media all and (max-width: 1599px) {
    /* 1440 × (900/1050) */
    .prolist_ul ul li a .text h4 {
        font-size: 18px;
    }
}

@media all and (max-width: 1439px) {
    /* 1360 × (768) */
}

@media all and (max-width: 1359px) {
    /* 1280 × (800/854/1024) */
}

@media all and (max-width: 1279px) {
    /* 1152 × (864) */
    .prolist_nav ul li a {
        padding: 0.15rem 0.2rem;
        font-size: 16px;
    }
}

@media all and (max-width: 1151px) {
    /* 1024 × (600/768) */
    .prodet_con {
        margin-top: 70px;
    }
}


/* ------------------------手机端-------------------------- */
@media all and (max-width: 1000px) {
    /* 平板设备 720 适配 */
    .prolist_ul ul li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 0.4rem;
    }

    .prolist_ul ul li:nth-child(2n) {
        margin-right: 0;
    }

    .prolist_nav {
        display: none;
    }

    .p_nav {
        font-size: 0.26rem;
        line-height: 0.4rem;
        background-position: 0 6px;
    }

    .prodet_con .pic_list, .prodet_con .info {
        width: 100%;
    }

    .prodet_con .pic_list {
        margin-top: 0.1rem;
    }

    .prodet_con .info {
        padding-top: 0.3rem;
    }

    .prodet_con .pic_list .pic_img ul li {
        height: auto;
        line-height: 1;
    }

    .prodet_con .bg {
        display: none;
    }

    .prodet_con .info .tit h3 {
        font-size: 0.48rem;
    }

    .prodet_con .info .title h4 {
        font-size: 0.36rem;
    }

    .prodet_con .info .content {
        font-size: 0.26rem;
        line-height: 1.5;
    }

    .prodet_con .info .content dl dd {
        padding-left: 0.24rem;
    }

    .prodet_con .info .content dl dd::before {
        width: 0.12rem;
        height: 0.12rem;
    }

    .prodet_con .info .btn {
        padding-top: 0.4rem;
    }

    .prodet_con .info .btn a {
        margin-right: 0.2rem;
        width: 2.2rem;
        height: 0.7rem;
        line-height: .7rem;
        font-size: .26rem;
    }

    .prodet_nav {
        height: auto;
    }

    .prodet_nav .tit h3 {
        font-size: 0.48rem;
    }

    .prodet_nav .w16 {
        /* flex-wrap: wrap; */
        flex-direction: column;
        padding: 0.2rem 0;
    }

    .prodet_nav .tit, .prodet_nav ul {
        width: 100%;
        max-width: 100%;
    }

    .prodet_nav ul {
        margin-top: 0.2rem;
    }

    .prodet_nav ul li a {
        font-size: 0.42rem;
    }

    .prodet_nav ul li a::after {
        height: 0.4rem;
    }

    .prodet_tit h3 {
        font-size: 0.64rem;
    }

    [class*="prodet_show"] .con, .prodet_show1 table {
        overflow-y: auto;
    }

    .rich-text-table table, .prodet_show1 table {
        font-size: 16px;
        white-space: nowrap;
    }

    .prodet_tit .arrow {
        width: 1.2rem;
    }

    .prodet_show3 .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 0;
    }

    .prodet_tit a {
        width: 2rem;
        height: 0.6rem;
        line-height: 0.6rem;
        font-size: 16px;
    }


}

@media all and (max-width: 768px) {
    .prodet_nav .tit h3 {
        font-size: 0.42rem;
    }

    .prodet_nav ul li a {
        font-size: 0.32rem;
    }

    .prodet_nav ul li a::after {
        height: 0.2rem;
    }

    .prodet_tit h3 {
        font-size: 0.48rem;
    }
}

@media all and (max-width: 640px) {
    /* 移动终端以上 360 适配 */
    .prolist_ul ul li {
        width: 100%;
        margin-right: 0;
    }

    .prolist_ul ul li a .text h4 {
        font-size: 16px;
        line-height: 1.3;
    }
}

@media all and (max-width: 480px) {
    .prodet_show1 td.et2 span {
        font-size: 20px !important;
    }

    .rich-text-table table, .prodet_show1 table {
        font-size: 14px;
    }
}

@media all and (max-width: 420px) {
}

@media all and (max-width: 376px) {
}
