/* CSS Document */
.header{padding-bottom:0;}

/*产品类别*/
.p-left{width:260px;height: auto;margin-bottom:20px;}
.p-title{width:100%;height: auto;line-height: 70px;font-size: 18px;font-weight: bold;color: #000;box-sizing: border-box;}
.p-title .more ,.p-title .more a{color:#999;font-weight: lighter;font-size: 14px;}
.p-left .category{width:100%;height: auto;background: #fff;border-radius: 10px;box-sizing: border-box;padding:20px 30px;font-size:14px;color: #515151;line-height: 40px; }
.li1 {
    border-bottom: 1px solid #f2f2f2;
}

.one_bar {
    display: block;
    font-size: 14px;
    line-height: 40px;
    overflow: hidden;
    height: 40px;
    width: 100%;
    /*  border-bottom: 1px solid #f2f2f2;*/
    color: #515151;
}

.two_bar {
    display: none;
    width: 100%;
    height: auto;
    padding-left: 13px; /*border-bottom: 1px solid #f2f2f2;*/
    padding-top: 2px;
    padding-bottom: 12px;
}

    .two_bar li {
        line-height: 26px;
        font-size: 14px;
    }

        .two_bar li a {
            color: #515151;
            font-size: 14px;
        }

            .two_bar li a .icn {
                width: 15px;
                height: 15px;
            }.two_bar li:before{content:'';margin-right: 5px;display: inline-block;width:3px;height: 3px;background: #999999;vertical-align: middle;}
.icn{width:15px;height: 40px;float: right;display: inline-block;background-image: url("../images/icn-03.png");background-size: 15px 15px;background-position: center;background-repeat: no-repeat;transform:rotate(0deg);}
.currnt-cate{border:none;}
.currnt-cate .icn{transform:rotate(90deg)}


/*右侧*/
.p-right{width: 930px; height: auto;}
.p-right .p-title{padding-left: 20px;}
.pro-banner{width:100%;height: 290px;position: relative;}
.pro-banner .swiper-container { height: 100%; width: 100%; } 
.pro-banner .pagination {position: absolute;right: 0;text-align: right;top: -38px;z-index: 9;height: 8px;} 
.pro-banner .swiper-pagination-switch {display: inline-block;width: 8px;height: 8px;border-radius: 10px;background: rgba(0,0,0,0.3);margin: 0 3px;cursor: pointer;float: left;} 
.pro-banner .swiper-active-switch { background: #000; }

.pitem{width:300px;height: auto;border-radius: 10px;overflow: hidden;background: #fff;margin-left: 10px;}
.pitem .pimg{width:100%;height: 300px;box-sizing: border-box;display: flex;align-items: center;justify-content: center;overflow: hidden;}
.pitem .pimg img{width:auto;height: auto;max-width: 100%;max-height: 100%;transition: .4s all;}
.pitem:hover>.pimg img{transform:scale(1.04);-webkit-transform:scale(1.04);}
.pitem .ptxt{width:100%;height: auto;padding: 5px 0;text-align: center;}
.pitem .ptxt .pname{width:100%;height: 24px;overflow: hidden;text-overflow: ellipsis;font-size: 14px;color: #333;line-height: 24px;}
.pitem .ptxt .pitemno{width:100%;height: auto;line-height: 26px;font-size: 14px;color: #999999;}

.plist{width:100%;margin-bottom: 10px;height: auto;}
.plist .pitem{margin-bottom:10px;}

.pagingbar{margin-bottom:30px;}



/*没有权限查看*/
.col3 .topimg{width:100%;height: 334px;background-image: url("../images/bg.png");background-size: contain;background-position: center;background-repeat: no-repeat;padding-top: 295px;text-align: center;font-size: 16px;color: #959595;box-sizing: border-box;}

.col3 .font16{width:100%;height: auto;text-align: center;font-size:16px;color: #959595;display: block;margin: 30px 0 20px 0;}
.col3 .font16 a{color:#0f73a5;text-decoration: underline;}
.col3 .inpVip{width:446px;height: 40px;background: #fff;border-radius: 20px;margin-left: 377px;margin-bottom: 60px;overflow: hidden;}
.col3 .inpVip input{width:366px;height: 40px;border:none;font-size: 14px;text-align: center;}
.col3 .inpVip .btnOK{width:80px;height: 40px;color: #fff;text-align: center;line-height: 40px;background: #000;cursor: pointer;}













