 @media only screen and (max-width:768px) {
     .c_portalResProduct_list-01001 {
         overflow: hidden;
         width: 100%;
         height: auto;
         min-width: 640px;
         margin-left: 0;
         margin-right: 0;
     }

     .c_portalResProduct_list-01001 .p_products {
         width: auto;
         height: auto;
         margin: 0;
         padding: 0;
         overflow: hidden;
         white-space: normal;
     }

     .c_portalResProduct_list-01001 .p_Product {
         position: relative;
         display: inline-block;
         vertical-align: top;
         width: calc((100% - 0px)/1);
         padding: 15px 15px 0;
         height: inherit;
     }

     .c_portalResProduct_list-01001 .d_title {
         display: block;
         width: auto;
         height: auto;
         margin: 0;
         padding: 0;
         font-weight: 400;
         cursor: pointer;
         line-height: 22px;
         vertical-align: middle;
     }

     .c_portalResProduct_list-01001 .d_summary {
         color: #999;
         font-size: 12px;
         line-height: 20px;
         text-align: left;
         vertical-align: top;
         word-break: break-all;
     }
 }

 @media only screen and (min-width:769px) {
     .c_portalResProduct_list-01001 {
         overflow: hidden;
         width: 100%;
         height: auto;
         margin-left: 0;
         margin-right: 0;
     }

     .c_portalResProduct_list-01001 .p_products {
         width: auto;
         height: auto;
         margin: 0;
         padding: 0;
         overflow: visible !important;
         white-space: normal;
     }

     .c_portalResProduct_list-01001 .p_products:after {
         clear: both;
         display: table;
         content: "";
         min-height: 0px;
     }

     .c_portalResProduct_list-01001 .p_products .imgBox {
         /* border: 1px #f7f7f7 solid; */
         border: none;
         box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
         transition: all .4s;
     }

     .c_portalResProduct_list-01001 .p_Product:hover .imgBox {
         /* border: 1px var(--main-color) solid; */
         border: none;
         box-shadow: var(--main-hover-shadow);
     }

     .c_portalResProduct_list-01001 .p_Product:hover .titleBox {
         color: #FFF!important;
         background: var(--main-color)!important;
     }

     .c_portalResProduct_list-01001 .p_Product {
         position: relative;
         display: inline-block;
         vertical-align: top;
         width: calc((100% - 0px)/3);
         padding: 10px;
         height: inherit;
         transition: all .4s;
         overflow: visible !important;
     }

     .c_portalResProduct_list-01001 .d_title {
         display: block;
         width: auto;
         height: auto;
         margin: 0;
         padding: 0;
         font-weight: 400;
         cursor: pointer;
         line-height: 22px;
         vertical-align: middle;
         transition: all .4s;
     }

     .c_portalResProduct_list-01001 .d_summary {
         line-height: 20px;
         text-align: left;
         vertical-align: top;
         word-break: break-all;
     }
 }

 @media only screen and (max-width: 768px) {

     input::-webkit-input-placeholder {
         font-size: 24px;
         line-height: 50px;
         color: #777;
     }
 }

 @media only screen and (max-width: 768px) {

     .c_portalResEbizads_banner-01001 {
         min-width: 300px;
         overflow: auto;
     }

     .c_portalResEbizads_banner-01001 .swiper-container {
         margin: 0 auto;
         position: relative;
         overflow: hidden;
         z-index: 1;
         height: 100%;
     }

     .swiper-wrapper {
         position: relative;
         width: 100%;
         height: 100%;
         z-index: 1;
         display: -webkit-box;
         display: -moz-box;
         display: -ms-flexbox;
         display: -webkit-flex;
         display: flex;
         -webkit-transition-property: -webkit-transform;
         -moz-transition-property: -moz-transform;
         -o-transition-property: -o-transform;
         -ms-transition-property: -ms-transform;
         transition-property: transform;
         -webkit-box-sizing: content-box;
         -moz-box-sizing: content-box;
         box-sizing: content-box;
     }

     .swiper-wrapper {
         -webkit-transform: translate3d(0px, 0, 0);
         -moz-transform: translate3d(0px, 0, 0);
         -o-transform: translate(0px, 0px);
         -ms-transform: translate3d(0px, 0, 0);
         transform: translate3d(0px, 0, 0);
     }

     .swiper-slide {
         -webkit-flex-shrink: 0;
         -ms-flex: 0 0 auto;
         flex-shrink: 0;
         width: 100%;
         height: 100%;
         position: relative;
     }

     .c_portalResEbizads_banner-01001 .swiper-wrapper .swiper-slide img {
         transform: translate(-50%, -50%);
         position: absolute;
         top: 50%;
         left: 50%;
         max-width: 100%;
     }
 }

 @media only screen and (min-width: 769px) {

     .c_portalResEbizads_banner-01001 {
         min-width: 300px;
         overflow: auto;
     }

     .c_portalResEbizads_banner-01001 .swiper-container {
         margin: 0 auto;
         position: relative;
         overflow: hidden;
         z-index: 1;
         height: 100%;
     }

     .swiper-wrapper {
         position: relative;
         width: 100%;
         height: 100%;
         z-index: 1;
         display: -webkit-box;
         display: -moz-box;
         display: -ms-flexbox;
         display: -webkit-flex;
         display: flex;
         -webkit-transition-property: -webkit-transform;
         -moz-transition-property: -moz-transform;
         -o-transition-property: -o-transform;
         -ms-transition-property: -ms-transform;
         transition-property: transform;
         -webkit-box-sizing: content-box;
         -moz-box-sizing: content-box;
         box-sizing: content-box;
     }

     .swiper-wrapper {
         -webkit-transform: translate3d(0px, 0, 0);
         -moz-transform: translate3d(0px, 0, 0);
         -o-transform: translate(0px, 0px);
         -ms-transform: translate3d(0px, 0, 0);
         transform: translate3d(0px, 0, 0);
     }

     .swiper-slide {
         -webkit-flex-shrink: 0;
         -ms-flex: 0 0 auto;
         flex-shrink: 0;
         width: 100%;
         height: 100%;
         position: relative;
     }

     .c_portalResEbizads_banner-01001 .swiper-wrapper .swiper-slide img {
         transform: translate(-50%, -50%);
         position: absolute;
         top: 50%;
         left: 50%;
         max-width: 100%;
     }
 }

 .w_grid-000 {
     margin-left: auto;
     margin-right: auto;
     min-height: 12rem;
     width: 100%;
 }

 .w_grid-000>.w_grid {
     width: 100%;
     position: relative;
 }

 .w_grid-000>div>.p_gridbox {
     width: 100%;
     overflow: hidden;
     position: static;
 }

 .w_grid-000>div>div>.p_gridCell {
     float: left;
     position: static;
 }

 .w_grid-000>div>div>.p_gridCell:not(:empty):before {
     content: '';
     height: 0.1px;
     display: block;
 }

 .w_grid-000>.w_grid.signal {
     min-height: inherit;
 }

 .w_grid-000>.w_grid.signal>.p_gridbox {
     min-height: inherit;
 }

 .w_grid-000>.w_grid.signal>.p_gridbox>.p_gridCell {
     min-height: inherit;
 }

 .w_grid-000>div>.p_gridbox>.p_gridCell:first-child {
     margin-left: 0;
     clear: left;
 }

 @media only screen and (max-width: 768px) {

     .w_grid-000>div>.p_gridbox>.p_gridCell {
         width: 100%;
         margin-left: 0;
         margin-top: 0rem;
         margin-bottom: 0rem;
     }
 }

 @media only screen and (min-width: 769px) {
     .w_grid-000>div>.p_gridbox>.p_gridCell:first-child {
         width: 100%;
         margin-left: 0;
         margin-top: 0rem;
         margin-bottom: 0rem;
     }
 }

 * {
     padding: 0;
     margin: 0;
 }

 body {}

 #c_portalResEbizads_banner-1638415591046>div {
     animation-fill-mode: both;
 }

 #c_portalResEbizads_banner-1638415591046 .subpage_ad {
     position: relative;
     height: var(--header-banner-height);
     overflow: hidden;
 }

 #c_portalResEbizads_banner-1638415591046 .bgimg {
     position: absolute;
     top: 0px;
     bottom: 0px;
     left: 0px;
     right: 0px;
     background: no-repeat center/cover;
 }

 #c_portalResEbizads_banner-1638415591046 .mobitem {
     display: none;
 }

 @media only screen and (max-width: 1200px) and (min-width: 1025px) {
     #c_portalResEbizads_banner-1638415591046 .subpage_ad {
         height: var(--header-banner-height);
     }
 }

 @media only screen and (max-width: 1024px) and (min-width: 769px) {
     #c_portalResEbizads_banner-1638415591046 .subpage_ad {
         height: 500px;
     }
 }

 @media only screen and (max-width: 768px) {
     #c_portalResEbizads_banner-1638415591046 .subpage_ad {
         height: 40vh;
     }

     #c_portalResEbizads_banner-1638415591046 .pcitem {
         display: none !important;
     }

     #c_portalResEbizads_banner-1638415591046 .mobitem {
         display: block;
     }
 }

 #c_portalResEbizads_banner-1638415591046 {
     width: 100%;
     max-width: none;
     min-width: 100px;
     height: auto;
     max-height: none;
     min-height: 0px;
     margin-top: 0px;
     margin-left: 0px;
     margin-right: 0px;
     margin-bottom: 0px;
     padding-top: 0px;
     padding-left: 0px;
     padding-right: 0px;
     padding-bottom: 0px;
 }

 .swiper-button-next {
     position: absolute;
     margin: auto;
     width: 37px;
     height: 37px;
     line-height: 37px;
     text-align: center;
     z-index: 10;
     cursor: pointer;
     border-radius: 1px;
     -webkit-transition: all 200ms ease;
     transition: all 200ms ease;
     background: #dddddd;
     /* font-size: 14px; */
     color: #fff;
 }

 #c_portalResProduct_list-1638415591061 .p_Product {
     width: calc((100% - 90px)/3);
 }

 #c_portalResProduct_list-1638415591061>div {
     animation-fill-mode: both;
 }

 #c_portalResProduct_list-1638415591061 .proBox {
     width: 100%;
 }

 #c_portalResProduct_list-1638415591061 .proLists {
     width: 100%;
     height: auto;
     overflow: hidden;
     padding: 0px;
 }

 #c_portalResProduct_list-1638415591061 .proList {
     position: relative;
     top: 0px;
     float: left;
     overflow: hidden;
     padding: 0px;
     transition: all .5s ease;
 }

 #c_portalResProduct_list-1638415591061 .imgBox {
     position: relative;
     height: 0px;
     padding-bottom: 100%;
     overflow: hidden;
 }

 #c_portalResProduct_list-1638415591061 .imgBox img {
     position: absolute;
     width: 100%;
     height: auto;
     left: 50%;
     top: 50%;
     transition: all .4s;
     transform: translate(-50%, -50%);
 }

 #c_portalResProduct_list-1638415591061 .proList:hover .imgBox img {
     transform: translate(-50%, -50%) scale(1.1);
 }

 #c_portalResProduct_list-1638415591061 .link {
     position: absolute;
     top: 0px;
     left: 0px;
     display: block;
     width: 100%;
     height: 100%;
 }

 #c_portalResProduct_list-1638415591061 .keyBox {
     display: none;
     margin: 10px 0;
     overflow: hidden;
     -webkit-line-clamp: 3px;
     -webkit-box-orient: vertical;
     text-overflow: ellipsis;
     line-height: 1.5rem;
     min-height: 4.5rem;
 }
 #c_portalResProduct_list-1638415591061 .titleBox {
     white-space: nowrap;
     text-overflow: ellipsis;
     overflow: hidden;
 }

 #c_portalResProduct_list-1638415591061 {
     width: 100%;
     max-width: none;
     min-width: 0px;
     height: auto;
     max-height: none;
     min-height: 0px;
     margin-top: 0px;
     margin-left: 0px;
     margin-right: 0px;
     margin-bottom: 0px;
     padding-top: 0px;
     padding-left: 0px;
     padding-right: 0px;
     padding-bottom: 0px;
 }

 #w_grid-1638415590916>div>.p_gridbox>.p_gridCell:nth-child(n+1) {
     margin-left: 0;
     clear: left;
 }

 #w_grid-1638415590916 {
     width: 100%;
     max-width: none;
     min-width: 0px;
     height: auto;
     max-height: none;
     min-height: 190px;
     margin-top: 0px;
     margin-left: auto;
     margin-right: auto;
     margin-bottom: 0px;
     padding-top: 0px;
     padding-left: 0px;
     padding-right: 0px;
     padding-bottom: 0px;
 }

 #c_portalResEbizads_banner-15982658095723866>div {
     animation-fill-mode: both;
 }

 #c_portalResEbizads_banner-15982658095723866 .bannerBox {
     width: 100%;
     height: 100%;
 }

 #c_portalResEbizads_banner-15982658095723866 .content {
     position: relative;
     width: 100%;
     height: 100%;
 }

 #c_portalResEbizads_banner-15982658095723866 .picB {
     width: 100%;
     height: 100%;
 }

 #c_portalResEbizads_banner-15982658095723866 .bannerPic {
     position: relative;
     width: 100%;
     height: 100%;
     top: 0px;
     left: 0px;
     transform: none;
 }

 #c_portalResEbizads_banner-15982658095723866 .swiper-button-prev {
     width: 38px;
     height: 38px;
     margin: auto;
     border-radius: 50%;
     cursor: pointer;
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     z-index: 1;
     left: 20px;
     background-color: rgba(91, 112, 136, .5);
     color: #fff;
     text-align: center;
     line-height: 38px;
 }

 #c_portalResEbizads_banner-15982658095723866 .swiper-button-next {
     width: 38px;
     height: 38px;
     border-radius: 50%;
     cursor: pointer;
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     z-index: 1;
     right: 20px;
     background-color: rgba(91, 112, 136, .5);
     color: #fff;
     text-align: center;
     line-height: 38px;
 }

 @media only screen and (max-width: 768px) {
     #c_portalResEbizads_banner-15982658095723866 .bannerBtn {
         display: none;
     }
 }

 #c_portalResEbizads_banner-15982658095723866 {
     width: auto;
     max-width: none;
     min-width: 0px;
     height: 100%;
     max-height: none;
     min-height: 0px;
     margin-top: 0px;
     margin-left: 0px;
     margin-right: 0px;
     margin-bottom: 0px;
     padding-top: 0px;
     padding-left: 0px;
     padding-right: 0px;
     padding-bottom: 0px;
 }


