.product_part_2{padding:200px 0 100px;overflow:hidden}.product_part_2 .part_head .part_head_left{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:40px}@-webkit-keyframes rotateAni{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes rotateAni{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.product_part_2 .part_head .part_head_left .porduct_btn_box .product_btn{position:relative;width:58px;height:58px;border-radius:9999px;background-color:#02f;color:#fff;-webkit-transform-origin:center center;transform-origin:center center;overflow:hidden;margin-left:12px}.product_part_2 .part_head .part_head_left .porduct_btn_box .product_btn .iconfont{position:absolute;left:0;top:0;height:100%;font-size:18px;width:100%;text-align:center;line-height:58px}.product_part_2 .part_head .part_head_left .porduct_btn_box .product_btn .iconfont.after_icon{left:-100%;top:100%}@-webkit-keyframes product_before_icon_ani{0%{left:0;top:0}to{left:100%;top:-100%}}@keyframes product_before_icon_ani{0%{left:0;top:0}to{left:100%;top:-100%}}@-webkit-keyframes product_after_icon_ani{0%{left:-100%;top:100%}to{left:0;top:0}}@keyframes product_after_icon_ani{0%{left:-100%;top:100%}to{left:0;top:0}}.product_part_2 .part_head .part_head_left .porduct_btn_box .product_btn:hover .before_icon{-webkit-animation:product_before_icon_ani .6s ease;animation:product_before_icon_ani .6s ease}.product_part_2 .part_head .part_head_left .porduct_btn_box .product_btn:hover .after_icon{-webkit-animation:product_after_icon_ani .6s ease;animation:product_after_icon_ani .6s ease}.product_part_2 .part_head .product_category_box{max-width:100%;overflow-x:auto;overflow-y:hidden}.product_part_2 .part_head .product_category_box::-webkit-scrollbar{height:6px}.product_part_2 .part_head .product_category_box::-webkit-scrollbar-thumb{border-radius:6px;background-color:rgba(0,0,0,.2)}.product_part_2 .part_head .product_category_box::-webkit-scrollbar-track{border-radius:6px;background-color:#00083c}.product_part_2 .part_head .product_category_box .product_category_item{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;padding:8px 24px;border-radius:9999px;margin-right:20px;color:hsla(0,0%,100%,.4);-webkit-transition:all .3s ease;transition:all .3s ease}.product_part_2 .part_head .product_category_box .product_category_item:last-child{margin-right:0}.product_part_2 .part_head .product_category_box .product_category_item:hover{color:#fff;background-color:#02f}.product_part_2 .product_body{margin-top:56px}@-webkit-keyframes productMove{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-50%);transform:translateX(-50%)}}@keyframes productMove{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.product_part_2 .product_body .part_con .product_list{--len:5;-webkit-animation:productMove calc(var(--len)*10s) infinite linear;animation:productMove calc(var(--len)*10s) infinite linear}.product_part_2 .product_body .part_con .product_list .product_item{width:400px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;border:1px solid #19214f;padding:68px 40px 44px;-webkit-transition:background .3s ease,border .3s ease,-webkit-box-shadow .3s ease;transition:background .3s ease,border .3s ease,-webkit-box-shadow .3s ease;transition:background .3s ease,border .3s ease,box-shadow .3s ease;transition:background .3s ease,border .3s ease,box-shadow .3s ease,-webkit-box-shadow .3s ease}.product_part_2 .product_body .part_con .product_list .product_item .product_item_top{padding:0 40px 48px}.product_part_2 .product_body .part_con .product_list .product_item .product_item_top .product_img .image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product_part_2 .product_body .part_con .product_list .product_item .product_item_info{position:relative;border-top:1px solid hsla(0,0%,100%,.1);padding-top:24px}.product_part_2 .product_body .part_con .product_list .product_item .product_item_info .product_item_info_left{width:100%}.product_part_2 .product_body .part_con .product_list .product_item .product_item_info .product_item_info_left .product_title{font-size:20px;width:100%;line-height:28px;color:hsla(0,0%,100%,.7);-webkit-transition:color .3s ease;transition:color .3s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product_part_2 .product_body .part_con .product_list .product_item .product_item_info .product_item_info_left .product_subtitle{width:100%;margin-top:4px;font-size:12px;line-height:18px;color:hsla(0,0%,100%,.4);-webkit-transition:color .3s ease;transition:color .3s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product_part_2 .product_body .part_con .product_list .product_item .product_item_info .iconfont{font-size:16px;color:#fff;opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.product_part_2 .product_body .part_con .product_list .product_item .product_item_info:after{content:"";position:absolute;top:-1px;left:50%;width:0;height:1px;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#02f;-webkit-transition:width .3s ease;transition:width .3s ease}.product_part_2 .product_body .part_con .product_list .product_item:hover{background-color:rgba(0,0,0,.2);border-color:#02f;-webkit-box-shadow:0 6px 60px rgba(0,34,255,.35);box-shadow:0 6px 60px rgba(0,34,255,.35);z-index:10}.product_part_2 .product_body .part_con .product_list .product_item:hover .product_item_info .product_item_info_left .product_subtitle,.product_part_2 .product_body .part_con .product_list .product_item:hover .product_item_info .product_item_info_left .product_title{color:#fff}.product_part_2 .product_body .part_con .product_list .product_item:hover .product_item_info:after{width:100%}.product_part_2 .product_body .part_con .product_list:hover{-webkit-animation-play-state:paused;animation-play-state:paused}@media screen and (max-width:750px){.product_part_2{padding:60px 0}.product_part_2 .part_head .part_con{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.product_part_2 .part_head .part_con .part_head_left{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-right:0}.product_part_2 .part_head .part_con .part_head_left .porduct_btn_box{margin-top:20px}.product_part_2 .part_head .part_con .product_category_box{margin-top:20px;-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;overflow-x:auto;margin-left:0}.product_part_2 .part_head .part_con .product_category_box .product_category_item{padding:4px 14px;margin-bottom:10px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.product_part_2 .product_body{margin-top:30px}.product_part_2 .product_body .part_con .product_list .product_item{width:350px;padding:40px 20px 24px}.product_part_2 .product_body .part_con .product_list .product_item .product_item_top{padding:0 20px 24px}.product_part_2 .product_body .part_con .product_list .product_item .product_item_info{padding-top:16px}.product_part_2 .product_body .part_con .product_list .product_item .product_item_info .product_item_info_left .product_title{font-size:16px;line-height:24px}.product_part_2 .product_body .part_con .product_list .product_item .product_item_info .product_item_info_left .product_subtitle{font-size:12px;line-height:18px}.product_part_2 .product_body .part_con .product_list .product_item .product_item_info .iconfont{font-size:14px}}
