.dynamic[data-v-301cc096]{width:100%;height:100%}.dynamic-title[data-v-301cc096]{text-align:center;font-size:30px;font-weight:800;color:#000;margin-bottom:30px}.dynamic-box[data-v-301cc096]{width:100%;height:580px;position:relative}.dynamic-box-background[data-v-301cc096]{width:100%;height:100%;position:relative;border-radius:10px;overflow:hidden;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.15);box-shadow:0 4px 20px rgba(0,0,0,.15);-webkit-transition:background-image .5s ease;transition:background-image .5s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.dynamic-box-background[data-v-301cc096]:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);z-index:1}.dynamic-box .data-items-container[data-v-301cc096]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:90%;max-width:1200px;z-index:2;position:relative}.dynamic-box .data-item[data-v-301cc096]{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:180px;height:120px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;cursor:pointer;position:relative;margin:0 10px}.dynamic-box .data-item .data-icon[data-v-301cc096],.dynamic-box .data-item[data-v-301cc096]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .3s ease;transition:all .3s ease}.dynamic-box .data-item .data-icon[data-v-301cc096]{width:60px;height:60px;border-radius:50%;background:hsla(0,0%,100%,.2);margin-bottom:10px}.dynamic-box .data-item .data-icon i[data-v-301cc096]{font-size:28px;color:#fff}.dynamic-box .data-item .data-title[data-v-301cc096]{font-size:16px;font-weight:600;color:#fff;text-align:center;-webkit-transition:all .3s ease;transition:all .3s ease;text-shadow:0 1px 3px rgba(0,0,0,.5)}.dynamic-box .data-item .progress-bar[data-v-301cc096]{position:absolute;bottom:-10px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:80%;height:4px;background:hsla(0,0%,100%,.3);border-radius:2px;opacity:0;-webkit-transition:all .3s ease;transition:all .3s ease}.dynamic-box .data-item .progress-bar .progress-fill[data-v-301cc096]{height:100%;background:-webkit-gradient(linear,left top,right top,from(#00bcd4),to(#2196f3));background:linear-gradient(90deg,#00bcd4,#2196f3);border-radius:2px;width:0;-webkit-transition:width .8s ease;transition:width .8s ease}.dynamic-box .data-item .progress-bar.show[data-v-301cc096]{opacity:1}.dynamic-box .data-item .progress-bar.show .progress-fill[data-v-301cc096]{width:100%}.dynamic-box .data-item.active[data-v-301cc096],.dynamic-box .data-item[data-v-301cc096]:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px)}.dynamic-box .data-item.active .data-icon[data-v-301cc096],.dynamic-box .data-item:hover .data-icon[data-v-301cc096]{background:rgba(33,150,243,.8);-webkit-box-shadow:0 5px 15px rgba(33,150,243,.4);box-shadow:0 5px 15px rgba(33,150,243,.4)}.dynamic-box .data-item.active .data-title[data-v-301cc096],.dynamic-box .data-item:hover .data-title[data-v-301cc096]{color:#00bcd4}.dynamic-box .arrow[data-v-301cc096]{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:50px;height:50px;background:rgba(0,0,0,.6);border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;z-index:10;-webkit-transition:all .3s ease;transition:all .3s ease}.dynamic-box .arrow[data-v-301cc096]:hover{background:rgba(33,150,243,.8);-webkit-transform:translateY(-50%) scale(1.1);transform:translateY(-50%) scale(1.1)}.dynamic-box .arrow i[data-v-301cc096]{color:#fff;font-size:24px}.dynamic-box .arrow.left-arrow[data-v-301cc096]{left:120px}.dynamic-box .arrow.right-arrow[data-v-301cc096]{right:120px}@media screen and (max-width:1400px){.dynamic-box .data-item[data-v-301cc096]{max-width:150px;margin:0 5px}.dynamic-box .data-item .data-icon[data-v-301cc096]{width:50px;height:50px}.dynamic-box .data-item .data-icon i[data-v-301cc096]{font-size:24px}.dynamic-box .data-item .data-title[data-v-301cc096]{font-size:14px}}@media screen and (max-width:768px){.dynamic-box[data-v-301cc096]{height:300px}.dynamic-box .data-items-container[data-v-301cc096]{-ms-flex-wrap:wrap;flex-wrap:wrap;height:100%}.dynamic-box .data-item[data-v-301cc096]{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - 20px);flex:0 0 calc(50% - 20px);max-width:none;height:80px;margin:10px}.dynamic-box .data-item .data-icon[data-v-301cc096]{width:40px;height:40px}.dynamic-box .data-item .data-icon i[data-v-301cc096]{font-size:20px}.dynamic-box .data-item .data-title[data-v-301cc096]{font-size:12px}}.loading-overlay[data-v-301cc096]{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:rgba(0,0,0,.7);color:#fff;padding:20px;border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;z-index:10}.loading-overlay i[data-v-301cc096]{font-size:24px;-webkit-animation:rotate-301cc096 1s linear infinite;animation:rotate-301cc096 1s linear infinite}@-webkit-keyframes rotate-301cc096{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotate-301cc096{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.dynamic-box-background[data-v-301cc096]{-webkit-transition:background-image .3s ease-in-out;transition:background-image .3s ease-in-out}.dynamic[data-v-fcb34c8a]{width:1264px;height:100%;margin:60px auto}.dynamic-title[data-v-fcb34c8a]{text-align:center;font-size:30px;font-weight:800;color:#000}.dynamic-box[data-v-fcb34c8a]{width:100%;height:520px;position:relative}.dynamic-box-item[data-v-fcb34c8a]{width:380px;height:440px;background-color:#fff;display:inline-block;margin-left:20px;margin-top:30px;border-radius:0 0 22px 0;border:1px solid #ccc}.dynamic-box-item-img[data-v-fcb34c8a]{width:84%;height:250px;margin:30px auto}.dynamic-box-item-img img[data-v-fcb34c8a]{width:100%;height:100%}.dynamic-box-item-content-title[data-v-fcb34c8a]{width:80%;margin:auto;font-weight:700}.dynamic-box-item-content-neirong[data-v-fcb34c8a]{width:80%;height:60px;margin:auto;line-height:26px;letter-spacing:1px;margin-top:24px}.dynamic-box-item-content-more[data-v-fcb34c8a]{font-size:38px;width:80%;margin:30px auto;color:#1b9480}.dynamic-box-limit[data-v-fcb34c8a]{width:400px!important;height:480px!important;display:inline-block!important;border-radius:12px 0 12px 0!important;background-image:url(../img/poiont1.9b9fa8c5.png);background-repeat:no-repeat;background-size:100% 100%;color:#fff!important;margin-left:20px;margin-top:30px!important;border:none;padding-bottom:40px}.dynamic[data-v-4509b39c]{width:100%;margin:0 auto;position:relative;overflow:hidden;max-width:1200px}.dynamic-box[data-v-4509b39c]{width:100%;height:440px;display:-webkit-box;display:-ms-flexbox;display:flex}.dynamic-box .img-load[data-v-4509b39c]{width:46%;height:100%}.dynamic-box .img-load img[data-v-4509b39c]{width:90%;height:100%;-o-object-fit:cover;object-fit:cover}.titile-load[data-v-4509b39c]{font-size:26px;font-weight:600;color:#000;text-align:left}.des-load[data-v-4509b39c]{font-size:15px;font-weight:400;color:#000;text-align:left;line-height:30px;margin-top:54px}.word-load[data-v-4509b39c]{width:54%;height:100%}.gengduo[data-v-4509b39c]{width:100px;background:#ebebeb;height:30px;text-align:center;line-height:30px;border-radius:14px;color:#65b9a7;font-size:14px;margin-top:20px;cursor:pointer}[data-v-4509b39c] .el-tabs__item{color:#000!important;font-weight:500!important;-webkit-transition:all .3s ease!important;transition:all .3s ease!important}[data-v-4509b39c] .el-tabs__item.is-active{color:#2d9685!important;font-weight:600!important}.dynamic-box-content-stats[data-v-4509b39c]{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:50px;gap:60px}.dynamic-box-content-stats .stat-item[data-v-4509b39c]{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center}.dynamic-box-content-stats .stat-item .stat-number[data-v-4509b39c]{margin-bottom:10px}.dynamic-box-content-stats .stat-item .stat-number .number[data-v-4509b39c]{font-size:36px;font-weight:700;color:#000;text-shadow:0 4px 8px rgba(0,0,0,.3);display:inline-block}.dynamic-box-content-stats .stat-item .stat-number .number.animate[data-v-4509b39c]{-webkit-animation:numberPop .6s ease-out;animation:numberPop .6s ease-out}.dynamic-box-content-stats .stat-item .stat-number .unit[data-v-4509b39c]{font-size:18px;color:#000;margin-left:5px}.dynamic-box-content-stats .stat-item .stat-label[data-v-4509b39c]{font-size:14px;color:#000;margin-bottom:15px;letter-spacing:1px;width:60px;margin-left:24px}.dynamic-box-content-stats .stat-item .stat-progress[data-v-4509b39c]{width:100%;height:4px;background:hsla(0,0%,100%,.2);border-radius:2px;overflow:hidden}.dynamic-box-content-stats .stat-item .stat-progress .progress-bar[data-v-4509b39c]{height:100%;background:-webkit-gradient(linear,left top,right top,from(#1b9480),to(#1ab8b8));background:linear-gradient(90deg,#1b9480,#1ab8b8);border-radius:2px;-webkit-transition:width 2s ease-out;transition:width 2s ease-out;position:relative}.dynamic-box-content-stats .stat-item .stat-progress .progress-bar[data-v-4509b39c]:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:-webkit-gradient(linear,left top,right top,from(transparent),color-stop(hsla(0,0%,100%,.4)),to(transparent));background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.4),transparent);-webkit-animation:progressShine 2s ease-out;animation:progressShine 2s ease-out}.mole-load[data-v-4509b39c]{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:10px}.mole-load img[data-v-4509b39c]{width:30px;height:30px}.history[data-v-4509b39c]{height:280px;padding-top:30px;padding-bottom:60px}.year[data-v-4509b39c]{font-size:32px;font-weight:600;padding-left:30px;color:#000;margin-top:20px}.events[data-v-4509b39c]{font-size:16px;font-weight:400;color:#000;padding-left:30px;line-height:30px;margin-top:40px}.divider[data-v-4509b39c]{width:90%;height:1px;background:#ebebeb;margin:0 auto;margin-top:40px}.dynamic[data-v-f91bcbfe]{width:1264px;height:100%;margin:60px auto}.dynamic-title[data-v-f91bcbfe]{text-align:center;font-size:30px;font-weight:800;color:#000}.dynamic-box[data-v-f91bcbfe]{margin-top:60px;width:100%;height:420px;position:relative}.dynamic-box-item[data-v-f91bcbfe]{width:314px;height:400px;display:inline-block;border-left:2px solid #ccc}.dynamic-box-item-title[data-v-f91bcbfe]{margin-top:40px;text-align:left;padding-left:37px;padding-right:37px;height:26px;font-size:16px;font-weight:800;border-left:2px solid #1b9480;cursor:pointer}.dynamic-box-item-des[data-v-f91bcbfe]{cursor:pointer;padding-left:37px;padding-right:37px;margin-top:14px;text-align:left;font-size:15px;font-weight:0!important}.dynamic-box-item-img[data-v-f91bcbfe]{width:240px;height:240px;margin-left:37px;margin-top:35px}.dynamic-box-item-img img[data-v-f91bcbfe]{width:240px;height:240px;border-radius:12px 0 12px 0}.dynamic[data-v-649fcc61]{width:1264px;height:100%;margin:0 auto}.dynamic-title[data-v-649fcc61]{text-align:center;font-size:30px;font-weight:800;color:#000;margin-bottom:40px}.news-container[data-v-649fcc61]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.news-item[data-v-649fcc61]{width:400px;background:#f8f9fa;line-height:22px;margin-bottom:30px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.1);box-shadow:0 4px 12px rgba(0,0,0,.1);overflow:hidden;cursor:pointer;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.news-item[data-v-649fcc61]:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px)}.news-item .news-img[data-v-649fcc61]{width:100%;height:220px;overflow:hidden}.news-item .news-img img[data-v-649fcc61]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.news-item .news-img:hover img[data-v-649fcc61]{-webkit-transform:scale(1.05);transform:scale(1.05)}.news-item .news-content[data-v-649fcc61]{padding:20px}.news-item .news-content .news-title[data-v-649fcc61]{font-size:18px;font-weight:600;color:#333;margin-bottom:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.news-item .news-content .news-date[data-v-649fcc61]{font-size:14px;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:1280px){.dynamic[data-v-649fcc61]{width:95%}.news-item[data-v-649fcc61]{width:32%}}@media screen and (max-width:768px){.news-container[data-v-649fcc61]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.news-item[data-v-649fcc61]{width:90%;margin:0 10px 30px}}.btn[data-v-649fcc61]{font-size:12px;padding-bottom:20px;padding-left:20px}.right-btn[data-v-649fcc61]{float:right;padding-right:20px}.dynamic-title[data-v-649fcc61]{text-align:left;font-weight:500;font-size:26px}.right-line[data-v-649fcc61]{float:right;font-size:14px;margin-top:20px;background:#ebebeb;width:90px;height:32px;color:#65b9a7;text-align:center;line-height:32px;border-radius:18px;cursor:pointer}.dynamic[data-v-52aaf81a]{width:1264px;height:100%;margin:30px auto}.dynamic-title[data-v-52aaf81a]{text-align:center;font-size:30px;font-weight:800;color:#000}.dynamic-box[data-v-52aaf81a]{width:100%;height:470px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.dynamic-box-img[data-v-52aaf81a]{width:220px;height:130px;border:1px solid #ccc;margin-left:25px;margin-top:16px}.dynamic-box-img img[data-v-52aaf81a]{width:100%;height:100%}.index[data-v-22e99974]{width:100%}.index-banner[data-v-22e99974]{width:100%;height:600px;background-color:#ccc}.index-banner-carousel-item[data-v-22e99974],.index-banner-carousel[data-v-22e99974]{width:100%;height:100%}.index-banner-carousel-item-box[data-v-22e99974]{width:100%;height:100%;background-repeat:no-repeat;background-size:100% 100%;position:relative}.index-banner-carousel-item-box-title[data-v-22e99974]{text-align:center;padding-top:180px;font-size:26px;font-weight:800;color:#1ab8b8}.index-banner-carousel-item-box-des[data-v-22e99974]{text-align:center;font-size:16px;color:#fff;line-height:30px;margin-top:12px}.index-banner-carousel-item-box-btn[data-v-22e99974]{margin:0 auto;margin-top:90px;color:#fff;border:1px solid #fff;width:100px;height:40px;font-size:14px;text-align:center;line-height:40px;border-radius:5px;cursor:pointer}.index-tabs[data-v-22e99974]{height:600px;margin:50px auto;width:1264px}.index .product-center[data-v-22e99974]{max-width:1264px;margin:0 auto;padding:0 20px}.index .product-center .product-center-title[data-v-22e99974]{font-size:24px;font-weight:600;color:#333;margin-bottom:30px;text-align:center}.index .product-center .product-categories-wrapper[data-v-22e99974]{position:relative;margin-bottom:30px}.index .product-center .product-categories-wrapper .product-categories-container[data-v-22e99974]{display:-webkit-box;display:-ms-flexbox;display:flex;overflow-x:auto;scroll-behavior:smooth;padding:10px 0;scrollbar-width:none;-ms-overflow-style:none}.index .product-center .product-categories-wrapper .product-categories-container[data-v-22e99974]::-webkit-scrollbar{display:none}.index .product-center .product-categories-wrapper .product-categories-container .product-category-item[data-v-22e99974]{min-width:120px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px 10px;cursor:pointer;-webkit-transition:all .3s;transition:all .3s;border-radius:8px;margin-right:15px}.index .product-center .product-categories-wrapper .product-categories-container .product-category-item.active[data-v-22e99974],.index .product-center .product-categories-wrapper .product-categories-container .product-category-item[data-v-22e99974]:hover{background-color:#f0f9ff}.index .product-center .product-categories-wrapper .product-categories-container .product-category-item.active .product-category-name[data-v-22e99974],.index .product-center .product-categories-wrapper .product-categories-container .product-category-item:hover .product-category-name[data-v-22e99974]{color:#1b9480}.index .product-center .product-categories-wrapper .product-categories-container .product-category-item .product-category-icon[data-v-22e99974]{width:60px;height:60px;margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.index .product-center .product-categories-wrapper .product-categories-container .product-category-item .product-category-icon img[data-v-22e99974]{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.index .product-center .product-categories-wrapper .product-categories-container .product-category-item .product-category-name[data-v-22e99974]{font-size:14px;color:#333;text-align:center;-webkit-transition:color .3s;transition:color .3s}.index .product-center .product-categories-wrapper .scroll-button[data-v-22e99974]{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:30px;height:30px;border-radius:50%;background:hsla(0,0%,100%,.9);-webkit-box-shadow:0 2px 8px rgba(0,0,0,.15);box-shadow:0 2px 8px rgba(0,0,0,.15);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;z-index:2}.index .product-center .product-categories-wrapper .scroll-button.left[data-v-22e99974]{left:-60px}.index .product-center .product-categories-wrapper .scroll-button.right[data-v-22e99974]{right:-60px}.index .product-center .product-categories-wrapper .scroll-button i[data-v-22e99974]{color:#666}.index .product-center .product-categories-wrapper .scroll-button:hover i[data-v-22e99974]{color:#1b9480}.index .product-center .product-display-wrapper[data-v-22e99974]{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.index .product-center .product-display-wrapper .series-scroll-button[data-v-22e99974]{position:absolute;width:40px;height:40px;border-radius:50%;background:hsla(0,0%,100%,.9);-webkit-box-shadow:0 2px 12px rgba(0,0,0,.1);box-shadow:0 2px 12px rgba(0,0,0,.1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;z-index:10;-webkit-transition:all .3s;transition:all .3s}.index .product-center .product-display-wrapper .series-scroll-button[data-v-22e99974]:hover{background:#2d9685;color:#fff;-webkit-box-shadow:0 4px 16px rgba(45,150,133,.2);box-shadow:0 4px 16px rgba(45,150,133,.2)}.index .product-center .product-display-wrapper .series-scroll-button.left[data-v-22e99974]{left:-60px}.index .product-center .product-display-wrapper .series-scroll-button.right[data-v-22e99974]{right:-60px}.index .product-center .product-display-wrapper .product-display-area[data-v-22e99974]{-webkit-box-flex:1;-ms-flex:1;flex:1;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,auto);gap:30px;overflow:hidden;-webkit-transition:all .3s ease;transition:all .3s ease}.index .product-center .product-display-wrapper .product-series-container[data-v-22e99974]{width:80%;height:230px;-ms-flex-negative:0;flex-shrink:0;background-color:#f5f7fa;border-radius:8px;padding:20px;position:relative;-webkit-transition:all .3s ease;transition:all .3s ease;overflow:hidden}.index .product-center .product-display-wrapper .product-series-container.has-children[data-v-22e99974]{background-color:rgba(45,150,133,.1);-webkit-box-shadow:0 4px 12px rgba(45,150,133,.15);box-shadow:0 4px 12px rgba(45,150,133,.15)}.index .product-center .product-display-wrapper .product-series-container .third-level-categories[data-v-22e99974]{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(45,150,133,.8);padding:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:5}.index .product-center .product-display-wrapper .product-series-container .third-level-categories .third-level-title[data-v-22e99974]{font-size:14px;font-weight:600;color:#fff;margin-bottom:10px;margin-left:6px}.index .product-center .product-display-wrapper .product-series-container .third-level-categories .third-level-items[data-v-22e99974]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}.index .product-center .product-display-wrapper .product-series-container .third-level-categories .third-level-items .third-level-item[data-v-22e99974]{padding:4px 8px;border-radius:4px;font-size:12px;color:#fff;cursor:pointer}.index .product-center .product-display-wrapper .product-series-container .product-series-title[data-v-22e99974]{font-size:16px;font-weight:600;color:#333;margin-bottom:15px}.index .product-center .product-display-wrapper .product-series-container .product-series-title span[data-v-22e99974]{font-size:12px;color:#999;font-weight:400}.index .product-center .product-display-wrapper .product-series-container .product-series-list[data-v-22e99974]{width:100%}.index .product-center .product-display-wrapper .product-series-container .product-series-list .product-series-item[data-v-22e99974]{font-size:12px;border-bottom:1px solid #eee}.index .product-center .product-display-wrapper .product-series-container .product-series-list .product-series-item[data-v-22e99974]:last-child{border-bottom:none}.index .product-center .product-display-wrapper .product-series-container .product-series-list .product-series-item .series-name[data-v-22e99974]{font-size:12px;color:#666;cursor:pointer;margin-top:0 0 0 0!important}.index .product-center .product-display-wrapper .product-series-container .product-series-list .product-series-item .series-name[data-v-22e99974]:hover{color:#1b9480}.index .product-center .product-display-wrapper .product-series-container .product-series-img[data-v-22e99974]{width:100%;margin-left:35px}.index .product-center .product-display-wrapper .product-series-container .product-series-img img[data-v-22e99974]{width:150px;-o-object-fit:contain;object-fit:contain}.index .product-center .product-display-wrapper .product-grid[data-v-22e99974]{-webkit-box-flex:1;-ms-flex:1;flex:1;display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-template-rows:repeat(2,auto);max-height:450px;overflow:hidden;gap:20px}.index .product-center .product-display-wrapper .product-grid .product-card[data-v-22e99974]{background:#fff;border-radius:8px;overflow:hidden;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.05);box-shadow:0 2px 10px rgba(0,0,0,.05);-webkit-transition:-webkit-transform .3s,-webkit-box-shadow .3s;transition:-webkit-transform .3s,-webkit-box-shadow .3s;transition:transform .3s,box-shadow .3s;transition:transform .3s,box-shadow .3s,-webkit-transform .3s,-webkit-box-shadow .3s;cursor:pointer}.index .product-center .product-display-wrapper .product-grid .product-card[data-v-22e99974]:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px);-webkit-box-shadow:0 5px 15px rgba(0,0,0,.1);box-shadow:0 5px 15px rgba(0,0,0,.1)}.index .product-center .product-display-wrapper .product-grid .product-card .product-image[data-v-22e99974]{height:180px;overflow:hidden}.index .product-center .product-display-wrapper .product-grid .product-card .product-image img[data-v-22e99974]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.index .product-center .product-display-wrapper .product-grid .product-card .product-image:hover img[data-v-22e99974]{-webkit-transform:scale(1.05);transform:scale(1.05)}.index .product-center .product-display-wrapper .product-grid .product-card .product-info[data-v-22e99974]{padding:15px}.index .product-center .product-display-wrapper .product-grid .product-card .product-info .product-name[data-v-22e99974]{font-size:16px;font-weight:500;color:#333;margin-bottom:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.index .product-center .product-display-wrapper .product-grid .product-card .product-info .product-specs[data-v-22e99974]{font-size:12px;color:#999;line-height:1.5;height:36px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.index-head[data-v-22e99974]{height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto;width:1264px;border-bottom:1px solid #dcdfe6;background:hsla(0,0%,100%,.7)}.index-head-left[data-v-22e99974]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.index-head-left-box[data-v-22e99974]{line-height:70px}.index-head-left-box-menulist[data-v-22e99974],.index-head-left-box[data-v-22e99974]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.index-head-left-box-menulist-item[data-v-22e99974]{font-size:15px;margin-left:60px;font-weight:600;cursor:pointer}.index-head-left-box-menulist-item[data-v-22e99974]:hover{border-bottom:2px solid #1b9480}.index-head-left-box-logo[data-v-22e99974]{width:210px;height:38px;margin-top:14px;cursor:pointer}.index-head-left-box-logo img[data-v-22e99974]{width:100%;height:100%}@media screen and (max-width:750px){.index .index-head-left-avatar[data-v-22e99974]{display:none}.index .index-centent[data-v-22e99974]{padding:8px}}@media(max-width:768px){.index .index-tabs[data-v-22e99974]{width:95%;margin:30px auto}.index .index-tabs .category-container .category-title[data-v-22e99974]{font-size:24px;margin-bottom:30px}.index .index-tabs .category-container .category-scroll-wrapper .category-scroll-container[data-v-22e99974]{gap:15px}.index .index-tabs .category-container .category-scroll-wrapper .category-scroll-container .category-item[data-v-22e99974]{min-width:240px;max-width:240px;height:100px;padding:15px}.index .index-tabs .category-container .category-scroll-wrapper .category-scroll-container .category-item .category-item-header .category-item-icon[data-v-22e99974]{width:35px;height:35px;margin-right:12px}.index .index-tabs .category-container .category-scroll-wrapper .category-scroll-container .category-item .category-item-header .category-item-name[data-v-22e99974]{font-size:14px}.index .index-tabs .category-container .category-scroll-wrapper .category-scroll-container .category-item .category-children-inline .children-header .children-title[data-v-22e99974]{font-size:13px}.index .index-tabs .category-container .category-scroll-wrapper .category-scroll-container .category-item .category-children-inline .children-header .children-count[data-v-22e99974]{font-size:11px}.index .index-tabs .category-container .category-scroll-wrapper .category-scroll-container .category-item .category-children-inline .children-list .child-item-inline[data-v-22e99974]{font-size:12px}}.index[data-v-22e99974] .el-tabs__active-bar{background-color:#2d9685!important;height:0!important}.index[data-v-22e99974] .el-tabs__nav-wrap:after{display:none!important}.index .category-scroll-wrapper[data-v-22e99974]{position:relative;width:100%}.index .category-scroll-wrapper .scroll-arrow[data-v-22e99974]{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:40px;height:40px;background:#fff;border:2px solid #000;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;z-index:10;-webkit-transition:all .3s ease;transition:all .3s ease;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.1);box-shadow:0 2px 8px rgba(0,0,0,.1)}.index .category-scroll-wrapper .scroll-arrow[data-v-22e99974]:hover{background:#000;color:#fff;-webkit-transform:translateY(-50%) scale(1.1);transform:translateY(-50%) scale(1.1)}.index .category-scroll-wrapper .scroll-arrow.disabled[data-v-22e99974]{opacity:.3;cursor:not-allowed;pointer-events:none}.index .category-scroll-wrapper .scroll-arrow i[data-v-22e99974]{font-size:18px;color:#000}.index .category-scroll-wrapper .scroll-arrow:hover i[data-v-22e99974]{color:#fff}.index .category-scroll-wrapper .scroll-arrow-left[data-v-22e99974]{left:-100px}.index .category-scroll-wrapper .scroll-arrow-right[data-v-22e99974]{right:-100px}.index .category-scroll-wrapper .category-scroll-container[data-v-22e99974]{display:-webkit-box;display:-ms-flexbox;display:flex;overflow-x:auto;overflow-y:visible;padding:20px 0;gap:20px;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.index .category-scroll-wrapper .category-scroll-container[data-v-22e99974]::-webkit-scrollbar{display:none}.index-intro[data-v-22e99974]{background:#f7f7f7;padding-top:60px}.index-newlist[data-v-22e99974]{padding-top:20px}.index-fangfa[data-v-22e99974]{padding-top:200px}