.swiper-button-next:after, .swiper-button-prev:after {
    content: ''!important
}

@media (max-width:768px) {
    #content_box-1638415590976-0 {
        width: 100%!important;
    }
}



#c_portalResProduct_list-1638415591061 .titleBox {
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
    color: #000;
    background: #E8E8E8;
}
 @media only screen and (min-width: 375px) {
    #c_portalResProduct_list-1638415591061 .proList:not(:nth-child(2n)) {
        margin-right: 10px;
    }

    #c_portalResProduct_list-1638415591061 .proList {
        width: calc((100% - 30px)/2);
        margin-bottom: 10px;
    }
}
 @media only screen and (min-width: 576px) {
    #c_portalResProduct_list-1638415591061 .proList:not(:nth-child(3n)) {
        margin-right: 10px;
    }

    #c_portalResProduct_list-1638415591061 .proList {
        width: calc((100% - 30px)/3);
        margin-bottom: 20px;
    }
}
 @media only screen and (min-width: 768px) {
    #c_portalResProduct_list-1638415591061 .proList:not(:nth-child(2n)) {
        margin-right: 10px;
    }
    #c_portalResProduct_list-1638415591061 .proList:nth-child(2n) {
        margin-right: 0;
    }
    #c_portalResProduct_list-1638415591061 .proList {
        width: calc((100% - 10px)/2);
    }
}
@media only screen and (min-width: 992px) {
    #c_portalResProduct_list-1638415591061 .proList:not(:nth-child(3n)) {
        margin-right: 10px;
    }
    #c_portalResProduct_list-1638415591061 .proList:nth-child(3n) {
        margin-right: 0;
    }

    #c_portalResProduct_list-1638415591061 .proList {
        width: calc((100% - 20px)/3);
    }
}
@media only screen and (min-width: 1200px) {
    #c_portalResProduct_list-1638415591061 .proList:not(:nth-child(4n)) {
        margin-right: 30px;
    }
    #c_portalResProduct_list-1638415591061 .proList:nth-child(4n) {
        margin-right: 0;
    }

    #c_portalResProduct_list-1638415591061 .proList {
        width: calc((100% - 90px)/4);
    }
}

