body{ font-size:13px;}
.hanggao_1 {
	line-height: 24px;
	color: #FFFFFF;
	padding-top: 10px;
}
.hanggao_1 {
	line-height: 24px;
}

.hanggao_1 a{color: #FFFFFF;}
.hanggao_2 {
	line-height: 24px;
	padding-top: 5px; font-size:13px;color:#000;
}
.bj_1 {
	background-attachment: fixed;
	background-image: url(images/bj_5.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.text12
{
color:#000;
font-size:13px;
text-decoration:none;
}
.weizhi a{color:#000;
font-size:13px;
text-decoration:none;}
.STYLE2 {
	color: #FFFFFF;
	font-size: 13px;
	text-decoration:none;
}
.dede_pages{
}
.dede_pages ul{
	float:left;
	padding:12px 0px 12px 16px;
}
.dede_pages ul li{
	float:left;
	font-family:Tahoma;
	line-height:17px;
	margin-right:6px;
	border:1px solid #E9E9E9;
}
.dede_pages ul li a{
	float:left;
	padding:2px 4px 2px;
	color:#555;
	display:block;
}
.dede_pages ul li a:hover{
	color:#690;
	text-decoration:none;
	padding:2px 4px 2px;
}
.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{
	background-color:#F8F8F8;
	padding:2px 4px 2px;
	font-weight:bold;
}
.dede_pages .pageinfo{
	line-height:21px;
	padding:12px 10px 12px 16px;
	color:#555;
}
.dede_pages .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}
.img_list {
	list-style-type:none; margin:0;}
.img_list  li{	float:left;  width:300px;
	font-family:Tahoma;
	line-height:17px;
	margin:6px 20px 3px 20x;}
.con p{margin:20px 0 5px 0; font-size:13px; color:#111;line-height:160%;overflow:hidden;}}
h1{font-size:18px;}
.con  p  img {max-width:600px; max-height:700px;}
IMG{BORDER:0;}


.izl-rmenu{
	       margin-right: 0;
	       width: 82px;
	       position: fixed;
	       right: 2px;
	       top: 65%;
	       -webkit-box-shadow: #DDD 0px 1px 5px;
	       -moz-box-shadow: #DDD 0px 1px 5px;
	       box-shadow: #DDD 0px 1px 5px;
	       z-index:999;
}
.izl-rmenu .consult{    
	background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center -77px;
    display: block;
    height: 76px;
    width: 82px;
}
.izl-rmenu .consult .phone {
    background-color: rgb(247,247,255);
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 73px;
    color: #000;
    font-size: 18px;
    text-align: center;
    display: none;
    box-shadow: #DDD -1px 1px 4px;
}
.izl-rmenu a.consult:hover .phone{display:inline !important;}
.izl-rmenu .cart {
    background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    display: block;
    height: 16px;
    width: 16px;
    font-size: 12px;
    line-height: 16px;
    color: #45BDFF;
    text-align: center;
    padding-top: 15px;
    padding-right: 18px;
    padding-bottom: 47px;
    padding-left: 48px;
}
.izl-rmenu a.cart:hover .pic{display:block;}
.izl-rmenu .btn_top {
    background-image: url(../images/float_top.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 39px;
    width: 82px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
.izl-rmenu .btn_top:hover {
	background-image: url(../images/float_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.izl-rmenu .cart .pic {
	display:none;
    position: absolute;
    left: -160px;
    top: 65px;
    width: 160px;
    height: 160px;
    background:url(../images/weixin.jpg);
}
#udesk-feedback-tab {
    position: fixed;
    right: 2px;
    top: 65%;
    margin-top: -76px;
    -webkit-box-shadow: #DDD 0px -1px 5px;
    -moz-box-shadow: #DDD 0px -1px 5px;
    box-shadow: #DDD 0px -1px 5px;
    z-index: 10000;
    cursor: pointer;
    background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 76px;
    width: 82px;
    background-color: #FFF!important;
    z-index:999;
}







/* ?????? */
.product-list-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.product-item-wrap {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.product-card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    background: #fff;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.product-image-area {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.product-image-area a {
    display: block;
    width: 100%;
}

.product-image-main {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.5s;
}

.product-card:hover .product-image-main {
    transform: scale(1.05);
}

.product-content-area {
    padding: 20px;
}

.product-title {
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}

.product-title a {
    color: #333;
    text-decoration: none;
}

.product-title a:hover {
    color: #007bff;
}

.product-description {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
    min-height: 44px;
}

.product-tags {
    margin-top: 15px;
}

/* ???? */
.product-badge {
    display: inline-block;
    padding: 4px 8px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 4px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.badge-top {
    background-color: #dc3545;
    color: white;
}

.badge-recommend {
    background-color: #ffc107;
    color: #212529;
}

.badge-headline {
    background-color: #17a2b8;
    color: white;
}

.badge-tag {
    background-color: #6c757d;
    color: white;
    text-decoration: none;
}

.badge-tag:hover {
    background-color: #545b62;
    color: white;
}

/* ????? */
@media (max-width: 768px) {
    .product-item-wrap {
        width: 100%;
    }
}










/* ?????? - ?????? */
    .pg-nav {
        display: flex;
        justify-content: center;
        margin: 25px 0;
        font-size: 13px;
    }
    
    .pg-pagination {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .pg-item {
        margin: 0 3px;
    }
    
    .pg-link {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        background: #f8f9fa;
        color: #495057;
        text-decoration: none;
        font-weight: 500;
        border: 1px solid #e1e3e5;
        transition: all 0.2s ease;
    }
    
    .pg-link:hover {
        background: #e9ecef;
        color: #212529;
        border-color: #ced4da;
    }
    
    .pg-icon {
        font-size: 12px;
        color: #5a6a85;
    }
    
    /* ?????????? */
    .pg-pagination .page-num {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        background: #f8f9fa;
        color: #495057;
        text-decoration: none;
        font-weight: 500;
        border: 1px solid #e1e3e5;
        margin: 0 3px;
        font-size: 13px;
    }
    
    .pg-pagination .page-num:hover {
        background: #e9ecef;
    }
    
    /* ????? - ??? */
    .pg-pagination .page-num-current {
        background: #5a6a85 !important;
        color: white !important;
        border-color: #5a6a85 !important;
    }
    
    .pg-no-data {
        background: #f8f9fa;
        border-radius: 4px;
        padding: 20px;
        color: #6c757d;
        font-size: 14px;
        text-align: center;
        margin: 25px auto;
        max-width: 400px;
        border-left: 3px solid #6c757d;
    }
    
    /* ????? */
    @media (max-width: 768px) {
        .pg-item {
            margin: 0 2px;
        }
        
        .pg-link, .pg-pagination .page-num {
            width: 30px;
            height: 30px;
        }
    }
