@charset "utf-8";

/*通用*/

:root{
  --theme-color:#000;
  --title-font-size:3.2rem;
}




@keyframes scaleAnim{
    0%{         
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*分页*/
.page-next{border-top:dashed 1px #e0e0e0;}
.pn-list a{color:#999;}
.pn-list a:hover{color:var(--theme-color);}
/*翻页*/
.pager{margin: 0px;}
.pager li>a:focus, .pager li>a:hover{ background: var(--theme-color); color:#fff;  border:solid 1px var(--theme-color);}


/*==分页==*/
.paginator{ font-family:Arial; text-align: center; }
.paginator a { transition: all 0.36s ease;  width:36px; color: #666;  text-align:center; height:36px; line-height:36px; display:inline-block; text-decoration:none;  background:#f5f5f5;  margin:0 5px; color:#666; transition: all 0.36s ease;}
.paginator a i {display:inline-block; font-size: 16px; line-height:34px; }
.paginator a:hover { background:var(--theme-color) !important; color:#fff !important; }
.paginator span.cpb { transition: all 0.36s ease; text-align:center;  width:36px; height:36px;  line-height:36px; display:inline-block; color:#fff; background:var(--theme-color); margin-left: 5px; }
.paginatordis{ display:none;}



/*产品详情*/
.pro-tit-head{font-size:1.5rem; font-weight:bold; color:#333; text-align:center;}
.pg-pro-tit .t1{font-size:1.3rem; line-height:160%; font-weight:bold;}
.pg-pro-tit .t3{color:#666;}
.pg-pro-img img{ border-radius:6px;}
.pro_detail .t1{background:#f9f9f9; text-align:center; padding:1rem 0rem; border-radius:6px; border:solid 1px #e5e5e5;}
.about-head{font-size:1.5rem; font-weight:bold; color:#333; text-align:center; line-height:150%;}
.pg-text p img{max-width:100%; display:inline-block;}