@media (max-width: 992px) { 
    #c_portalResEbizads_banner-15982658095723866 {
        display: none;
    }
}

/* 产品目录响应式样式 */
.prodcut-content-box {
    position: relative;
}
.mobile-category-close {
    display: none;
}
#content_box-1638415590956-0 {
    width: 280px;
    flex-shrink: 0;
}
#content_box-1638415590976-0 {
    width: calc(100% - 300px);
}

/* 移动端目录按钮 */
.mobile-category-btn {
    display: none;
    position: fixed;
    bottom: 200px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #257ED8;
    color: white;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    z-index: 2025;
    cursor: pointer;
}

.mobile-category-btn i {
    font-size: 24px;
}

/* 移动端样式 */
@media screen and (max-width: 768px) {
    #content_box-1638415590956-0 {
        position: fixed;
        top: 0;
        left: 0;
        width: 75%;
        height: 100vh;
        background: white;
        z-index: 2027!important;
        overflow-y: auto;
        box-shadow: 2px 0 8px rgba(0,0,0,0.15);
        padding: 15px;
        transition: transform 0.3s ease;
        transform: translateX(-100%);
    }
    
    #content_box-1638415590956-0.active {
        transform: translateX(0);
    }
    
    .mobile-category-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0,0,0,0.5);
        z-index: 2026!important;
    }
    
    .mobile-category-overlay.active {
        display: block;
    }
    
    .mobile-category-btn {
        display: flex;
        align-items: center;
    }
    
    .mobile-category-close {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 15px;
    }
    
    .mobile-category-close i {
        font-size: 24px;
        cursor: pointer;
    }
    
    .category-item {
        background: #f5f5f5;
        border-radius: 4px;
        margin-bottom: 10px;
    }
    
    .category-parent {
        padding: 12px 0;
    }
    
    .category-child {
        padding: 0 15px;
    }
    
    .category-child ul li {
        padding: 10px 0;
        border-top: 1px solid #eee;
    }
}

/* iPhone 6/7/8 */
@media (max-width: 375px) { 
    #c_portalResProduct_list-1638415591061 .proList {
        width: 100%;
    }
}