html,body{min-width:0;width:auto;max-width:100%;}
html{scroll-behavior:smooth;}
#jh-flagship{scroll-margin-top:80px;}
.jh-banner,.jh-banner *,.jh-sec,.jh-sec *{box-sizing:border-box;}
.jh-wrap{width:1200px;margin:0 auto;}
.jh-banner{
  height:570px;
  background:#f4f7ff url(https://img01.jhcms.com/gw/images/newhome/homebg@2x.png) no-repeat center top;
  background-size:100% 100%;display:flex;align-items:center;padding: 60px 0 0;
}
.jh-banner .jh-wrap{display:flex;align-items:center;justify-content:space-between;gap:40px;}
.jh-banner-txt{flex:1 1 auto;max-width:620px;}
.jh-banner-txt h1{font-size:40px;line-height:1.42;color:#1f2937;letter-spacing:1px;font-weight:700;}
.jh-banner-txt h1 em{font-style:normal;color:#597EF7;}
.jh-banner-txt h1 .jh-h1-a{display:block;}
.jh-banner-txt h1 .jh-h1-b{display:block;white-space:nowrap;}
.jh-banner-sub{margin-top:18px;font-size:20px;color:#4b5563;letter-spacing:1px;}
.jh-banner-desc{margin-top:16px;font-size:15px;line-height:28px;color:#5c6670;max-width:580px;}
.jh-banner-btns{margin-top:30px;display:flex;gap:14px;}
.jh-bbtn{
  display:inline-block;padding:12px 30px;border-radius:30px;font-size:15px;transition:.25s;text-decoration:none;
}
.jh-bbtn-1{background:#597EF7;color:#fff;box-shadow:0 6px 18px rgba(87,126,247,.32);}
.jh-bbtn-1:hover{background:#4a6ff0;color:#fff;}
.jh-bbtn-2{border:1px solid #597EF7;color:#597EF7;background:transparent;}
.jh-bbtn-2:hover{background:#eef2ff;color:#597EF7;}
.jh-banner-pic{flex:0 0 540px;}
.jh-banner-pic img{width:100%;height:auto;max-height:535px;display:block;}

.jh-sec{padding:72px 0;background:#fff;}
.jh-sec-tit{text-align:center;margin-bottom:44px;}
.jh-sec-tit h2{font-size:32px;line-height:1.3;color:#1f2937;letter-spacing:1px;font-weight:700;}
.jh-sec-tit .jh-sub{display:inline-block;margin-top:10px;font-size:14px;color:#808c94;letter-spacing:2px;}
.jh-sec-tit .jh-sub::before,.jh-sec-tit .jh-sub::after{
  content:"";display:inline-block;width:26px;height:1px;background:#d8dde5;vertical-align:middle;margin:0 12px;
}

.jh-grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:40px;}
.jh-pcard{
  background:#fff;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;
  box-shadow:0 2px 20px rgba(20,40,80,.06);transition:transform .3s,box-shadow .3s;
}
.jh-pcard:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(87,126,247,.18);}
.jh-pcard-pic{aspect-ratio:580/230;background:#f4f6fb;overflow:hidden;}
.jh-pcard-pic img{width:100%;height:100%;object-fit:cover;display:block;}
.jh-pcard-body{padding:24px 26px;display:flex;flex-direction:column;flex:1;}
.jh-pmeta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px;}
.jh-pmeta span{
  font-size:12px;color:#597EF7;background:#f0f4ff;border-radius:4px;padding:3px 10px;line-height:1.6;
}
.jh-pname{font-size:22px;line-height:1.4;color:#1f2937;font-weight:700;}
.jh-pname em{font-style:normal;font-size:13px;color:#fff;background:#597EF7;border-radius:4px;
  padding:2px 8px;margin-left:10px;vertical-align:3px;font-weight:400;}
.jh-pdesc{
  margin-top:12px;margin-bottom:12px;font-size:14px;line-height:25px;color:#5c6670;
  min-height:75px;
}
a.jh-pcard{text-decoration:none;color:inherit;}
a.jh-pcard:focus-visible{outline:2px solid #358BFF;outline-offset:3px;}
.jh-pfoot{margin-top:auto;padding-top:16px;border-top:1px solid #eef1f6;
  display:flex;align-items:center;justify-content:space-between;gap:14px;}
.jh-pdeliver{margin:0;font-size:12.5px;line-height:1.7;color:#4a6ad4;}
.jh-pdeliver b{font-weight:400;color:#9aa4b2;margin-right:9px;letter-spacing:.3px;}
.jh-pdeliver i{font-style:normal;color:#d3dae6;margin:0 5px;}
.jh-pmore{flex:0 0 auto;width:24px;height:24px;border-radius:50%;background:#f0f4ff;color:#597EF7;
  display:inline-flex;align-items:center;justify-content:center;transition:background .25s,color .25s;}
.jh-pmore svg{width:13px;height:13px;transition:transform .25s;}
.jh-pcard:hover .jh-pmore{background:#597EF7;color:#fff;}
.jh-pcard:hover .jh-pmore svg{transform:translateX(3px);}

.jh-grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:36px;}
.jh-wcard{
  background:#fff;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;
  box-shadow:0 2px 20px rgba(20,40,80,.06);transition:transform .3s,box-shadow .3s;
  position:relative;text-decoration:none;color:inherit;cursor:pointer;
  border:0;padding:0;width:100%;text-align:inherit;font:inherit;
}
.jh-wcard:focus-visible{outline:2px solid #358BFF;outline-offset:3px;}
.jh-wcard:hover{transform:translateY(-4px);box-shadow:0 14px 34px rgba(87,126,247,.18);}
.jh-wcard-pic{aspect-ratio:372/180;background:#f4f6fb;overflow:hidden;position:relative;}
.jh-wcard-pic img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .5s;}
.jh-wcard:hover .jh-wcard-pic img{transform:scale(1.04);}
.jh-wtag{
  position:absolute;left:12px;top:12px;z-index:2;font-size:12px;line-height:1;
  color:#3f63d6;background:rgba(255,255,255,.94);border-radius:4px;padding:7px 10px;
  letter-spacing:.5px;box-shadow:0 2px 10px rgba(20,40,80,.10);
}
.jh-wcard-body{padding:18px 22px 20px;display:flex;flex-direction:column;flex:1;}
.jh-wname{font-size:19px;line-height:1.4;color:#1f2937;font-weight:700;transition:color .25s;}
.jh-wcard:hover .jh-wname{color:#597EF7;}
.jh-wdesc{
  margin-top:10px;font-size:13px;line-height:23px;color:#5c6670;
  display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;
}
.jh-wfoot{margin-top:auto;padding-top:14px;display:flex;justify-content:flex-end;}
.jh-wmore{
  flex:0 0 auto;width:26px;height:26px;border-radius:50%;background:#f0f4ff;color:#597EF7;
  display:inline-flex;align-items:center;justify-content:center;transition:background .25s,color .25s;
}
.jh-wmore svg{width:13px;height:13px;transition:transform .25s;}
.jh-wcard:hover .jh-wmore{background:#597EF7;color:#fff;}
.jh-wcard:hover .jh-wmore svg{transform:translateX(3px);}

.jh-sec.jh-sh{
  background:#f4f7ff url(/themes/default/statics/images/homeimg/wbg@2x.png) no-repeat center top;
  background-size:100% 100%;
}
.jh-sh .jh-sec-tit h2{font-size:30px;}
.jh-grid9{display:grid;grid-template-columns:repeat(3,1fr);gap:44px 20px;}
.jh-sh-item{text-align:center;display:flex;flex-direction:column;align-items:center;}
.jh-sh-ico{
  width:104px;height:104px;margin:0 auto 14px;border-radius:50%;
  background:#fff;box-shadow:0 4px 18px rgba(20,40,80,.08);
  display:flex;align-items:center;justify-content:center;transition:transform .3s;
}
.jh-sh-item:hover .jh-sh-ico{transform:translateY(-5px);}
.jh-sh-ico img{width:56px;height:56px;object-fit:contain;object-position:center;display:block;margin:0;}
.jh-sh-t{font-size:16px;color:#2b3440;line-height:1.4;}

.jh-zx-tabs{display:flex;justify-content:center;gap:40px;margin-bottom:34px;flex-wrap:wrap;}
.jh-zx-tab{
  padding:4px 2px 12px;font-size:15px;color:#5c6670;cursor:pointer;
  border-bottom:2px solid transparent;transition:color .2s,border-color .2s;
}
.jh-zx-tab:hover{color:#597EF7;}
.jh-zx-tab.jh-on{color:#597EF7;font-weight:600;border-bottom-color:#597EF7;}
.jh-zx-panel{display:none;grid-template-columns:1.85fr 1fr;gap:28px;align-items:stretch;}
.jh-zx-panel.jh-on{display:grid;}
a.jh-nlead{
  min-width:0;display:flex;align-items:stretch;gap:20px;padding:16px 20px 16px 16px;
  background:#fff;border-radius:12px;text-decoration:none;color:inherit;
  box-shadow:0 2px 18px rgba(20,40,80,.07);transition:transform .3s,box-shadow .3s;
}
a.jh-nlead:hover{transform:translateY(-4px);box-shadow:0 14px 32px rgba(87,126,247,.18);}
a.jh-nlead:focus-visible{outline:2px solid #358BFF;outline-offset:3px;}
.jh-nlead-pic{
  flex:0 0 45%;min-width:0;align-self:stretch;
  border-radius:8px;background:#f4f6fb;overflow:hidden;position:relative;
}
.jh-nlead-pic img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .5s;}
a.jh-nlead:hover .jh-nlead-pic img{transform:scale(1.05);}
.jh-nlead-badges{position:absolute;left:12px;top:12px;display:flex;gap:8px;z-index:2;}
.jh-nlead-tag{
  font-size:12px;line-height:1;color:#fff;background:#597EF7;border-radius:4px;padding:6px 10px;
}
.jh-nlead-hot{font-size:12px;line-height:1;color:#fff;background:#ff7a45;border-radius:4px;padding:6px 10px;}
.jh-nlead-body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;}
.jh-nlead-date{font-size:12.5px;color:#97a3ad;font-variant-numeric:tabular-nums;}
.jh-nlead-t{
  margin-top:10px;font-size:18px;line-height:28px;color:#2b3440;font-weight:600;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;
  transition:color .2s;
}
a.jh-nlead:hover .jh-nlead-t{color:#597EF7;}
.jh-nlead-s{
  margin-top:10px;font-size:13.5px;line-height:23px;color:#6b7684;
  display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;
}
.jh-nlead-go{
  margin-top:auto;align-self:flex-start;display:inline-flex;align-items:center;gap:7px;
  padding:9px 22px;border-radius:20px;background:#597EF7;color:#fff;font-size:13.5px;
  transition:background .25s;
}
a.jh-nlead:hover .jh-nlead-go{background:#4a6ad4;}
.jh-nlead-go svg{width:13px;height:13px;transition:transform .25s;}
a.jh-nlead:hover .jh-nlead-go svg{transform:translateX(3px);}
.jh-nlist-card{
  min-width:0;background:#fff;border-radius:12px;box-shadow:0 2px 18px rgba(20,40,80,.06);
  display:flex;flex-direction:column;padding:4px 6px 6px;
}
.jh-nlist-hd{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px 10px;}
.jh-nlist-ht{font-size:15px;color:#2b3440;font-weight:600;}
.jh-nlist-more{
  font-size:12.5px;color:#8b95a1;display:inline-flex;align-items:center;gap:4px;
  transition:color .2s;text-decoration:none;
}
.jh-nlist-more:hover{color:#597EF7;}
.jh-nlist-more svg{width:11px;height:11px;}
.jh-nlist{min-width:0;display:flex;flex-direction:column;flex:1;margin:0;padding:0;list-style:none;}
.jh-nlist li{min-width:0;flex:1 1 0;display:flex;border-bottom:1px solid #f2f5fa;}
.jh-nlist li:last-child{border-bottom:0;}
.jh-nlist a{
  min-width:0;flex:1 1 auto;display:flex;align-items:center;gap:12px;
  padding:6px 12px;border-radius:8px;transition:background .2s;text-decoration:none;
}
.jh-nlist a:hover{background:#f5f8ff;}
.jh-nl-d{flex:0 0 auto;font-size:12px;color:#a5b0ba;font-variant-numeric:tabular-nums;}
.jh-nl-t{
  min-width:0;flex:0 1 auto;font-size:13.5px;line-height:22px;color:#3a444f;transition:color .2s;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.jh-nlist a:hover .jh-nl-t{color:#597EF7;}
.jh-nl-new{
  flex:0 0 auto;font-size:10.5px;line-height:1;color:#fff;background:#597EF7;
  border-radius:3px;padding:4px 6px;letter-spacing:.5px;
}
.jh-nl-go{
  flex:0 0 auto;margin-left:auto;color:#c3cad4;display:inline-flex;
  transition:color .2s,transform .2s;
}
.jh-nlist a:hover .jh-nl-go{color:#597EF7;transform:translateX(2px);}
.jh-nl-go svg{width:11px;height:11px;}
.jh-zx-more{text-align:center;margin-top:34px;}
.jh-zx-more a{
  display:inline-flex;align-items:center;gap:8px;padding:11px 34px;border:1px solid #597EF7;
  border-radius:26px;color:#597EF7;font-size:14px;transition:.2s;text-decoration:none;
}
.jh-zx-more a:hover{background:#597EF7;color:#fff;}
.jh-zx-more svg{width:12px;height:12px;transition:transform .25s;}
.jh-zx-more a:hover svg{transform:translateX(3px);}

.jh-faq{background:#f8faff;}
.jh-faq-list{max-width:980px;margin:0 auto;}
.jh-fq{
  background:#fff;border:1px solid #e8ecf3;border-radius:10px;margin-bottom:12px;
  transition:border-color .2s,box-shadow .2s;
}
.jh-fq:last-child{margin-bottom:0;}
.jh-fq[open]{border-color:#c9d6ff;box-shadow:0 6px 22px rgba(87,126,247,.10);}
.jh-fq summary{
  position:relative;list-style:none;cursor:pointer;
  padding:17px 52px 17px 22px;font-size:16px;font-weight:600;line-height:1.6;
  color:#1f2937;transition:color .2s;
}
.jh-fq summary::-webkit-details-marker{display:none;}
.jh-fq summary::after{
  content:"";position:absolute;right:24px;top:23px;width:8px;height:8px;
  border-right:2px solid #a9b4c0;border-bottom:2px solid #a9b4c0;
  transform:rotate(45deg);transition:transform .25s,border-color .25s;
}
.jh-fq summary:hover,.jh-fq[open] summary{color:#597EF7;}
.jh-fq[open] summary::after{transform:rotate(-135deg);border-color:#597EF7;top:26px;}
.jh-fq-a{
  margin:0 22px;padding:14px 0 18px;border-top:1px dashed #eef1f7;
  font-size:14px;line-height:26px;color:#5c6670;
}
.jh-fq-a p{margin:0;}
.jh-fq-a p+p{margin-top:7px;}
.jh-fq-a a{color:#358BFF;border-bottom:1px solid transparent;text-decoration:none;}
.jh-fq-a a:hover{border-bottom-color:#358BFF;}

@media (max-width:1240px){
  .jh-wrap{width:100%;padding:0 20px;}
  .header .pagewd{width:auto;min-width:0;padding:0 20px;}
}
@media (max-width:720px){
  html,body{width:auto;max-width:100%;}
}
@media (max-width:1240px) and (min-width:961px){
  .jh-banner-txt{max-width:none;min-width:0;}
  .jh-banner-txt h1{font-size:clamp(28px,3.4vw,40px);}
  .jh-banner-pic{flex:0 0 400px;}
  .jh-banner{height:auto;padding:44px 0;}
}
@media (max-width:960px){
  .jh-grid2,.jh-grid3,.jh-grid9{grid-template-columns:1fr 1fr;}
  .jh-zx-panel{grid-template-columns:1fr;}
  .jh-nlead-pic{flex:0 0 42%;min-width:0;}
  .jh-banner{height:auto;padding:56px 0;}
  .jh-banner .jh-wrap{flex-direction:column;gap:30px;}
  .jh-banner-pic{flex:0 0 auto;width:100%;max-width:470px;}
}
@media (max-width:640px){
  .jh-grid2,.jh-grid3,.jh-zx-panel{grid-template-columns:1fr;}
  .jh-grid9{grid-template-columns:repeat(3,1fr);gap:28px 8px;}
  .jh-sh-ico{width:78px;height:78px;}
  .jh-sh-ico img{width:44px;height:44px;}
  .jh-sh-t{font-size:13px;}
  .jh-sec{padding:48px 0;}
  .jh-sec-tit h2{font-size:24px;}
  .jh-banner-txt h1{font-size:28px;letter-spacing:0;}
  .jh-banner-txt h1 .jh-h1-b{white-space:normal;}
  .jh-zx-tabs{gap:20px;margin-bottom:26px;}
  .jh-zx-tab{padding:2px 2px 10px;font-size:14px;}
  a.jh-nlead{flex-direction:column;align-items:stretch;padding:12px 14px 14px;gap:12px;}
  .jh-nlead-pic{flex:0 0 auto;width:100%;max-width:none;aspect-ratio:2.2/1;}
  .jh-nlead-badges{left:10px;top:10px;}
  .jh-nlead-s{display:none;}
  .jh-nlead-t{font-size:15px;line-height:24px;margin-top:6px;}
  .jh-nlead-go{margin-top:14px;align-self:flex-start;}
  .jh-nlist-hd{padding:10px 12px 8px;}
  .jh-nlist a{padding:6px 10px;gap:9px;}
  .jh-nl-t{font-size:13.5px;white-space:normal;line-height:20px;}
  .jh-fq summary{font-size:15px;line-height:1.55;padding:14px 42px 14px 16px;}
  .jh-fq summary::after{right:18px;top:20px;}
  .jh-fq[open] summary::after{top:23px;}
  .jh-fq-a{margin:0 16px;padding:12px 0 15px;font-size:13.5px;line-height:24px;}
}

.jh-toast{
  position:fixed;left:50%;top:46%;z-index:2147483647;
  transform:translate(-50%,-50%) translateY(12px);
  padding:12px 24px;border-radius:8px;
  background:rgba(31,39,51,.92);color:#fff;font-size:14px;line-height:1.5;
  pointer-events:none;opacity:0;visibility:hidden;
  transition:opacity .2s,transform .2s,visibility .2s;
  white-space:nowrap;box-shadow:0 8px 24px rgba(20,40,80,.18);
}
.jh-toast.jh-toast-on{opacity:1;visibility:visible;transform:translate(-50%,-50%);}

