.mobile-toggle{display:none;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;cursor:pointer;width:20px;height:18px;position:relative;z-index:2}.mobile-close{display:none;cursor:pointer;width:24px;height:24px;position:relative}.mobile-close span{position:absolute;width:24px;height:2px;background-color:#333;top:50%;left:50%;-webkit-transition:.3s;-o-transition:.3s;-moz-transition:.3s;transition:.3s}.mobile-close span:first-child{-webkit-transform:translate(-50%, -50%) rotate(45deg);-moz-transform:translate(-50%, -50%) rotate(45deg);-ms-transform:translate(-50%, -50%) rotate(45deg);-o-transform:translate(-50%, -50%) rotate(45deg);transform:translate(-50%, -50%) rotate(45deg)}.mobile-close span:last-child{-webkit-transform:translate(-50%, -50%) rotate(-45deg);-moz-transform:translate(-50%, -50%) rotate(-45deg);-ms-transform:translate(-50%, -50%) rotate(-45deg);-o-transform:translate(-50%, -50%) rotate(-45deg);transform:translate(-50%, -50%) rotate(-45deg)}.mobile-search-btn{display:none}.mobile-menu-drawer{position:fixed;top:0;right:-100%;width:100%;height:100vh;background-color:#ffffff;box-shadow:-4px 0 20px rgba(0,0,0,0.15);-webkit-transition:right .3s ease;-o-transition:right .3s ease;-moz-transition:right .3s ease;transition:right .3s ease;z-index:1001;overflow-y:auto}.mobile-menu-drawer.menu-open{display:block;right:0}.mobile-menu-header{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:20px;border-bottom:1px solid #e8e8e8}.mobile-menu-header .logo{width:120px}.mobile-menu-header .logo img{width:100%;height:auto}.mobile-menu-content{padding:20px}.mobile-menu-content .mobile-nav-link{display:block;padding:16px 0;color:#333333;text-decoration:none;font-size:16px;border-bottom:1px solid #f0f0f0;-webkit-transition:color .2s;-o-transition:color .2s;-moz-transition:color .2s;transition:color .2s}.mobile-menu-content .mobile-nav-link:hover{color:#215f83}.mob-item{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.mob-item .w100{width:100%}.mob-down{position:absolute;right:0;top:0%;height:50px;width:-webkit-calc(100% - 100px);width:-moz-calc(100% - 100px);width:calc(100% - 100px);display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:flex-end;-moz-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.mob-down .iconfont{-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:-o-transform .3s ease;-moz-transition:transform .3s ease, -moz-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease, -webkit-transform .3s ease, -moz-transform .3s ease, -o-transform .3s ease}.mob-down.active .iconfont{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.sub-menuBox{padding:0;max-height:0;overflow:hidden;opacity:0;-webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);-ms-transform:translateY(-10px);-o-transform:translateY(-10px);transform:translateY(-10px);-webkit-transition:all .3s ease;-o-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease}.sub-menuBox.active{padding:20px 0;max-height:500px;opacity:1;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.sub-menu{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:0 20px}.sub-menu .sub-menu-item{line-height:40px}.sub-menu .sub-menu-item a{color:#333333}.mobile-menu-footer{padding-top:20px}.mobile-menu-footer .mobile-lang-btn{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;color:#666666;font-size:14px;cursor:pointer;border-radius:4px;-webkit-transition:all .2s;-o-transition:all .2s;-moz-transition:all .2s;transition:all .2s}.mobile-menu-footer .mobile-lang-btn:hover{background:#f5f5f5;color:#215f83}.mobile-menu-footer .mobile-lang-btn .sanjiao{width:16px;height:16px;border:1px solid #666;display:block;border-radius:2px;margin-left:8px;position:relative}.mobile-menu-footer .mobile-lang-btn .sanjiao::after{content:"";display:block;position:absolute;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #666;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.mobile-menu-footer .mobile-lang-btn:hover .sanjiao{border-color:#215f83}.mobile-menu-footer .mobile-lang-btn:hover .sanjiao::after{border-top-color:#215f83}@media (max-width:768px){html{min-width:100%}body{padding-top:60px}.page-container{padding-top:20px}.h-navbar{padding:0 20px}.h-navbar .nav-container{height:60px;width:100%}.h-navbar .logo{width:140px}.h-navbar .logo img{width:100%}.h-navbar .mobile-search-btn{width:20px}.h-navbar .desktop-menu{display:none}.h-navbar .mobile-toggle,.h-navbar .mobile-search-btn{display:-webkit-flex !important;display:-moz-box !important;display:-ms-flexbox !important;display:flex !important}.h-navbar .mobile-close{display:block}.proHeader{top:60px;height:60px;overflow-x:auto;padding:0 30px}.proHeader .proHeaderList{width:auto}.proHeader .proHeaderItem{font-size:12px;margin:0 20px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.proHeader .proHeaderItem img{height:20px}#index .banner{height:80vh !important}#index .banner .swiper-pagination{bottom:35px !important}#index .banner .cbImg1{height:100% !important;-o-object-fit:cover;object-fit:cover}#index .banner .swiper-button-next,#index .banner .swiper-button-prev{display:none}#index .banner .sTI1{font-size:18px}#index .banner .sTI2{font-size:32px}#index .banner .btn-more{font-size:12px;line-height:16px;height:auto}.banner{height:200px !important}.banner .swiper-button-next,.banner .swiper-button-prev{display:none}.banner .btn-more{width:auto;height:20px;line-height:20px;font-size:12px;padding:0 8px 0;border-radius:20px;border:0}.banner .btn-more .iconfont{font-size:12px}.hyTabsBox{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;overflow-x:auto;padding-left:20px}.hyTabsBox.hyTabsBox.hyTabsBoxReset.fixed{height:40px}.hyTabsBox.hyTabsBox.hyTabsBoxReset.fixed .hyTabsleft{height:40px;width:-webkit-calc(100% - 20px);width:-moz-calc(100% - 20px);width:calc(100% - 20px);-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.hyTabsBox .hyTabsleft{height:40px;width:-webkit-calc(100% - 100px);width:-moz-calc(100% - 100px);width:calc(100% - 100px);margin:0;-webkit-flex:none;-moz-box-flex:0;-ms-flex:none;flex:none}.hyTabsBox .hyTabsleft .hyTabsItem{font-size:14px;margin-right:20px !important}.hyTabsBox .hyTabsRight{width:100px;height:40px}.hyTabsBox .hyTabsRight .lxIcon{width:20px;height:20px}.hyTabsBox .hyTabsRight .liTxt{font-size:12px}.sousuoBox{height:36px}.sousuoBox.round1 input{border-radius:4px}.sousuoBox input{font-size:14px}.sousuoBox .serachBtn{width:50px;height:30px;font-size:12px;border-radius:3px}.sousuoBox .serachIcon{width:30px;height:30px;-o-background-size:20px;background-size:20px}.footer .footer-container{padding:20px 15px}.footer .footer-bottom-content{max-width:90%}.footer .footer-content{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%}.footer .footer-left{max-width:100%;margin-right:0}.footer .footer-logo{width:200px;height:auto}.footer .footer-phone{font-size:14px;margin-bottom:20px}.footer .footer-company h3{font-size:16px;margin-bottom:10px}.footer .footer-company .footer-address{font-size:12px}.footer .footer-nav{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:10px;margin-bottom:10px}.footer .footer-nav-column{font-size:12px;margin-right:0px}.footer .footer-nav-column h4{font-size:14px;line-height:40px;border-bottom:1px solid #e8e8e8;position:relative}.footer .footer-nav-column h4::after{content:"+";position:absolute;right:0;top:0;font-size:12px;color:#666}.footer .footer-nav-column a{font-size:12px}.footer .footer-nav-column ul{max-height:0;overflow:hidden;-webkit-transition:max-height .3s ease,padding .3s ease;-o-transition:max-height .3s ease,padding .3s ease;-moz-transition:max-height .3s ease,padding .3s ease;transition:max-height .3s ease,padding .3s ease;position:relative}.footer .footer-nav-column.active h4::after{content:"-"}.footer .footer-nav-column.active ul{max-height:500px;overflow:hidden}.footer .footer-nav-column li{line-height:30px}.footer .footer-right{width:100%;position:relative;bottom:0;right:0%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center}.footer .footer-right .qrcode-placeholder{width:100px;height:100px}.footer .footer-right p{font-size:12px}.footer .footer-links{font-size:12px}.footer .footer-links span,.footer .footer-links a,.footer .footer-links .separator{margin-right:5px}.footer .footer-social{margin-top:16px}.footer .social-icon{width:20px;height:20px;margin-right:10px}.footer .social-icon svg{width:100%;height:100%}.back-top-container{right:20px}.back-top-container .contact-wrapper{margin-bottom:5px}.back-top-container .icon-placeholder{width:30px;height:30px;min-width:30px;min-height:30px;margin-bottom:10px}.back-top-container .icon-placeholder img{width:100%}.back-top-container .icon-placeholder .j1{width:20px;height:auto}.back-top-container .contact-panel{padding:10px;width:200px;height:60px}.back-top-container .contact-panel .panel-content{width:100%;height:100%}.back-top-container .contact-panel .contact-label,.back-top-container .contact-panel .contact-value{font-size:12px;line-height:1.5}.back-top-container .contact-panel .panel-triangle{width:10px;height:10px;right:-9px}.showTitle{padding-top:30px}.showTitle .p1{font-size:20px;line-height:28px}.showTitle .p2{font-size:12px;line-height:18px;padding:0 15px}.indexCoop .coopsBox{margin-top:20px}.indexCoop .coopsBox .coopsR{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:start;gap:10px}.indexCoop .coopsBox .coopsR-item{width:-webkit-calc((100% - 20px) / 3);width:-moz-calc((100% - 20px) / 3);width:calc((100% - 20px) / 3);height:auto;margin-bottom:0px !important;margin-right:0px !important}.indexKnowPro{padding-bottom:40px}.indexKnowPro .p2{font-size:14px !important}.indexKnowPro .opBox{margin-top:20px;padding-right:0;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px}.indexKnowPro .opBox .product-box{width:-webkit-calc(50% - 8px);width:-moz-calc(50% - 8px);width:calc(50% - 8px);height:auto;border-radius:5px;padding:20px;margin-right:0;margin-bottom:15px}.indexKnowPro .opBox .product-box:last-child{width:100%;height:auto}.indexKnowPro .opBox .product-box .service-title{position:relative;bottom:0;text-align:center;font-size:16px;margin-bottom:20px}.indexKnowPro .opBox .product-box .view-more{width:90px;height:30px;color:#4d4d4d;text-decoration:none;font-size:12px;position:relative;bottom:0;padding:10px}.indexKnowPro .opBox .product-box .view-more .arrow{width:8px;height:8px}.indexKnowPro .opBox .product-box .view-more .iconfont{font-size:12px}.indexKnowPro .opBox .icon-container{width:91.2px;height:65.6px;margin:0 auto 20px}.indexKnowPro .opBox .icon-container.tIcon0{width:90.6px;height:60.6px;background:url("../images/lj0.png") no-repeat center;-o-background-size:contain;background-size:contain}.indexKnowPro .opBox .icon-container.tIcon1{width:73.6px;height:65px;background:url("../images/lj1.png") no-repeat center;-o-background-size:contain;background-size:contain}.indexKnowPro .opBox .icon-container.tIcon2{background:url("../images/lj2.png") no-repeat center;-o-background-size:contain;background-size:contain}.indexKnowPro2{padding-bottom:40px}.indexKnowPro2 .p2{font-size:14px !important}.indexKnowPro2 .opBox{margin-top:20px;padding-right:0;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px}.indexKnowPro2 .opBox .product-box{width:-webkit-calc(50% - 8px);width:-moz-calc(50% - 8px);width:calc(50% - 8px);height:272px;border-radius:5px;padding:20px;margin-bottom:15px;margin-right:0}.indexKnowPro2 .opBox .product-box:last-child{width:100%;height:auto}.indexKnowPro2 .opBox .product-box .service-title{position:relative;bottom:0;text-align:center;font-size:18px;margin-bottom:20px}.indexKnowPro2 .opBox .product-box .service-t1{font-size:12px;margin-bottom:10px;padding:0}.indexKnowPro2 .opBox .product-box .view-more{width:90px;height:30px;color:#4d4d4d;text-decoration:none;font-size:12px;position:relative;bottom:0;padding:10px}.indexKnowPro2 .opBox .product-box .view-more .arrow{width:8px;height:8px}.indexKnowPro2 .opBox .product-box .view-more .iconfont{font-size:12px}.indexKnowPro2 .opBox .product-box .fxjt{position:relative;bottom:0}.indexKnowPro2 .opBox .icon-container{width:114px;height:82px;margin:0 auto 20px}.indexKnowPro2 .opBox .icon-container.tIcon0{width:98px;height:66px;background:url("../images/lj0.png") no-repeat center;-o-background-size:contain;background-size:contain}.indexKnowPro2 .opBox .icon-container.tIcon1{width:73px;height:80px;background:url("../images/lj1.png") no-repeat center;-o-background-size:contain;background-size:contain}.indexKnowPro2 .opBox .icon-container.tIcon2{background:url("../images/lj2.png") no-repeat center;-o-background-size:contain;background-size:contain}.customized{height:150px}.customized img{-o-object-fit:cover;object-fit:cover}.customized .dz1{font-size:18px}.customized .dz2{width:120px;height:30px;border-radius:16px;font-size:14px;margin-top:15px}.productRight{width:100%}.productRight .goujiyoihui{width:-webkit-calc(50% - 10px);width:-moz-calc(50% - 10px);width:calc(50% - 10px);-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:10px;background:#ffffff;border-radius:5px;overflow:hidden}.productRight .whyUse{overflow:hidden;border-radius:5px;width:-webkit-calc(50% - 10px);width:-moz-calc(50% - 10px);width:calc(50% - 10px);margin-left:10px;background:#ffffff;margin-bottom:22.5px !important}.productRight .whyUse .blockA{padding-top:15px}.productRight .message-form-section{padding:5px;border-radius:5px}.productRight .message-form-section .form-group{margin-bottom:10px;border-radius:5px}.productRight .message-form-section .form-group input{border-radius:5px;height:45px;font-size:14px;padding:10px}.productRight .message-form-section .form-group textarea{border-radius:5px;font-size:14px;padding:10px}.productRight .message-form-section .message-form .form-actions button{width:100%;height:40px;font-size:16px;border-radius:5px}.productRight .section-title{font-size:20px;margin-bottom:10px}.productRight .section-description{font-size:16px;margin-bottom:10px}.coBanner{width:100%;height:150px}.coBanner .cbImg1{width:100%;height:100%}.coBanner .showBannerInfo{top:50px}.coBanner .sbp1{font-size:20px}.coBanner .sbp2{font-size:12px}}@media (min-width:769px){.mobile-menu-drawer{display:none}}@media (max-width:768px){.w-content{width:-webkit-calc(100% - 30px);width:-moz-calc(100% - 30px);width:calc(100% - 30px)}.solveInfo{margin:25px 0}.solveInfo .solveInfo-t1{font-size:20px;margin-bottom:15px}.solveInfo .solveInfo-t2{font-size:14px}.solveInfo .swiperBox .swiper-slide{height:150px}.tsgd{gap:inherit;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.tsgd .tsgdList{gap:inherit;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:auto;margin-bottom:15px;border-radius:5px;overflow:hidden}.tsgd .tsgdList .tsgdListImg{width:110px;height:110px;margin-right:10px}.tsgd .tsgdList .tsgdListImg img{height:100%}.tsgd .tsgdList .tsgdListInfo .tsp1{font-size:14px;margin-bottom:10px}.tsgd .tsgdList .tsgdListInfo .tsp2{font-size:12px;margin-bottom:10px}.tsgd .tsgdList .tsgdListInfo .tsp3{font-size:12px}#productDetails .productDetails-banner{height:auto;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#productDetails .mlpbflex{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#productDetails .left-section{width:100%;padding:10px 10px 40px}#productDetails .right-section{width:100%;padding:10px 10px 40px}#productDetails .pBleftp1{font-size:14px}#productDetails .pBleftp2{font-size:16px}#productDetails .pBleftp3{font-size:12px}#productDetails .view-more{bottom:10px;left:10px;-webkit-transform:translateX(0%);-moz-transform:translateX(0%);-ms-transform:translateX(0%);-o-transform:translateX(0%);transform:translateX(0%)}#productDetails .btn-more{font-size:12px;border-radius:10px}#productDetails .btn-more .iconfont{font-size:12px}#productDetails .main-swiper{width:100%;height:150px;border-radius:6px;margin-bottom:16px}#productDetails .nav-arrow{width:25px;height:25px}#productDetails .nav-arrow .iconfont{font-size:12px}#productDetails .thumbnail-nav-wrapper{width:100%}#productDetails #prevArrow{left:-40px}#productDetails #nextArrow{right:-40px}#productDetails .thumbnail-item{width:45px;height:45px;margin-right:10px}#productDetails .tabs{padding:25px 0 0}#productDetails .tab-link{font-size:14px;line-height:1.5;padding:5px 0;margin-right:20px}#productDetails .product-info,#productDetails .infoImg{margin-bottom:25px}#productDetails .section-title{font-size:18px;margin-bottom:15px}#productDetails .download-grid{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;margin-bottom:25px}#productDetails .download-btn{width:150px;height:40px;font-size:14px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;border-radius:6px}#productDetails .download-icon{width:15px;height:15px;-o-background-size:15px;background-size:15px}#productDetails .section-tD-s{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;margin-bottom:30px}#productDetails .section-tD-s .section-tD-tmp{text-align:center}#productDetails .section-tD-s .section-tD-p1{margin-bottom:15px;font-size:16px}#productDetails .section-tD-s .section-tD-Img{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center}#solve .indexSolve,#solveOne .indexSolve{margin-top:-40px}#solve .indexSolve .indexSWidth,#solveOne .indexSolve .indexSWidth{padding-bottom:20px}#solve .indexSolve .view-more,#solveOne .indexSolve .view-more{font-size:14px;line-height:20px;margin:30px}#solve .indexSolve .view-more .arrow,#solveOne .indexSolve .view-more .arrow{width:8px;height:8px}#solve .indexSolve .reSolveBox,#solveOne .indexSolve .reSolveBox{height:auto;margin-top:25px}#solve .indexSolve .reSolveBox .reSolveR,#solveOne .indexSolve .reSolveBox .reSolveR{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}#solve .indexSolve .reSolveBox .reSolveR .reSolveR-item,#solveOne .indexSolve .reSolveBox .reSolveR .reSolveR-item{width:-webkit-calc((100% - 20px)/3);width:-moz-calc((100% - 20px)/3);width:calc((100% - 20px)/3);height:auto;margin-bottom:0px;margin-right:0px}#solve #swiper-hy .hy-image-title,#solveOne #swiper-hy .hy-image-title{font-size:16px}#solve #swiper-hy .hy-tag-li,#solveOne #swiper-hy .hy-tag-li{padding:1.5px 6px}#solve #swiper-hy .liaojie,#solveOne #swiper-hy .liaojie{font-size:12px}#solve .hyanli,#solveOne .hyanli{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#solve .hyanliLeft,#solveOne .hyanliLeft{display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;width:100%;margin-bottom:15px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}#solve .hyanliLeft-item,#solveOne .hyanliLeft-item{font-size:14px;margin-right:10px;line-height:30px}#solve .hyanliLeft-item .iconfont,#solveOne .hyanliLeft-item .iconfont{display:none}#solve .hyright,#solveOne .hyright{margin-left:0;gap:inherit}#solve .hyright-item,#solveOne .hyright-item{width:-webkit-calc(50% - 8px);width:-moz-calc(50% - 8px);width:calc(50% - 8px);margin-right:16px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-bottom:15px}#solve .hyright-item:nth-child(2n),#solveOne .hyright-item:nth-child(2n){margin-right:0}#solve .hyright-itemImg,#solveOne .hyright-itemImg{height:100px}#solve .hyright-p1,#solveOne .hyright-p1{font-size:14px;height:40px;margin-bottom:5px;padding:0 10px}#solve .hyright-p2,#solveOne .hyright-p2{font-size:12px;height:56px;margin-bottom:5px;padding:0 10px}#solve .btn-more,#solveOne .btn-more{font-size:12px;border-radius:10px;margin:0 10px 10px}#solve .btn-more .iconfont,#solveOne .btn-more .iconfont{font-size:12px}#serviceSupport .sousuoKeyList,#qestionList .sousuoKeyList{max-height:110px;padding:10px;gap:inherit;margin-left:-10px}#serviceSupport .sousuoKeyList .sousuoKeyItem,#qestionList .sousuoKeyList .sousuoKeyItem{font-size:12px;margin-left:10px;margin-top:10px}#serviceSupport .selectBox .schedule-text,#qestionList .selectBox .schedule-text{width:150px;height:30px;font-size:14px}#serviceSupport .selectBox .show-schedule,#qestionList .selectBox .show-schedule{height:110px}#serviceSupport .selectBox .show-schedule li,#qestionList .selectBox .show-schedule li{font-size:13px;line-height:30px}#serviceSupport .tabs,#qestionList .tabs{position:relative;top:0;margin-bottom:15px;overflow-x:auto;overflow-y:hidden}#serviceSupport .tab-list,#qestionList .tab-list{-webkit-flex:none;-moz-box-flex:0;-ms-flex:none;flex:none;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}#serviceSupport .tab-link,#qestionList .tab-link{display:block;font-size:14px;line-height:1.5;padding:0px 0 10px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:15px}#serviceSupport .resultList,#qestionList .resultList{margin:20px auto}#serviceSupport .stLeft,#qestionList .stLeft{font-size:16px}#serviceSupport .stRight,#qestionList .stRight{font-size:12px}#serviceSupport .resultItem,#qestionList .resultItem{padding-top:15px;padding-bottom:15px;margin-top:0}#serviceSupport .resultItemIcon,#qestionList .resultItemIcon{width:27px;-o-background-size:12px;background-size:12px}#serviceSupport .resultItemMid,#qestionList .resultItemMid{width:-webkit-calc(100% - 130px);width:-moz-calc(100% - 130px);width:calc(100% - 130px);padding-right:5px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}#serviceSupport .rmp1,#qestionList .rmp1{font-size:14px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-bottom:5px}#serviceSupport .resultItemRight,#qestionList .resultItemRight{width:100px}#serviceSupport .rmp2,#qestionList .rmp2{font-size:10px}#serviceSupport .sBtn,#qestionList .sBtn{font-size:12px;-o-background-size:12px;background-size:12px;padding-left:15px}#serviceSupport .sBtn2,#qestionList .sBtn2{margin-left:10px}#serviceSupport .fwList,#qestionList .fwList{margin-bottom:0px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}#serviceSupport .fwItem,#qestionList .fwItem{width:-webkit-calc((100% - 10px)/2);width:-moz-calc((100% - 10px)/2);width:calc((100% - 10px)/2);height:auto;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-bottom:15px;border-radius:5px}#serviceSupport .fwItem .p1,#qestionList .fwItem .p1{font-size:15px;margin:20px auto 15px}#serviceSupport .fwItem .p2,#qestionList .fwItem .p2{font-size:13px;height:auto;margin:15px 15px 15px;padding:0}#serviceSupport .fwItem .btn-more,#qestionList .fwItem .btn-more{font-size:11px;margin:0px auto 20px}#serviceSupport .fwItem .btn-more .iconfont,#qestionList .fwItem .btn-more .iconfont{font-size:11px}#serviceSupport .fwItem.fw2Item,#qestionList .fwItem.fw2Item{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#serviceSupport .fwItem .fw2Left,#qestionList .fwItem .fw2Left{width:100%;padding-top:30px}#serviceSupport .fwItem .fw2Left img,#qestionList .fwItem .fw2Left img{width:30px;height:35px;-o-object-fit:contain;object-fit:contain}#serviceSupport .fwItem .fw2Right,#qestionList .fwItem .fw2Right{width:100%}#serviceSupport .kfListTop,#qestionList .kfListTop{height:auto;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:5px}#serviceSupport .kfListTopLeft,#qestionList .kfListTopLeft{width:100%;padding:40px 20px 20px}#serviceSupport .kfListTopLeft .kfi,#qestionList .kfListTopLeft .kfi{width:30px;margin-bottom:10px}#serviceSupport .kfListTopLeft .kfp1,#qestionList .kfListTopLeft .kfp1{font-size:15px;margin-bottom:5px}#serviceSupport .kfListTopLeft .kfp2,#qestionList .kfListTopLeft .kfp2{font-size:13px;margin-bottom:5px}#serviceSupport .kfListTopLeft .kfp3,#qestionList .kfListTopLeft .kfp3{font-size:11px}#serviceSupport .kfListTopRight,#qestionList .kfListTopRight{width:100%}#serviceSupport .kfList,#qestionList .kfList{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}#serviceSupport .kfItem,#qestionList .kfItem{width:100%;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;border-radius:5px;margin-bottom:10px;padding:20px;height:auto}#serviceSupport .kfItem .k1,#qestionList .kfItem .k1{font-size:15px;margin-top:0;margin-bottom:10px}#serviceSupport .kfItem .k2,#qestionList .kfItem .k2{font-size:13px;margin-bottom:5px}#serviceSupport .kfItem .qrk,#qestionList .kfItem .qrk{width:80px;height:80px;margin-bottom:10px}#serviceSupport .qestionItem,#qestionList .qestionItem{padding:10px 0}#serviceSupport .qTitle,#qestionList .qTitle{font-size:15px}#serviceSupport .qI1,#qestionList .qI1{margin-bottom:10px}#serviceSupport .qTime,#qestionList .qTime{width:120px;font-size:12px}#serviceSupport .qI2,#qestionList .qI2{font-size:13px;height:60px;overflow:hidden}#serviceSupport .btn-more,#qestionList .btn-more{font-size:12px;border-radius:10px}#serviceSupport .btn-more .iconfont,#qestionList .btn-more .iconfont{font-size:9px;padding:3px}#news .newsTopItem{margin-top:20px;margin-bottom:15px;border-radius:5px}#news .newsTopItem .newsTop-img{height:150px;-o-object-fit:cover;object-fit:cover}#news .newsTopItem .newsTopInfo{padding:10px}#news .newsTopItem .newsTopInfo-title{font-size:15px;height:40px;display:-webkit-box;-webkit-line-clamp:2;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}#news .newsTopItem .newsTopInfo-desc{font-size:14px;height:57px;display:-webkit-box;-webkit-line-clamp:3;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}#news .newsTopItem .newsTopInfo-time{font-size:12px}#news .newsTopItem .newsTopInfo-img{width:20px;height:auto}#news .HotNews-list{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#news .HotNews-list .HotNews-item{width:100%;border-radius:5px;overflow:hidden;margin-bottom:10px;margin-right:0}#news .HotNews-list .hot-logo{font-size:12px;width:40px;height:40px}#news .HotNews-list .HotNews-img{height:150px;-o-object-fit:cover;object-fit:cover}#news .HotNews-list .HotNews-info{padding:10px}#news .HotNews-list .HotNews-info-title{font-size:15px;height:40px}#news .HotNews-list .HotNews-info-desc{font-size:14px;height:57px;display:-webkit-box;-webkit-line-clamp:3;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}#news .HotNews-list .HotNews-info-time{font-size:12px}#news .HotNews-list .HotNews-info-img{width:20px;height:auto}#news .newsList{margin-top:20px}#news .newsList-item{padding:0;margin-bottom:10px}#news .newsList-item .blockA{width:100%}#news .newsList-img{width:100px;height:80px;border-radius:5px}#news .newsList-info{-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;margin-left:10px;width:0}#news .newsList-info-title{font-size:15px;margin-bottom:3px}#news .newsList-info-desc{font-size:13px;height:36px;margin-bottom:10px;display:-webkit-box;-webkit-line-clamp:2;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis}#news .newsList-info-time{font-size:12px}#news .newsList-info-time .btn-more{font-size:10px;border-radius:10px;margin:0}#news .newsList-info-time .btn-more .iconfont{font-size:10px}#news .moreBox{padding:20px}#news .moreBox-title{font-size:13px}#news .moreBox-icon{width:15px}#solveDetails .page-container .newsBox,#serviceSupportDetails .page-container .newsBox,#newsDetails .newsBox{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#solveDetails .page-container .newsBox .js-left,#serviceSupportDetails .page-container .newsBox .js-left,#newsDetails .newsBox .js-left{width:100%;margin-bottom:30px}#solveDetails .page-container .newsBox .js-left .js-article img,#serviceSupportDetails .page-container .newsBox .js-left .js-article img,#newsDetails .newsBox .js-left .js-article img{border-radius:5px;margin:10px auto}#solveDetails .page-container .newsBox .newsTitle,#serviceSupportDetails .page-container .newsBox .newsTitle,#newsDetails .newsBox .newsTitle{font-size:18px}#solveDetails .page-container .newsBox .newNum,#serviceSupportDetails .page-container .newsBox .newNum,#newsDetails .newsBox .newNum{font-size:13px}#solveDetails .page-container .newsBox .newNum .newTime,#serviceSupportDetails .page-container .newsBox .newNum .newTime,#newsDetails .newsBox .newNum .newTime{padding-left:20px;-o-background-size:12px 12px;background-size:12px 12px}#solveDetails .page-container .newsBox .newNum .newPeople,#serviceSupportDetails .page-container .newsBox .newNum .newPeople,#newsDetails .newsBox .newNum .newPeople{padding-left:20px;-o-background-size:12px 10px;background-size:12px 10px}#solveDetails .page-container .newsBox .js-right,#serviceSupportDetails .page-container .newsBox .js-right,#newsDetails .newsBox .js-right{width:100%}#solveDetails .page-container .newsBox .js-right .js-rp,#serviceSupportDetails .page-container .newsBox .js-right .js-rp,#newsDetails .newsBox .js-right .js-rp{font-size:16px;line-height:20px;margin-bottom:15px;position:relative;padding-left:10px}#solveDetails .page-container .newsBox .js-right .js-rp::before,#serviceSupportDetails .page-container .newsBox .js-right .js-rp::before,#newsDetails .newsBox .js-right .js-rp::before{position:absolute;top:0;left:0;content:"";display:block;width:3px;height:20px;border-radius:10px;background-color:#215f83}#solveDetails .page-container .newsBox .js-right ul,#serviceSupportDetails .page-container .newsBox .js-right ul,#newsDetails .newsBox .js-right ul{width:100%;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}#solveDetails .page-container .newsBox .js-right .newsli,#serviceSupportDetails .page-container .newsBox .js-right .newsli,#newsDetails .newsBox .js-right .newsli{width:-webkit-calc(50% - 8px);width:-moz-calc(50% - 8px);width:calc(50% - 8px);-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:10px;margin-bottom:16px;border-radius:5px}#solveDetails .page-container .newsBox .js-right .newsli:nth-child(2n),#serviceSupportDetails .page-container .newsBox .js-right .newsli:nth-child(2n),#newsDetails .newsBox .js-right .newsli:nth-child(2n){margin-right:0}#solveDetails .page-container .newsBox .js-right .js-topic__left,#serviceSupportDetails .page-container .newsBox .js-right .js-topic__left,#newsDetails .newsBox .js-right .js-topic__left{border-radius:0px}#solveDetails .page-container .newsBox .js-right .js-topic__left img,#serviceSupportDetails .page-container .newsBox .js-right .js-topic__left img,#newsDetails .newsBox .js-right .js-topic__left img{height:100px}#solveDetails .page-container .newsBox .js-right .js-topic__right,#serviceSupportDetails .page-container .newsBox .js-right .js-topic__right,#newsDetails .newsBox .js-right .js-topic__right{padding:10px}#solveDetails .page-container .newsBox .js-right .p1,#serviceSupportDetails .page-container .newsBox .js-right .p1,#newsDetails .newsBox .js-right .p1{font-size:14px;margin-bottom:7px}#solveDetails .page-container .newsBox .js-right .p2,#serviceSupportDetails .page-container .newsBox .js-right .p2,#newsDetails .newsBox .js-right .p2{font-size:12px}#solveDetails .page-container .newsBox .message-form-section,#serviceSupportDetails .page-container .newsBox .message-form-section,#newsDetails .newsBox .message-form-section{padding:5px;border-radius:5px}#solveDetails .page-container .newsBox .message-form-section .form-group,#serviceSupportDetails .page-container .newsBox .message-form-section .form-group,#newsDetails .newsBox .message-form-section .form-group{margin-bottom:10px;border-radius:5px}#solveDetails .page-container .newsBox .message-form-section .form-group input,#serviceSupportDetails .page-container .newsBox .message-form-section .form-group input,#newsDetails .newsBox .message-form-section .form-group input{border-radius:5px;height:45px;font-size:14px;padding:10px}#solveDetails .page-container .newsBox .message-form-section .form-group textarea,#serviceSupportDetails .page-container .newsBox .message-form-section .form-group textarea,#newsDetails .newsBox .message-form-section .form-group textarea{border-radius:5px;font-size:14px;padding:10px}#solveDetails .page-container .newsBox .message-form-section .message-form .form-actions button,#serviceSupportDetails .page-container .newsBox .message-form-section .message-form .form-actions button,#newsDetails .newsBox .message-form-section .message-form .form-actions button{width:100%;height:40px;font-size:16px;border-radius:5px}#solveDetails .page-container .newsBox .section-title,#serviceSupportDetails .page-container .newsBox .section-title,#newsDetails .newsBox .section-title{font-size:20px;margin-bottom:10px}#solveDetails .page-container .newsBox .section-description,#serviceSupportDetails .page-container .newsBox .section-description,#newsDetails .newsBox .section-description{font-size:16px;margin-bottom:10px}#solveDetails .page-container .newsBox .xglist,#serviceSupportDetails .page-container .newsBox .xglist,#newsDetails .newsBox .xglist{padding:10px;margin-bottom:15px;border-radius:5px}#solveDetails .page-container .newsBox .xglist .xgItem,#serviceSupportDetails .page-container .newsBox .xglist .xgItem,#newsDetails .newsBox .xglist .xgItem{width:100%;margin-bottom:10px}#solveDetails .page-container .pageBtnBox,#serviceSupportDetails .page-container .pageBtnBox,#newsDetails .pageBtnBox{padding:15px 0}#solveDetails .page-container .pageBtnBox .pageBtn,#serviceSupportDetails .page-container .pageBtnBox .pageBtn,#newsDetails .pageBtnBox .pageBtn{width:45%;padding:0}#solveDetails .page-container .pageBtnBox .pageBtn p,#serviceSupportDetails .page-container .pageBtnBox .pageBtn p,#newsDetails .pageBtnBox .pageBtn p{font-size:12px}#solveDetails .page-container .pageBtnBox .pageBtn p.preA,#serviceSupportDetails .page-container .pageBtnBox .pageBtn p.preA,#newsDetails .pageBtnBox .pageBtn p.preA{font-size:14px;margin-bottom:10px}#solveDetails .page-container .xg1,#serviceSupportDetails .page-container .xg1,#newsDetails .xg1{font-size:12px;margin-bottom:5px}#solveDetails .page-container .xg2,#serviceSupportDetails .page-container .xg2,#newsDetails .xg2{font-size:15px;margin-bottom:5px}#solveDetails .page-container .xg3,#serviceSupportDetails .page-container .xg3,#newsDetails .xg3{font-size:10px;margin-bottom:5px}#about .aboutInfo{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#about .aboutInfolLeft{width:100%}#about .alp1{margin:20px 10px 10px;font-size:24px;line-height:28px;font-weight:bold;color:#215f83;text-align:center}#about .alp2{font-size:14px;color:#666;line-height:18px;text-align:center;margin-bottom:10px}#about .aboutInfolLeftBottom{width:90%;margin:15px auto}#about .aboutInfolRight{padding-left:0}#about .abrTop{margin-bottom:15px}#about .arp1{font-size:14px;color:#666;line-height:1.5}#about .abrBottom{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#about .abrBottomLi{width:-webkit-calc(50% - 8px);width:-moz-calc(50% - 8px);width:calc(50% - 8px);height:auto;padding:10px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:0;margin-bottom:10px;border-radius:4px;border-color:#d3d3d3}#about .abrBottomLip1{font-size:14px;margin-bottom:5px}#about .abrBottomLip2{font-size:12px}#about .ablImg{width:15px;height:15px;bottom:15px;right:14px}#about .xkwhUl{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:15px}#about .xkwhLi1{width:100%;height:150px;border-radius:5px;overflow:hidden}#about .xkwhLi1 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}#about .xkwhLi1Info{top:20px;left:20px}#about .xkwhLi1p1{font-size:16px}#about .xkwhLi1p2{font-size:12px}#about .xkwhLi2{width:100%;padding:10px}#about .xkwhLi2p1{font-size:14px}#about .xkwhLi2p2{font-size:12px}#about .whiocn{width:20px;height:20px;left:inherit;right:10px;top:10px}#about .fzlcInfo{height:300px;margin-top:20px}#about .timeline-container{padding-top:60px;width:100%;max-width:100%;margin:0}#about .timeline-wrapper{padding:0}#about .timeline-line{top:65px}#about .timeline-track{width:100%}#about .timeline-nav{width:15px;height:15px}#about .timeline-year{font-size:14px;top:-26px}#about .timeline-dot{width:10px;height:10px}#about .timeline-dot::before{width:1px;height:50px}#about .timeline-content{width:100%;height:auto;margin:50px 0 0;padding:10px;border-radius:5px}#about .timeline-content .content-year{font-size:14px;line-height:30px}#about .timeline-content .content-text{height:80px;font-size:12px}#about .xkysTabs{margin:0px 0 20px;width:100%}#about .xkysTab{font-size:14px;line-height:40px}#about .xkysTab-container{height:150px}#about .xkysTab-image{height:auto}#about .lzfuInfo{margin-top:20px;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#about .imglz{width:100%}#about .lzfuInfoList{width:100%;position:relative;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:20px}#about .lzfuInfoItem{width:-webkit-calc(50% - 7px);width:-moz-calc(50% - 7px);width:calc(50% - 7px);height:auto;padding:10px;margin-bottom:0;border-radius:5px}#about .lp1{font-size:14px;margin-bottom:5px}#about .lp2{font-size:12px}#joinUs .titleBox{font-size:16px;margin:25px 0 20px}#joinUs .searchCont{margin:20px auto}#joinUs #social-model{overflow-x:hidden}#joinUs .titleBg{width:60px;height:2px}#joinUs .schedule-text{width:150px;height:36px;font-size:14px}#joinUs .selectBox{margin-right:10px}#joinUs .show-schedule{height:110px}#joinUs .show-schedule li{font-size:13px;line-height:30px}#joinUs .showResult{margin:20px auto}#joinUs .table-header{height:36px}#joinUs .table-header-td{font-size:14px;padding:5px}#joinUs .table-header-td.table-title{width:40%}#joinUs .table-header-td.table-degree{width:20%}#joinUs .table-header-td.table-experience{width:20%}#joinUs .table-header-td.table-location{width:20%}#joinUs .job-header{height:auto;padding:10px 0}#joinUs .job-header-td{font-size:14px;padding:5px}#joinUs .job-header-td.job-title{width:40%}#joinUs .job-header-td.job-degree{width:20%}#joinUs .job-header-td.job-experience{width:20%}#joinUs .job-header-td.job-location{width:20%}#joinUs .job-header-td .toggle-icon{right:0 !important}#joinUs .apply-btn{font-size:14px;border-radius:5px}#joinUs .paddingBox{padding:10px}#joinUs .job-details{font-size:14px}#joinUs .jzBoxInfo{margin-top:10px}#joinUs .jzp{font-size:14px}#joinUs .jzpImgBOx{margin-top:10px}#joinUs .jzpImgBOx .jImg{width:48%;height:100px;-o-object-fit:cover;object-fit:cover;border-radius:5px}#joinUs .zyfzInfo{margin-top:10px}#joinUs .zyfzInfo .zyfzItem{width:50%;padding:15px;border-radius:5px 0 0 5px;margin-bottom:10px}#joinUs .zyfzInfo .zyfzItem:nth-child(2){border-radius:0 5px 5px 0}#joinUs .zyfzInfo .zyfzImg{height:auto}#joinUs .zyfzInfo .zyfzImg .img1,#joinUs .zyfzInfo .zyfzImg .img2{width:40px;height:40px}#joinUs .zyfzInfo .zyfzp1{font-size:15px;margin:10px 0}#joinUs .zyfzInfo .zyfzp2{font-size:12px}#joinUs .hxdwInfo{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:10px}#joinUs .hxdwInfo .hxdwItem{height:auto;width:-webkit-calc(50% - 5px);width:-moz-calc(50% - 5px);width:calc(50% - 5px);border-radius:5px;margin:0 0 10px;padding:0px}#joinUs .hxdwInfo .hxdwImg{height:140px;border-radius:5px;overflow:hidden}#joinUs .hxdwInfo .hxdwPbox{padding:10px}#joinUs .hxdwInfo .hxdwp1{font-size:15px}#joinUs .hxdwInfo .hxdwp2{font-size:12px}#joinUs .sImg{height:150px}#joinUs .handleTab{margin-top:15px;height:auto;width:100%}#joinUs .handleTab li{font-size:14px;line-height:30px;margin:0 25px}#joinUs .handleTab li:after{height:1px}#joinUs .rcgnInfo{margin-top:10px;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}#joinUs .rcgnItem{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:auto;padding:40px 20px;margin:0 auto 10px;border-radius:5px}#joinUs .rcgnItem img{width:40px;height:auto;margin-bottom:27.5px}#joinUs .rcgnItem p{font-size:14px}#joinUs .szpzxInfo{height:130px;-o-background-size:cover;background-size:cover;margin-top:30px}#joinUs .szpzxInfo .showTBox{position:absolute;left:14px;top:30px}#joinUs .szpzxInfo .stp1{font-size:16px;margin-bottom:20px}#joinUs .szpzxInfo .btn-more{font-size:12px}#joinUs .szpzxInfo .btn-more .iconfont{font-size:12px}#contactUs .tsjc{height:auto;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:20px 10px;border-radius:5px;margin-top:10px}#contactUs .tslp1{font-size:15px;margin-bottom:10px}#contactUs .tslp2{font-size:13px;margin-bottom:6px}#contactUs .tsjcLRight{width:100%;-webkit-justify-content:flex-start;-moz-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-top:10px}#contactUs .tsjcLRight .img1{width:81px;height:auto;margin-right:30px}#contactUs .tsjcLRight .img2{width:81px;height:auto}#contactUs .lxwmList{-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:10px}#contactUs .lxwmItem{width:100%;font-size:14px}#contactUs .shrx{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}#contactUs .shrxItem{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:50%;height:auto;padding:15px 0;margin-bottom:10px;border-radius:5px 0 0 5px}#contactUs .shrxItem:nth-child(2){border-radius:0 5px 5px 0}#contactUs .shrxImg{width:40px}#contactUs .shrxp1{font-size:15px}#contactUs .shrxp2{font-size:12px}#contactUs .shrxItem2{width:100%;height:auto;padding:15px 0;position:relative;border-radius:5px}#contactUs .shrxImg2{width:40px;height:auto;position:absolute;top:50%;left:25%;-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}#contactUs .shrxRight{width:100%;padding-left:50%;text-align:center}#contactUs .bsc{height:30px}#contactUs .bsc li{width:100px;font-size:14px}#contactUs .bscList{-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#contactUs .bscItem{width:100%;height:auto;margin-right:0;margin-bottom:10px;padding:15px 15px 15px;border-radius:5px}#contactUs .bscIcon{width:12px;height:16px;left:15px;top:17px}#contactUs .bscP1{font-size:16px;padding-left:17px}#contactUs .bscP2{font-size:14px}#contactUs .xxgxList{margin-top:0;padding:20px 0;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}#contactUs .xxgxItem{width:-webkit-calc(50% - 5px);width:-moz-calc(50% - 5px);width:calc(50% - 5px);height:auto;margin-right:0;margin-bottom:10px;padding:25px 15px;border-radius:5px}#contactUs .xxgxItem .imgBox{width:50px;height:50px}#contactUs .xxgxItem .xxName{font-size:14px}#contactUs .xxgxItem .xxBtn{width:80px;height:25px;font-size:12px;border-radius:40px}#search .coBanner{height:200px}#search .cbImg1{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}#search .sbp3{font-size:18px}#search .searchBox{width:100%}#search .hotSearch{margin-top:10px;width:100%;font-size:12px}#search .hotSearchUl{font-size:12px;width:-webkit-calc(100% - 66px);width:-moz-calc(100% - 66px);width:calc(100% - 66px);height:70px;overflow:hidden}#search .hotSearchUl li{margin-right:10px;margin-bottom:10px}#search .hyright{margin-top:10px}#search .hyright-item{width:100%;margin-bottom:10px;padding:5px 5px 15px;background-color:#ffffff}#search .hyright-item .hyright-itemImg{height:150px;-o-object-fit:cover;object-fit:cover}#search .hyright-item .hyright-p1{font-size:15px;height:auto;max-height:44px;display:-webkit-box;-webkit-line-clamp:2;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;margin-bottom:10px}#search .hyright-item .hyright-p2{color:#666;font-size:13px;height:57px;display:-webkit-box;-webkit-line-clamp:3;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;margin-bottom:5px}#search .hyright-item .btn-type{font-size:12px;padding:3px 7px;border-radius:30px}.dialog-modal{z-index:99999 !important}.formBox{-webkit-align-items:flex-start !important;-moz-box-align:start !important;-ms-flex-align:start !important;align-items:flex-start !important;height:auto !important}.formContent{width:100% !important;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:0 !important}.formContent .formLeft,.formContent .formRight{width:100% !important;padding:20px !important}.product-title{height:30px !important;opacity:0 !important}}