.public-box{top:-90px}.product-type{position:relative;margin-top:20px;background:#fff;box-shadow:1px 1px 10px 0 rgba(153,153,153,0.5)}.product-type .product-type-top{display:flex;justify-content:space-between;padding-right:30px}.product-type .product-type-top .type-left{display:flex;flex-wrap:wrap;width:1000px}.product-type .product-type-top .type-left .type-item{position:relative;display:flex;justify-content:center;align-items:center;padding:0 15px;min-width:180px;height:100px;font-size:24px;font-weight:bold;color:#2c2d32;transition:all .3s}.product-type .product-type-top .type-left .type-item::before{position:absolute;right:0;top:calc(50% - 30px);content:"";width:1px;height:59px;background-color:#dfe1e8}.product-type .product-type-top .type-left .type-item:hover{color:#0050d2}.product-type .product-type-top .type-left .type-item.active{color:#fff;background-color:#0050d2}.product-type .product-type-top .type-left .type-item.active::before{opacity:.5}.product-type .product-type-top .right-search{display:flex;align-items:center;padding:0 24px;margin-top:28px;width:322px;height:45px;background:rgba(223,225,232,0.5);border-radius:23px;box-sizing:border-box}.product-type .product-type-top .right-search .search-value{flex:1;padding-right:10px;font-size:20px;font-weight:400;color:#666;opacity:.5;background-color:transparent}.product-type .product-type-top .right-search .search-icon{width:22px;height:22px;background-repeat:no-repeat;background-size:cover;background-image:url(/cn/images/product/search.png);cursor:pointer}.product-type .product-type-bottom{display:block;padding:0 30px;overflow:hidden;height:0;transition:all .3s}.product-type .product-type-bottom .bottom-item{display:flex;padding-top:19px;border-bottom:1px solid #dfe1e8}.product-type .product-type-bottom .bottom-item .bottom-left{padding-left:5px;padding-right:10px;margin-bottom:19px;width:130px;font-size:20px;line-height:26px;font-weight:bold;color:#2c2d32;box-sizing:border-box}.product-type .product-type-bottom .bottom-item .bottom-right{display:flex;flex-wrap:wrap;flex:1}.product-type .product-type-bottom .bottom-item .bottom-right .right-item{display:flex;justify-content:center;align-items:center;margin-right:34px;margin-bottom:19px;padding:0 10px;min-width:58px;height:32px;font-size:20px;font-weight:400;color:#2c2d32;background:#f6f7f9;box-sizing:border-box;transition:all .3s;cursor:pointer}.product-type .product-type-bottom .bottom-item .bottom-right .right-item.active{color:#fff;background:#0050d2}.product-type .product-type-bottom .bottom-item:last-child{border-bottom:1px solid transparent}.product-type.active .product-type-top{background:#f6f7f9}.product-type.active .product-type-bottom{padding:14px 30px;height:auto}.product-box{position:relative;margin:0 auto;margin-top:10px;padding-bottom:125px;width:1260px}.product-box .product-seires{padding-bottom:125px}.product-box .product-seires .series-title{padding-left:10px;padding-bottom:50px;font-size:32px;line-height:40px;font-weight:bold;color:#2c2d32}.product-box .product-seires:last-child{padding-bottom:0}.product-box .product-list{display:flex;flex-wrap:wrap;width:100%}.product-box .product-list .product-item-box{display:block;padding:0 10px;width:315px;box-sizing:border-box}.product-box .product-list .product-item{position:relative;height:200px;margin-bottom:29px;transition:all .3s}.product-box .product-list .product-item .item-img-box{padding:20px;width:100%;height:140px;background:#f6f7f9;box-sizing:border-box;overflow:hidden;transition:all .3s}.product-box .product-list .product-item .item-img{width:100%;height:100%;background-repeat:no-repeat;background-size:contain;background-position:center center;transform:scale(1);transition:all .3s}.product-box .product-list .product-item .item-bottom{position:absolute;left:0;bottom:0;display:flex;flex-direction:column;justify-content:center;padding:10px 30px;width:100%;height:60px;background:#dfe1e8;transition:all .3s}.product-box .product-list .product-item .item-bottom .item-title{font-size:23px;line-height:30px;font-weight:400;color:#2c2d32;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition:all .3s}.product-box .product-list .product-item .item-bottom .item-content{display:none;font-size:13px;line-height:20px;font-weight:400;color:#fff;opacity:.8;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.product-box .product-list .product-item .item-bottom .item-value{display:none;font-size:13px;line-height:20px;font-weight:400;color:#fff;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;opacity:.8}.product-box .product-list .product-item .item-bottom .item-more{display:none;align-items:center;margin-top:10px;font-size:13px;font-weight:400;color:#fff;text-transform:uppercase;transition:all .3s}.product-box .product-list .product-item .item-bottom .item-more .item-arrow{margin-left:4px;width:25px;height:7px;background-repeat:no-repeat;background-size:cover;background-image:url("/cn/images/news/arrow-white.png");transition:all .3s}.product-box .product-list .product-item:nth-child(4n){margin-right:0}.product-box .product-list .product-item:hover{box-shadow:1px 1px 10px 0 rgba(153,153,153,0.5)}.product-box .product-list .product-item:hover .item-img{transform-origin:bottom left;transform:scale(1.2)}.product-box .product-list .product-item:hover .item-bottom{min-height:60px;height:fit-content;background:#0050d2}.product-box .product-list .product-item:hover .item-bottom .item-title{display:none;padding-bottom:15px;color:#fff}.product-box .product-list .product-item:hover .item-bottom .item-content{display:block}.product-box .product-list .product-item:hover .item-bottom .item-value{display:block}.product-box .product-list .product-item:hover .item-bottom .item-more{display:flex}.tips{padding:15px 0;font-size:16px;line-height:30px;color:#999;text-align:center;width:100%}