@charset "UTF-8";:root{--jq_w: 1250px;--jq_primary: #5a4139;--jq_assistant: #2e4957;--jq_warn: #ff7134;--jq_error: #ff0000;--jq_success: #36a946;--jq_title: #1b70d8;--jq_line: #94c2fa;--jq_hover: #ef4b42;--jq_gray1: #333333;--jq_gray2: #666666;--jq_gray3: #999999;--jq_gray4: #cccccc;--jq_gray5: #dddddd;--jq_gray6: #eeeeee;--jq_gray7: #f5f5f5;--jq_white: #ffffff;--jq_bg1: #24272F;--jq_bg2: #edf4ff;--jq_color1: #43afa8;--jq_fs: 10px;--jq_fs1: 12px;--jq_fs2: 14px;--jq_fs3: 16px;--jq_fs4: 18px;--jq_fs5: 20px;--jq_fs6: 22px;--jq_fs7: 24px;--jq_fs8: 26px;--jq_fs9: 28px;--jq_fs10: 30px;--jq_fs11: 32px;--jq_fs12: 34px;--jq_fs13: 36px;--jq_fs14: 38px;--jq_fs15: 40px;--jq_fs16: 42px}@media screen and (max-width: 750px){html{font-size:3.2vw}}html,body,#root{width:100%;min-height:100%;color:var(--jq_gray1);font-size:var(--jq_fs2)}#root{height:auto;min-height:100%}*{padding:0;margin:0;box-sizing:border-box}a{color:var(--jq_color1);text-decoration:none}a:hover{color:var(--jq_primary)}.button{width:100%;height:36px;background:var(--jq_primary);border:none;border-radius:5px;color:var(--jq_color7);font-size:var(--jq_fs2);cursor:pointer;outline:none;display:flex;justify-content:center;align-items:center}.button.border{border:1px solid var(--jq_primary);background:var(--jq_color7);color:var(--jq_primary)}.button.error{width:auto;background:var(--jq_error);color:var(--jq_color8);padding:0 10px}.button:hover{opacity:.8;color:var(--jq_color7)}.button.border:hover{color:var(--jq_primary);background:#ebf3fc}.button[disabled]{opacity:.5;cursor:not-allowed}.button[disabled].border{border:1px solid var(--jq_color3);color:var(--jq_color5)}.button[disabled].border:hover{background:var(--jq_color7)}.input,.textarea{width:100%;height:32px;padding:0 var(--jq_pt2);border:1px solid var(--jq_color17);outline:none;font-size:var(--jq_fs2);border-radius:4px;transition:all .3s;padding:0 10px}.textarea{min-height:64px;height:auto;padding:var(--jq_pt1) var(--jq_pt2)}.input:hover,.textarea:hover{border:1px solid var(--jq_color14)}.input.error,.textarea.error{border:1px solid var(--jq_color19)}.pdf-box i{font-size:36px;color:var(--jq_error)}.cus_info_window{background:var(--jq_primary);padding:10px;color:var(--jq_white);font-size:var(--jq_fs3)}.app-box{width:100%;display:flex;flex-direction:column}.app-box .app-wrap{width:100%}.header-box{width:100%;height:90px;display:flex;justify-content:center;background:#fffc;position:fixed;left:0;top:0;z-index:2}.header-box .header{width:var(--jq_w);height:100%;display:flex;justify-content:space-between;align-items:center;padding:25px 0}.header-box .header .logo{width:240px;height:100%;display:flex;align-items:center}.header-box .header .logo img{width:100%}.header-box .header .header-menu{width:calc(100% - 240px);height:100%;display:flex;justify-content:center;align-items:center}.menu{height:100%;display:flex;align-items:center}.menu .menu-item{padding:0 60px;display:flex;justify-content:space-between;align-items:center;color:var(--jq_primary);font-size:var(--jq_fs3)}.menu .menu-item:hover,.menu .menu-item.active{color:var(--jq_color1)}.footer-box{width:100%;display:flex;justify-content:center;background:var(--jq_color1);padding:160px 0 95px}.footer-box .footer{width:var(--jq_w);display:flex;justify-content:space-between}.footerMenu{display:flex}.footerMenu .footerMenu-item{width:200px;display:flex;flex-direction:column}.footerMenu .footerMenu-item .title{display:flex;margin-bottom:10px}.footerMenu .footerMenu-item .title a{color:var(--jq_white);font-size:16px}.footerMenu .footerMenu-item .menu-wrap{display:flex;flex-direction:column}.footerMenu .footerMenu-item .menu-wrap a{color:var(--jq_white);font-size:14px;margin-top:15px;opacity:.7}.footerMenu .footerMenu-item .menu-wrap a:hover{opacity:1}.signature{width:100%;display:flex;flex-direction:column;align-items:flex-end}.signature .img{width:350px;height:165px;margin-bottom:30px;display:flex;justify-content:space-between}.signature .img img{width:calc(50% - 10px);height:100%}.signature .signature-content{display:flex;flex-direction:column}.signature .signature-content .name{color:var(--jq_white);font-size:14px;font-weight:700;margin-bottom:10px;display:flex;justify-content:flex-end}.signature .signature-content .links{display:flex;flex-wrap:wrap;justify-content:flex-end;margin-bottom:10px}.signature .signature-content .links a{font-size:12px;color:var(--jq_white);padding:0 5px;position:relative}.signature .signature-content .links a:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;height:12px;background:var(--jq_white)}.signature .signature-content .filing{font-size:12px;display:flex;justify-content:flex-end;color:var(--jq_white);cursor:pointer}.side-box{position:fixed;top:50%;right:20px;transform:translateY(-50%);display:flex;flex-direction:column;z-index:1}.side-contact{width:60px;display:flex;flex-direction:column}.side-contact .side-item{width:100%;height:60px;display:flex;justify-content:center;align-items:center;border-radius:5px;margin-bottom:10px;box-shadow:0 0 10px #0000004d;position:relative}.side-contact .side-item a{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;color:var(--jq_gray2);opacity:.8;background:var(--jq_white);border-radius:5px}.side-contact .side-item a i{font-size:32px;transition:all .3s}.side-contact .side-item a span{font-size:12px}.side-contact .side-item .side-wrap{min-width:142px;position:absolute;right:70px;top:0;background:var(--jq_white);display:none;flex-shrink:0;box-shadow:0 0 10px #0000004d}.side-contact .side-item .side-wrap:after{content:"";width:10px;height:10px;background:var(--jq_white);position:absolute;right:-5px;top:calc(50% - 5px);transform:rotate(45deg)}.side-contact .side-item .side-wrap img{width:142px}.side-contact .side-item .side-wrap .text{padding:10px}.side-contact .side-item:hover a{opacity:1}.side-contact .side-item:hover .side-wrap{display:flex}.side-contact .side-item.wx .side-wrap{transform:translateY(-25%)}.side-contact .side-item.dianhua a i{color:#f0ab79}.side-contact .side-item.dianhua .side-wrap{transform:translateY(0)}.side-contact .side-item.goTop a i{transform:rotate(180deg)}.home-box{width:100%;display:flex;flex-direction:column}.max-banner .swiper .swiper-wrapper .swiper-slide .item{width:100%;height:100%;display:flex;justify-content:center;align-items:center}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;inset:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.quality{width:100%;padding:100px 0 50px;display:flex;justify-content:center}.quality .quality-wrap{width:var(--jq_w);display:flex;flex-direction:column}.quality .quality-wrap .quality-desc,.quality .quality-wrap .quality-total{width:100%;margin-bottom:100px}.description{width:100%;display:flex;flex-direction:column;align-items:center}.description .t1{color:#00a9a0;font-size:26px;text-align:center}.description .t2{font-size:42px;color:var(--jq_gray2);text-align:center}.description .mb10{margin-bottom:10px}.description .t3{color:var(--jq_gray3);line-height:28px;text-align:center}.description .t4{color:#b1895d;font-size:18px;text-align:center}.description .t1.white,.description .t2.white,.description .t3.white{color:var(--jq_white)}.description .t1.green,.description .t2.green,.description .t3.green{color:#00a8a0}.total{width:100%;display:flex}.total .total-item{width:calc(50% - 10px);height:70px;display:flex;flex-direction:column;justify-content:center;align-items:center;border-left:1px solid var(--jq_gray4)}.total .total-item .num{font-size:46px;color:var(--jq_gray2);font-weight:700}.total .total-item .text{font-size:14px;color:var(--jq_gray2)}.total .total-item:last-child{border-right:1px solid var(--jq_gray4)}.total .total-item.active .num{color:#f07731}.more{width:100%;display:flex;justify-content:center}.more a{padding:5px 10px;border:1px solid var(--jq_gray3);border-radius:20px;display:flex;align-items:center;color:var(--jq_gray2);background:var(--jq_white)}.more a span{font-size:14px}.more a i{font-size:12px;margin-left:5px;color:var(--jq_color1)}.service{width:100%;padding:100px 0 50px;background:url(/pc/assets/ad5-DOaUtWdU.jpg) no-repeat center center;background-size:cover;display:flex;justify-content:center}.service .service-wrap{width:var(--jq_w);display:flex;flex-direction:column}.service .service-wrap .service-desc{width:100%;margin-bottom:100px}.service .service-wrap .service-type{width:100%;display:flex;margin-bottom:100px;justify-content:space-between}.service .service-wrap .service-type .item{width:calc(16.6666666667% - 20px);height:370px;position:relative;border-radius:20px;overflow:hidden}.service .service-wrap .service-type .item .item-bg{width:100%;height:100%;background:#ffffff80;position:absolute;left:0;top:0;transition:all .3s}.service .service-wrap .service-type .item .item-content{width:100%;height:100%;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:20px}.service .service-wrap .service-type .item .item-content .min-text{font-size:14px;color:var(--jq_gray3);text-align:center;margin-top:20px;transition:all .3s}.service .service-wrap .service-type .item .item-content .max-text{font-size:28px;color:#f07731;text-align:center;font-weight:700;transition:all .3s}.service .service-wrap .service-type .item .item-content .num{font-size:48px;color:#00a89f;text-align:center;transition:all .3s}.service .service-wrap .service-type .item:hover .item-bg{background:#e28948}.service .service-wrap .service-type .item:hover .item-content .min-text,.service .service-wrap .service-type .item:hover .item-content .max-text,.service .service-wrap .service-type .item:hover .item-content .num{color:var(--jq_white)}.technologyOne{width:100%;padding:100px 0 50px;background:var(--jq_white);display:flex;justify-content:center}.technologyOne .technologyOne-box{width:var(--jq_w);display:flex;flex-direction:column}.technologyOne .technologyOne-box .technologyOne-desc{width:100%;margin-bottom:40px}.technologyOne .technologyOne-box .technologyOne-wrap{width:100%;height:540px;display:flex}.technologyOne .technologyOne-box .technologyOne-wrap .item{width:25%;height:100%;background:green;display:flex;flex-direction:column;justify-content:flex-end;padding:60px 20px;transition:all .3s}.technologyOne .technologyOne-box .technologyOne-wrap .item .tips{margin-bottom:10px;display:none}.technologyOne .technologyOne-box .technologyOne-wrap .item .tips span{background:var(--jq_white);padding:5px 15px;border-radius:20px;color:var(--jq_color1);font-size:12px}.technologyOne .technologyOne-box .technologyOne-wrap .item .tit{font-size:24px;color:var(--jq_white);margin-bottom:10px;display:none}.technologyOne .technologyOne-box .technologyOne-wrap .item .desc{line-height:26px;font-size:14px;color:var(--jq_white);display:none;flex-direction:column}.technologyOne .technologyOne-box .technologyOne-wrap .item:nth-child(odd){background:#50aea7}.technologyOne .technologyOne-box .technologyOne-wrap .item:nth-child(odd) .tips span{color:#50aea7}.technologyOne .technologyOne-box .technologyOne-wrap .item:nth-child(2n){background:#dd8243}.technologyOne .technologyOne-box .technologyOne-wrap .item:nth-child(2n) .tips span{color:#dd8243}.technologyOne .technologyOne-box .technologyOne-wrap .item.active{width:65%}.technologyOne .technologyOne-box .technologyOne-wrap .item.active .tips,.technologyOne .technologyOne-box .technologyOne-wrap .item.active .tit,.technologyOne .technologyOne-box .technologyOne-wrap .item.active .desc{display:flex}.technologyOne .technologyOne-box .technologyOne-wrap .item.item1{background-image:url(/pc/assets/sjs_01-CSAfWBJl.png);background-size:cover}.technologyOne .technologyOne-box .technologyOne-wrap .item.item2{background-image:url(/pc/assets/sjs_02-BhJ_BRot.png);background-size:cover}.technologyOne .technologyOne-box .technologyOne-wrap .item.item3{background-image:url(/pc/assets/sjs_03-D6nkUvcc.png);background-size:cover}.technologyOne .technologyOne-box .technologyOne-wrap .item.item4{background-image:url(/pc/assets/sjs_04-BF51eORe.png);background-size:cover}.technologyOne .technologyOne-box .technologyOne-wrap .item.item1.active,.technologyOne .technologyOne-box .technologyOne-wrap .item.item2.active,.technologyOne .technologyOne-box .technologyOne-wrap .item.item3.active,.technologyOne .technologyOne-box .technologyOne-wrap .item.item4.active{background-size:100% 100%}.technologyTwo{width:100%;padding:40px 20px;background:url(/pc/assets/e-8PXYpEpB.jpg) no-repeat center center;background-size:cover;display:flex;justify-content:center}.technologyTwo .technologyTwo-box{width:var(--jq_w);display:flex;flex-direction:column}.technologyTwo .technologyTwo-box .technologyTwo-desc{width:100%;margin-bottom:40px}.technologyTwo .technologyTwo-box .technologyTwo-wrap{width:100%;display:flex;justify-content:space-between}.technologyTwo .technologyTwo-box .technologyTwo-wrap .item{width:calc(20% - 20px);height:370px;position:relative;border-radius:20px;overflow:hidden}.technologyTwo .technologyTwo-box .technologyTwo-wrap .item .item-bg{width:100%;height:100%;background:#e3f1f1;position:absolute;left:0;top:0;opacity:.8;transition:all .3s}.technologyTwo .technologyTwo-box .technologyTwo-wrap .item .item-content{width:100%;height:100%;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;padding:20px}.technologyTwo .technologyTwo-box .technologyTwo-wrap .item .item-content .icon{width:100%;display:flex;justify-content:center;margin-top:20px}.technologyTwo .technologyTwo-box .technologyTwo-wrap .item .item-content .icon img{width:141px;height:80px}.technologyTwo .technologyTwo-box .technologyTwo-wrap .item .item-content .t1{margin-top:20px;position:relative;color:var(--jq_gray2);font-size:18px;font-weight:700;padding-bottom:5px;transition:all .3s}.technologyTwo .technologyTwo-box .technologyTwo-wrap .item .item-content .t1:after{content:"";position:absolute;width:20px;height:3px;background:var(--jq_gray2);left:50%;transform:translate(-50%);bottom:0;transition:all .3s}.technologyTwo .technologyTwo-box .technologyTwo-wrap .item .item-content .t2{font-size:24px;color:#f07731;text-align:center;transition:all .3s}.technologyTwo .technologyTwo-box .technologyTwo-wrap .item .item-content .mb20{margin-bottom:20px}.technologyTwo .technologyTwo-box .technologyTwo-wrap .item .item-content .t3{font-size:14px;color:var(--jq_gray3);text-align:center;transition:all .3s}.technologyTwo .technologyTwo-box .technologyTwo-wrap .item:hover .item-bg{background:#e28948;opacity:1}.technologyTwo .technologyTwo-box .technologyTwo-wrap .item:hover .item-content .t1:after{background:var(--jq_white)}.technologyTwo .technologyTwo-box .technologyTwo-wrap .item:hover .item-content .t1,.technologyTwo .technologyTwo-box .technologyTwo-wrap .item:hover .item-content .t2,.technologyTwo .technologyTwo-box .technologyTwo-wrap .item:hover .item-content .t3{color:var(--jq_white)}.technologyThree{width:100%;padding:40px 20px;display:flex;justify-content:center}.technologyThree .technologyThree-box{width:var(--jq_w);display:flex;flex-direction:column}.technologyThree .technologyThree-box .technologyThree-desc{width:100%;margin-bottom:40px}.technologyThree .technologyThree-box .technologyThree-swiper{width:100%;height:408px;margin-bottom:20px}.technologyThree .technologyThree-box .technologyThree-swiper .swiper{width:100%;height:100%;padding:0 60px 40px}.technologyThree .technologyThree-box .technologyThree-swiper .swiper .swiper-wrapper{width:100%;height:100%}.technologyThree .technologyThree-box .technologyThree-swiper .swiper .swiper-wrapper .swiper-slide,.technologyThree .technologyThree-box .technologyThree-swiper .swiper .swiper-wrapper .swiper-slide .item-box{width:100%;height:100%;display:flex}.technologyThree .technologyThree-box .technologyThree-swiper .swiper .swiper-wrapper .swiper-slide .item-box .item{width:100%;height:100%;position:relative;border-radius:20px;overflow:hidden}.technologyThree .technologyThree-box .technologyThree-swiper .swiper .swiper-wrapper .swiper-slide .item-box .item .item-bg{width:100%;height:100%;background:#e3f1f1;position:absolute;left:0;top:0;opacity:.8}.technologyThree .technologyThree-box .technologyThree-swiper .swiper .swiper-wrapper .swiper-slide .item-box .item .item-content{width:100%;height:100%;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.technologyThree .technologyThree-box .technologyThree-swiper .swiper .swiper-wrapper .swiper-slide .item-box .item .item-content .img{width:100%;height:calc(100% - 60px);display:flex;justify-content:center}.technologyThree .technologyThree-box .technologyThree-swiper .swiper .swiper-wrapper .swiper-slide .item-box .item .item-content .img img{width:100%;height:100%;object-fit:cover}.technologyThree .technologyThree-box .technologyThree-swiper .swiper .swiper-wrapper .swiper-slide .item-box .item .item-content .text{width:100%;height:60px;background:#00a89f;color:var(--jq_white);font-size:18px;display:flex;justify-content:center;align-items:center}.technologyThree .technologyThree-box .technologyThree-swiper .swiper .swiper-button-prev,.technologyThree .technologyThree-box .technologyThree-swiper .swiper .swiper-button-next{color:#00a9a0;opacity:.4;top:50%;transform:translateY(-50%);margin-top:-20px}.technologyThree .technologyThree-box .technologyThree-swiper .swiper .swiper-pagination .swiper-pagination-bullet{background:#00a9a0;opacity:1}.technologyThree .technologyThree-box .technologyThree-swiper .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#f07731}.about-box{width:100%;display:flex;flex-direction:column}.maxImage{width:100%;display:flex}.maxImage img{width:100%}.inheritance{width:100%;padding:40px 20px;background:linear-gradient(#fef2e5,#cce8e5);display:flex;justify-content:center}.inheritance .inheritance-box{width:var(--jq_w);display:flex;flex-direction:column}.inheritance .inheritance-box .inheritance-desc{width:100%;margin-bottom:40px}.inheritance .inheritance-box .inheritance-swiper{width:100%;height:400px;margin-bottom:20px}.inheritance .inheritance-box .inheritance-swiper .swiper,.inheritance .inheritance-box .inheritance-swiper .swiper .swiper-wrapper{width:100%;height:100%}.inheritance .inheritance-box .inheritance-swiper .swiper .swiper-wrapper .swiper-slide{width:100%;height:100%;display:flex}.inheritance .inheritance-box .inheritance-swiper .swiper .swiper-wrapper .swiper-slide .item-box{width:100%;height:100%;padding:0 40px 40px;display:flex}.inheritance .inheritance-box .inheritance-swiper .swiper .swiper-wrapper .swiper-slide .item-box .item{width:100%;height:100%;position:relative;border-radius:20px;overflow:hidden}.inheritance .inheritance-box .inheritance-swiper .swiper .swiper-wrapper .swiper-slide .item-box .item .item-content{width:100%;height:100%;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.inheritance .inheritance-box .inheritance-swiper .swiper .swiper-wrapper .swiper-slide .item-box .item .item-content .year{width:100%;display:flex;flex-direction:column;position:relative;align-items:center}.inheritance .inheritance-box .inheritance-swiper .swiper .swiper-wrapper .swiper-slide .item-box .item .item-content .year .y1{width:100%;font-size:90px;font-weight:700;color:transparent;background-image:linear-gradient(180deg,#fff 35%,#fff0);-webkit-background-clip:text;background-clip:text;display:inline-block;position:relative;text-align:center}.inheritance .inheritance-box .inheritance-swiper .swiper .swiper-wrapper .swiper-slide .item-box .item .item-content .year .y2{font-size:16px;color:var(--jq_gray2);position:absolute;bottom:5px}.inheritance .inheritance-box .inheritance-swiper .swiper .swiper-wrapper .swiper-slide .item-box .item .item-content .title{font-size:20px;color:#f07731;text-align:center;font-weight:700;margin-bottom:30px}.inheritance .inheritance-box .inheritance-swiper .swiper .swiper-wrapper .swiper-slide .item-box .item .item-content .desc{width:100%;display:flex;flex-direction:column}.inheritance .inheritance-box .inheritance-swiper .swiper .swiper-wrapper .swiper-slide .item-box .item .item-content .desc span{display:flex;justify-content:center;font-size:14px;color:var(--jq_gray2);line-height:30px}.inheritance .inheritance-box .inheritance-swiper .swiper .swiper-button-prev,.inheritance .inheritance-box .inheritance-swiper .swiper .swiper-button-next{color:var(--jq_white);opacity:.4;top:50%;transform:translateY(-50%);margin-top:-20px}.inheritance .inheritance-box .inheritance-swiper .swiper .swiper-pagination .swiper-pagination-bullet{background:var(--jq_white);opacity:1}.inheritance .inheritance-box .inheritance-swiper .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#f07731}.culture{width:100%;padding:40px 20px 10px;display:flex;justify-content:center}.culture .culture-box{width:var(--jq_w);display:flex;flex-direction:column}.culture .culture-box .culture-desc{width:100%;margin-bottom:40px}.culture .culture-box .culture-wrap{width:100%;display:flex;flex-direction:column}.culture .culture-box .culture-wrap .culture-tab{width:100%;border-bottom:1px solid var(--jq_gray6);display:flex;justify-content:center}.culture .culture-box .culture-wrap .culture-tab .tab-box{display:flex}.culture .culture-box .culture-wrap .culture-tab .tab-box a{padding:10px 0;margin:0 70px;color:var(--jq_gray3);font-size:16px}.culture .culture-box .culture-wrap .culture-tab .tab-box a.active{color:#e18848;border-bottom:5px solid #e18848}.culture .culture-box .culture-wrap .culture-main{width:100%;display:flex}.culture .culture-box .culture-wrap .culture-main .culture-one{width:100%;display:none}.culture .culture-box .culture-wrap .culture-main .culture-one.active{display:flex}.major{width:100%;padding:40px 20px 0;display:flex;justify-content:center;background:linear-gradient(to bottom,#f8f1e9,#d6eae8)}.major .major-box{width:var(--jq_w);display:flex;flex-direction:column}.major .major-box .major-desc{width:100%;margin-bottom:80px}.major .major-box .major-swiper{width:100%;margin-bottom:20px}.major .major-box .major-swiper .swiper,.major .major-box .major-swiper .swiper .swiper-wrapper{width:100%;height:100%}.major .major-box .major-swiper .swiper .swiper-wrapper .swiper-slide{width:100%;height:100%;display:flex}.major .major-box .major-swiper .swiper .swiper-wrapper .swiper-slide .item-box{width:100%;height:100%;padding:0 60px 60px;display:flex}.major .major-box .major-swiper .swiper .swiper-wrapper .swiper-slide .item-box .img{width:40%;height:100%;flex-shrink:0;display:flex;align-items:center}.major .major-box .major-swiper .swiper .swiper-wrapper .swiper-slide .item-box .img img{width:100%}.major .major-box .major-swiper .swiper .swiper-wrapper .swiper-slide .item-box .text-box{width:60%;padding-left:10px;padding-top:30px;display:flex;flex-direction:column}.major .major-box .major-swiper .swiper .swiper-wrapper .swiper-slide .item-box .text-box .t1{margin-bottom:20px}.major .major-box .major-swiper .swiper .swiper-wrapper .swiper-slide .item-box .text-box .t1 span{font-size:18px;color:#00aaa4;font-weight:700;padding-bottom:5px;position:relative}.major .major-box .major-swiper .swiper .swiper-wrapper .swiper-slide .item-box .text-box .t1 span:after{content:"";position:absolute;width:100%;height:2px;background:#00aaa4;bottom:0;left:0}.major .major-box .major-swiper .swiper .swiper-wrapper .swiper-slide .item-box .text-box .t2{font-size:12px;display:flex;flex-direction:column;color:var(--jq_gray2);margin-bottom:20px}.major .major-box .major-swiper .swiper .swiper-wrapper .swiper-slide .item-box .text-box .t3{font-size:12px;color:var(--jq_gray3);line-height:18px}.major .major-box .major-swiper .swiper .swiper-button-prev,.major .major-box .major-swiper .swiper .swiper-button-next{color:#f07731;opacity:.4;top:50%;transform:translateY(-50%);margin-top:-20px}.major .major-box .major-swiper .swiper .swiper-pagination .swiper-pagination-bullet{background:#00aaa4}.major .major-box .major-swiper .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#f07731}.comfortable{width:100%;padding:40px 20px;display:flex;justify-content:center}.comfortable .comfortable-box{width:var(--jq_w);display:flex;flex-direction:column}.comfortable .comfortable-box .comfortableOne{width:100%;padding:30px;margin-bottom:10px}.comfortable .comfortable-box .comfortable-wrap{width:100%;display:flex;flex-direction:column}.comfortable .comfortable-box .comfortable-wrap .comfortable-tab{width:100%;border-bottom:1px solid var(--jq_gray6);display:flex;justify-content:center}.comfortable .comfortable-box .comfortable-wrap .comfortable-tab .tab-box{display:flex}.comfortable .comfortable-box .comfortable-wrap .comfortable-tab .tab-box a{padding:10px 0;margin:0 70px;color:var(--jq_gray3);font-size:16px}.comfortable .comfortable-box .comfortable-wrap .comfortable-tab .tab-box a.active{color:#e18848;border-bottom:5px solid #e18848}.comfortable .comfortable-box .comfortable-wrap .comfortable-main{width:100%;display:flex;padding-top:20px}.comfortable .comfortable-box .comfortable-wrap .comfortable-main .comfortable-one{width:100%;display:none}.comfortable .comfortable-box .comfortable-wrap .comfortable-main .comfortable-one .text-box{width:330px;height:490px;background:#00a89f;padding:10px;display:flex;flex-direction:column}.comfortable .comfortable-box .comfortable-wrap .comfortable-main .comfortable-one .text-box .max-text{width:100%;display:flex;flex-direction:column;margin-bottom:25px}.comfortable .comfortable-box .comfortable-wrap .comfortable-main .comfortable-one .text-box .max-text span{font-size:18px;color:var(--jq_white)}.comfortable .comfortable-box .comfortable-wrap .comfortable-main .comfortable-one .text-box .min-text{font-size:14px;color:var(--jq_white);line-height:26px}.comfortable .comfortable-box .comfortable-wrap .comfortable-main .comfortable-one .img-box{width:calc(100% - 330px);height:490px;padding-left:10px;display:flex;flex-direction:column;justify-content:space-between}.comfortable .comfortable-box .comfortable-wrap .comfortable-main .comfortable-one .img-box .img-top-box{width:100%;height:calc(50% - 5px);flex-shrink:0;display:flex}.comfortable .comfortable-box .comfortable-wrap .comfortable-main .comfortable-one .img-box .img-top-box .img-max-box{width:calc(100% - 145px);padding-right:10px;display:flex;justify-content:space-between}.comfortable .comfortable-box .comfortable-wrap .comfortable-main .comfortable-one .img-box .img-top-box .img-max-box .img-max{width:calc(50% - 5px);height:100%;display:flex}.comfortable .comfortable-box .comfortable-wrap .comfortable-main .comfortable-one .img-box .img-top-box .img-max-box .img-max img{width:100%;height:100%;object-fit:cover}.comfortable .comfortable-box .comfortable-wrap .comfortable-main .comfortable-one .img-box .img-top-box .img-min-box{width:145px;height:100%;display:flex;flex-direction:column;justify-content:space-between}.comfortable .comfortable-box .comfortable-wrap .comfortable-main .comfortable-one .img-box .img-top-box .img-min-box .img-min{width:100%;height:calc(50% - 5px);display:flex}.comfortable .comfortable-box .comfortable-wrap .comfortable-main .comfortable-one .img-box .img-top-box .img-min-box .img-min img{width:100%;height:100%;object-fit:cover}.comfortable .comfortable-box .comfortable-wrap .comfortable-main .comfortable-one .img-box .img-bottom-box{width:100%;height:calc(50% - 5px);flex-shrink:0;display:flex}.comfortable .comfortable-box .comfortable-wrap .comfortable-main .comfortable-one .img-box .img-bottom-box .img-max-box{width:373px;height:100%;flex-shrink:0;display:flex}.comfortable .comfortable-box .comfortable-wrap .comfortable-main .comfortable-one .img-box .img-bottom-box .img-max-box img{width:100%;height:100%;object-fit:cover}.comfortable .comfortable-box .comfortable-wrap .comfortable-main .comfortable-one .img-box .img-bottom-box .img-min-box{width:calc(100% - 373px);height:100%;padding-left:10px;display:flex;justify-content:space-between}.comfortable .comfortable-box .comfortable-wrap .comfortable-main .comfortable-one .img-box .img-bottom-box .img-min-box .img-min{width:calc(50% - 5px);height:100%;display:flex}.comfortable .comfortable-box .comfortable-wrap .comfortable-main .comfortable-one .img-box .img-bottom-box .img-min-box .img-min img{width:100%;height:100%;object-fit:cover}.comfortable .comfortable-box .comfortable-wrap .comfortable-main .comfortable-two .text-box{background:#b59668}.comfortable .comfortable-box .comfortable-wrap .comfortable-main .comfortable-one.active{display:flex}.publicWelfare{width:100%;padding:40px 20px;display:flex;justify-content:center}.publicWelfare .publicWelfare-box{width:var(--jq_w);display:flex;flex-direction:column}.publicWelfare .publicWelfare-box .publicWelfare-desc{width:100%;margin-bottom:80px}.publicWelfare .publicWelfare-box .publicWelfare-swiper{width:100%;height:515px}.publicWelfare .publicWelfare-box .publicWelfare-swiper .swiper{width:100%;height:100%;padding:0 18px}.publicWelfare .publicWelfare-box .publicWelfare-swiper .swiper .swiper-wrapper{width:100%;height:100%}.publicWelfare .publicWelfare-box .publicWelfare-swiper .swiper .swiper-wrapper .swiper-slide{width:100%;height:100%;display:flex}.publicWelfare .publicWelfare-box .publicWelfare-swiper .swiper .swiper-wrapper .swiper-slide .item-box{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding-bottom:40px}.publicWelfare .publicWelfare-box .publicWelfare-swiper .swiper .swiper-wrapper .swiper-slide .item-box img{height:100%;object-fit:contain}.publicWelfare .publicWelfare-box .publicWelfare-swiper .swiper .swiper-button-prev,.publicWelfare .publicWelfare-box .publicWelfare-swiper .swiper .swiper-button-next{color:#f07731;opacity:.4;top:50%;transform:translateY(-50%);margin-top:-20px}.publicWelfare .publicWelfare-box .publicWelfare-swiper .swiper .swiper-pagination .swiper-pagination-bullet{background:#00aaa4}.publicWelfare .publicWelfare-box .publicWelfare-swiper .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#f07731}.diagnosis{width:100%;display:flex;flex-direction:column}.diagnosis .diagnosis-box{width:var(--jq_w);margin:0 auto;display:flex;flex-direction:column}.max-banner .swiper .swiper-wrapper .swiper-slide .item .text{width:100%;position:absolute;padding:0 20px;left:100px;bottom:100px;display:flex;flex-direction:column}.max-banner .swiper .swiper-wrapper .swiper-slide .item .text span{width:100%;font-size:48px;color:var(--jq_white)}.diagnosisDescription{width:100%;padding:40px 20px}.projectTeam{width:100%;padding:20px 20px 40px;display:flex;flex-direction:column}.numberText{width:100%;display:flex;flex-direction:column;margin-bottom:30px}.numberText .number{width:100%;height:80px;display:flex;flex-direction:column;position:relative;align-items:center;margin-bottom:10px}.numberText .number .y1{width:100%;font-size:110px;line-height:80px;font-weight:700;color:transparent;background-image:linear-gradient(180deg,#faecd7,#fff0 80%);-webkit-background-clip:text;background-clip:text;display:inline-block;position:relative;text-align:center}.numberText .number .y2{font-size:20px;color:var(--jq_gray2);position:absolute;bottom:0}.numberText .text{font-size:14px;color:var(--jq_gray3);text-align:center;line-height:22px}.typeContent{width:100%;height:380px;border-radius:0 20px;background:#f9ecd4;display:flex;overflow:hidden}.typeContent .img{width:500px;height:100%}.typeContent .img img{width:100%;height:100%;object-fit:cover}.typeContent .title-types{width:calc(100% - 500px);padding:60px;display:flex;flex-direction:column}.typeContent .title-types .title{width:100%;font-size:60px;color:#e28948;font-weight:700;margin-bottom:30px}.typeContent .title-types .types{width:100%;padding:0 15px;display:flex;flex-wrap:wrap;margin-bottom:20px}.typeContent .title-types .types .typesItem{width:33.3333333333%;padding-right:0;margin-top:10px;display:flex;align-items:center;font-size:24px}.typeContent .title-types .types .typesItem .iconfont{font-size:16px;margin-right:5px;color:#e28948}.newsList{width:100%;display:flex;flex-direction:column}.newsList .newsList-box{width:var(--jq_w);margin:0 auto}.max-banner{width:100%;height:645px}.max-banner .swiper,.max-banner .swiper .swiper-wrapper{width:100%;height:100%}.max-banner .swiper .swiper-wrapper .swiper-slide{width:100%;height:100%;display:flex}.max-banner .swiper .swiper-wrapper .swiper-slide .item{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:relative}.max-banner .swiper .swiper-wrapper .swiper-slide .item img{width:100%;height:100%;object-fit:cover}.max-banner .swiper .swiper-pagination .swiper-pagination-bullet{background:var(--jq_white);opacity:1}.max-banner .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#f07731}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius, 10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset, 1%);bottom:var(--swiper-scrollbar-bottom, 4px);top:var(--swiper-scrollbar-top, auto);z-index:50;height:var(--swiper-scrollbar-size, 4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical{position:absolute;left:var(--swiper-scrollbar-left, auto);right:var(--swiper-scrollbar-right, 4px);top:var(--swiper-scrollbar-sides-offset, 1%);z-index:50;width:var(--swiper-scrollbar-size, 4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));border-radius:var(--swiper-scrollbar-border-radius, 10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.newsListBox{width:100%;display:flex;flex-direction:column;padding:40px 0}.newsListBox .maxItem{width:100%;display:flex}.newsListBox .maxItem .timeLineArrow{width:150px;display:flex}.newsListBox .maxItem .timeLineArrow .time{display:flex;flex-direction:column}.newsListBox .maxItem .timeLineArrow .time .year{font-size:14px}.newsListBox .maxItem .timeLineArrow .time .month{display:flex;align-items:flex-end}.newsListBox .maxItem .timeLineArrow .time .month .n{font-size:32px;font-weight:700}.newsListBox .maxItem .timeLineArrow .time .month .t{position:relative;top:-7px}.newsListBox .maxItem .timeLineArrow .line{width:0px;border-left:1px dashed #e5e5e5;margin:0 10px 0 50px}.newsListBox .maxItem .timeLineArrow .arrow{position:relative}.newsListBox .maxItem .timeLineArrow .arrow .iconfont{transform:rotate(90deg);position:absolute}.newsListBox .maxItem .maxItemBox{width:calc(100% - 150px)}.newsListBox .maxItem .maxItemBox .newsLists{width:100%;display:flex;flex-direction:column}.newsListBox .maxItem .maxItemBox .newsLists .item{width:100%;display:flex;margin-bottom:40px}.newsListBox .maxItem .maxItemBox .newsLists .item .img{width:330px;height:220px;display:flex;align-items:flex-start;flex-shrink:0}.newsListBox .maxItem .maxItemBox .newsLists .item .img img{width:100%;height:100%;object-fit:cover}.newsListBox .maxItem .maxItemBox .newsLists .item .tit-box{width:calc(100% - 330px);padding-left:30px}.newsListBox .maxItem .maxItemBox .newsLists .item .tit{font-size:16px;font-weight:500;margin:10px 0}.newsListBox .maxItem .maxItemBox .newsLists .item .time-look{width:100%;display:flex;align-items:center}.newsListBox .maxItem .maxItemBox .newsLists .item .time-look .time{font-size:12px;color:#999;display:flex;align-items:center;margin-right:10px}.newsListBox .maxItem .maxItemBox .newsLists .item .time-look .look{font-size:12px;color:#999;display:flex;align-items:center}.newsListBox .maxItem .maxItemBox .newsLists .item .time-look .look .iconfont{margin-right:5px;font-size:12px}.newsListBox .maxItem .maxItemBox .newsLists .item .desc{font-size:14px;color:#666;margin-top:10px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.newsListBox .maxItem .maxItemBox .newsLists .item .more{width:100%;display:flex;margin-top:20px;justify-content:flex-start}.newsListBox .maxItem .maxItemBox .newsLists .item .more a{font-size:12px;display:flex;align-items:center;border:1px solid var(--jq_gray2);color:var(--jq_gray2);padding:5px 20px;border-radius:5px}.newsListBox .maxItem .maxItemBox .newsLists .item .more a:hover{color:#e28948;border:1px solid #e28948}.newsListBox .maxItem .maxItemBox .checkMore{width:100%;display:flex;justify-content:center}.newsListBox .maxItem .maxItemBox .checkMore .ant-btn{background:#43afa8}.newsListBox .maxItem .maxItemBox .checkMore .ant-btn:hover{background:#e28948}.newsDetail-wrap{width:100%;display:flex;flex-direction:column;background:#f6f9fb}.newsDetail-wrap>.img{width:100%;height:700px;position:relative}.newsDetail-wrap>.img img{width:100%;height:100%;object-fit:cover}.newsDetail-wrap>.img .t{position:absolute;left:200px;bottom:80px;font-size:60px;color:var(--jq_white)}.newsDetail-wrap .newsDetail-box{width:var(--jq_w);margin:0 auto;display:flex;flex-direction:column}.newsDetail-wrap .newsDetail-box .newsDetail{width:100%;display:flex;flex-direction:column;background:var(--jq_white);padding:20px 60px}.newsDetail-wrap .newsDetail-box .newsDetail .tit{font-size:24px;font-weight:500;text-align:center;color:var(--jq_gray2);margin:60px 0}.newsDetail-wrap .newsDetail-box .newsDetail .time-look{width:100%;display:flex;justify-content:center;align-items:center;border-bottom:1px solid var(--jq_gray6);padding-bottom:20px}.newsDetail-wrap .newsDetail-box .newsDetail .time-look .time{font-size:12px;color:#999;display:flex;align-items:center;margin-right:10px}.newsDetail-wrap .newsDetail-box .newsDetail .time-look .look{font-size:12px;color:#999;display:flex;align-items:center}.newsDetail-wrap .newsDetail-box .newsDetail .time-look .look .iconfont{margin-right:5px;font-size:12px}.newsDetail-wrap .newsDetail-box .newsDetail .newsCont{padding:40px 0;color:var(--jq_gray2);font-size:16px;line-height:32px}.newsDetail-wrap .newsDetail-box .newsDetail .newsCont img{width:100%}.newsDetail-wrap .newsDetail-box .newsDetail .share{width:100%;display:flex;justify-content:center;margin-bottom:20px}.newsDetail-wrap .newsDetail-box .newsDetail .share a{width:30px;height:30px;background:var(--jq_gray4);color:var(--jq_white);display:flex;justify-content:center;align-items:center;border-radius:100%;margin:0 5px;transition:all .3s}.newsDetail-wrap .newsDetail-box .newsDetail .share a .iconfont{font-size:14px}.newsDetail-wrap .newsDetail-box .newsDetail .share a:hover{background:var(--jq_color1);color:var(--jq_white)}.newsDetail-wrap .newsDetail-box .newsDetail .prevNext{width:100%;display:flex;justify-content:space-between;border-top:1px solid var(--jq_gray6);padding-top:20px}.newsDetail-wrap .newsDetail-box .newsDetail .prevNext a{font-size:14px;color:var(--jq_gray3)}.newsDetail-wrap .newsDetail-box .newsDetail .prevNext a .iconfont{font-size:12px}.newsDetail-wrap .newsDetail-box .newsDetail .prevNext a:hover{color:var(--jq_color1)}.newsDetail-wrap .newsDetail-box .newsDetail .prevNext a.prev .iconfont{margin-right:5px}.newsDetail-wrap .newsDetail-box .newsDetail .prevNext a.next .iconfont{margin-left:5px}.newsRecommend-box{width:100%;display:flex;flex-direction:column;padding:50px 0}.newsRecommend-box .newsRecommend-title{text-align:center;font-size:18px;margin-bottom:30px}.newsRecommend-box .newsRecommend-swiper{width:100%;height:405px}.newsRecommend-box .newsRecommend-swiper .swiper{width:100%;height:100%;padding-bottom:50px}.newsRecommend-box .newsRecommend-swiper .swiper .swiper-wrapper{width:100%;height:100%}.newsRecommend-box .newsRecommend-swiper .swiper .swiper-wrapper .swiper-slide{width:100%;height:100%;display:flex}.newsRecommend-box .newsRecommend-swiper .swiper .swiper-wrapper .swiper-slide .item{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;background:var(--jq_gray6)}.newsRecommend-box .newsRecommend-swiper .swiper .swiper-wrapper .swiper-slide .item .img{width:100%;height:250px;flex-shrink:0;overflow:hidden}.newsRecommend-box .newsRecommend-swiper .swiper .swiper-wrapper .swiper-slide .item .img img{width:100%;height:100%;object-fit:cover;transition:all .3s}.newsRecommend-box .newsRecommend-swiper .swiper .swiper-wrapper .swiper-slide .item .tit{padding:10px;font-size:16px;color:var(--jq_gray2);line-height:26px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;transition:all .3s}.newsRecommend-box .newsRecommend-swiper .swiper .swiper-wrapper .swiper-slide .item .time{padding:0 10px;color:var(--jq_gray3)}.newsRecommend-box .newsRecommend-swiper .swiper .swiper-wrapper .swiper-slide .item .more{display:flex;justify-content:flex-start;padding:10px;color:var(--jq_gray3);margin-top:5px;transition:all .3s}.newsRecommend-box .newsRecommend-swiper .swiper .swiper-wrapper .swiper-slide .item:hover .img img{transform:scale(1.05)}.newsRecommend-box .newsRecommend-swiper .swiper .swiper-wrapper .swiper-slide .item:hover .tit{text-decoration:underline}.newsRecommend-box .newsRecommend-swiper .swiper .swiper-wrapper .swiper-slide .item:hover .tit,.newsRecommend-box .newsRecommend-swiper .swiper .swiper-wrapper .swiper-slide .item:hover .more{color:var(--jq_color1)}.newsRecommend-box .newsRecommend-swiper .swiper .swiper-button-prev,.newsRecommend-box .newsRecommend-swiper .swiper .swiper-button-next{color:#f07731;opacity:1;top:50%;transform:translateY(-50%);margin-top:-20px}.newsRecommend-box .newsRecommend-swiper .swiper .swiper-pagination .swiper-pagination-bullet{background:var(--jq_gray4);opacity:1}.newsRecommend-box .newsRecommend-swiper .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#f07731}
