/* 腾御官网对齐页面样式（关于/技术支持/联系我们等单页）。来源：官网 119.net 页面内联样式，整理为独立文件。 */

/* ---- 通用网格/标题辅助（页面构建器类） ---- */
.tengyu-page .nx-column { box-sizing: border-box; padding: 0; }
.tengyu-page .nx-column-size-1-2 { float: left; width: 50%; }
.tengyu-page .nx-column-size-1-3 { float: left; width: 33.3333%; }
.tengyu-page .contentbox::after,
.tengyu-page .recruitmain::after { content: ""; display: table; clear: both; }
.tengyu-page .nx-heading .nx-heading-inner { display: flex; align-items: center; }
.tengyu-page .nx-allcaps { margin-left: 14px; }

/* ---- 关于腾御 ---- */
.aboutus { overflow: hidden; }
.aboutus h3 { font-weight: 700; }
.aboutus .fan_banner { background: url(/static/default/images-tengyu/aboutbg.jpg) no-repeat center; background-size: cover; width: 100%; height: 581px; overflow: hidden; }
.aboutus .fan_banner .bannercontent { width: 1200px; margin: 0 auto; margin-top: 211px; padding-left: 168px; box-sizing: border-box; }
.aboutus .fan_banner .titletxt { font-size: 72px; color: #000; letter-spacing: 18px; line-height: 132px; }
.aboutus .fan_banner .p2 { font-size: 24px; color: #000; margin-top: 24px; }
.aboutus .contentbox { width: 1200px; margin: 0 auto; padding-top: 20px; padding-bottom: 128px; box-sizing: border-box; }
.aboutus .contentbox .nx-column .txt p { margin-top: 38px; font-size: 16px; line-height: 24px; color: #000; }
.aboutus .contentbox .nx-column .txt .pitem { display: flex; }
.aboutus .bluebox { display: inline-block; width: 7px; background: #0084C9; height: 30px; }
.aboutus .redtxt { color: #FF0000; }
.aboutus .redpoint { display: inline-block; width: 5px; height: 5px; background: #FF0000; border-radius: 50%; margin-right: 10px; margin-left: 5px; vertical-align: middle; }
.aboutus .alltitle { font-size: 36px; color: #000; margin-top: 140px; }
.aboutus .contentbox .leftcolumn { clear: left; padding-right: 76px; }
.aboutus .contentbox .rightcolumn { padding-left: 76px; }

.aboutus .recruit { background: #F6F6F6; overflow: hidden; padding-bottom: 121px; }
.aboutus .recruit .toptitle { text-align: center; }
.aboutus .recruit .toptitle h3 { font-size: 48px; margin: 80px 0; color: #000001; }
.aboutus .recruit .recruitmain { width: 1200px; margin: 0 auto; }
.aboutus .recruit .recruitmain .nx-column { padding: 0; }
.aboutus .recruit .recruitmain .nx-column .nx-post-border { background: #fff; margin: 13px; padding: 36px; }
.aboutus .recruit .recruitmain .nx-column .team-thumbnail .personicon { margin-bottom: 40px; }
.aboutus .recruit .recruitmain .nx-column .team-thumbnail h3 { height: 90px; font-size: 36px; color: #010000; }
.aboutus .recruit .recruitmain .nx-column .team-thumbnail h4 { font-size: 24px; color: #000; font-weight: 700; line-height: 53px; }
.aboutus .recruit .recruitmain .nx-column .team-thumbnail .persondesc { height: 108px; line-height: 27px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; font-size: 18px; color: #000; }
.aboutus .recruit .recruitmain .nx-column .team-thumbnail .detail { margin-top: 46px; }
.aboutus .recruit .recruitmain .nx-column .team-thumbnail .detail button { display: inline-block; width: 190px; height: 48px; font-size: 18px; background: #fff; border: 1px solid #009AFF; color: #000; cursor: pointer; }
.aboutus .recruit .recruitmain .nx-column .team-thumbnail .detail button a { color: #000; }

@media screen and (max-width: 1200px) {
    .aboutus .contentbox { width: 100%; }
    .aboutus .recruit .recruitmain { width: 100%; }
    .aboutus .fan_banner .bannercontent { width: 100%; }
}
@media screen and (max-width: 1100px) {
    .tengyu-page .nx-column-size-1-2,
    .tengyu-page .nx-column-size-1-3 { float: none; width: 100%; }
    .aboutus .fan_banner { width: 100%; height: 502px; overflow: hidden; }
    .aboutus .fan_banner .bannercontent { padding: 0; margin: 198px auto 0; text-align: center; }
    .aboutus .fan_banner .titletxt { font-size: 50px; letter-spacing: 6px; line-height: 66px; }
    .aboutus .fan_banner .p2 { font-size: 14px; margin-top: 16px; }
    .aboutus .alltitle { font-size: 24px; margin-top: 48px; font-weight: 700; }
    .aboutus .contentbox { width: 100%; padding: 0 24px; }
    .aboutus .contentbox .nx-column .txt p { margin-top: 16px; font-size: 14px; }
    .aboutus .contentbox .leftcolumn { padding-right: 0; }
    .aboutus .contentbox .rightcolumn { padding-left: 0; }
    .aboutus .bluebox { width: 6px; height: 22px; }
    .aboutus .recruit { padding-bottom: 48px; }
    .aboutus .recruit .toptitle h3 { font-size: 32px; margin: 48px 0; }
    .aboutus .recruit .recruitmain { width: 100%; }
    .aboutus .recruit .recruitmain .nx-column { margin: 0 !important; }
    .aboutus .recruit .recruitmain .nx-column .nx-post-border { margin: 12px 24px; padding: 24px; }
    .aboutus .recruit .recruitmain .nx-column .team-thumbnail .personicon { margin-bottom: 24px; }
    .aboutus .recruit .recruitmain .nx-column .team-thumbnail h3 { height: 60px; font-size: 24px; }
    .aboutus .recruit .recruitmain .nx-column .team-thumbnail h4 { font-size: 18px; line-height: 40px; }
    .aboutus .recruit .recruitmain .nx-column .team-thumbnail .persondesc { height: 96px; line-height: 24px; font-size: 14px; }
    .aboutus .recruit .recruitmain .nx-column .team-thumbnail .detail { margin-top: 24px; }
    .aboutus .recruit .recruitmain .nx-column .team-thumbnail .detail button { width: 177px; height: 32px; font-size: 16px; }
}
@media screen and (max-width: 788px) {
    .aboutus .fan_banner { background: url(/static/default/images-tengyu/aboutbg.jpg) no-repeat -1145px; background-size: cover; }
}

/* ---- 技术支持（FAQ） ---- */
.techsupport .fan_banner { background: url(/static/default/images-tengyu/support.jpg) no-repeat center; background-size: cover; width: 100%; height: 520px; overflow: hidden; text-align: center; }
.techsupport .fan_banner .p1 { font-size: 64px; color: #fff; margin-top: 190px; margin-bottom: 24px; letter-spacing: 14px; font-weight: 700; text-shadow: 0 2px 12px rgba(0,0,0,.35); }
.techsupport .fan_banner .p2 { font-size: 20px; color: rgba(255,255,255,.9); text-shadow: 0 1px 6px rgba(0,0,0,.25); }
.techsupport .faqmain { overflow: hidden; }
.techsupport .faqmain .faqtop { text-align: center; padding: 0 24px; }
.techsupport .faqmain .faqtop h3 { font-size: 36px; color: #1a1a1a; font-weight: 700; margin-top: 64px; position: relative; display: inline-block; }
.techsupport .faqmain .faqtop h3::after { content: ''; display: block; width: 60px; height: 3px; background: #E72E1D; margin: 16px auto 0; border-radius: 2px; }
.techsupport .faqmain .faqtop p { font-size: 15px; line-height: 26px; color: #555; max-width: 720px; margin: 32px auto 48px; }
.techsupport .faq { background: #f7f8fa; padding: 8px 0 16px; }
.techsupport .faq > .faqmain { max-width: 1100px; margin: 0 auto 48px; padding: 0 24px; }
.techsupport .faq > .faqmain > h3 { font-size: 28px; color: #1a1a1a; font-weight: 700; margin-bottom: 32px; padding-left: 16px; border-left: 4px solid #009AFF; line-height: 1.2; }
.techsupport .faqcontent { display: flex; flex-wrap: wrap; gap: 24px; }
.techsupport .faqcontent .faqitem { width: calc(50% - 12px); box-sizing: border-box; background: #fff; border: 1px solid #e6e8ec; border-radius: 10px; padding: 28px 28px 24px; box-shadow: 0 2px 8px rgba(0,0,0,.04); transition: box-shadow .2s, border-color .2s, transform .2s; }
.techsupport .faqcontent .faqitem:hover { box-shadow: 0 8px 28px rgba(0,0,0,.1); border-color: #b8d8f0; transform: translateY(-3px); }
.techsupport .faqcontent .faqitem .faqtitle { display: flex; align-items: baseline; margin-bottom: 14px; }
.techsupport .faqcontent .faqitem .faqtitle .redtxt { color: #E72E1D; font-size: 22px; font-weight: 800; margin-right: 10px; flex-shrink: 0; }
.techsupport .faqcontent .faqitem .faqtitle h4 { color: #1a1a1a; font-size: 17px; font-weight: 700; line-height: 1.4; }
.techsupport .faqcontent .faqitem .faqpart { display: flex; padding-top: 14px; border-top: 1px dashed #e8e8e8; }
.techsupport .faqcontent .faqitem .faqpart .bluetxt { color: #009AFF; font-size: 16px; font-weight: 700; margin-right: 8px; flex-shrink: 0; }
.techsupport .faqcontent .faqitem .faqpart p { font-size: 14px; line-height: 24px; color: #555; }
.techsupport .problem { background: linear-gradient(135deg, #f8f9fa 0%, #eef2f7 100%); overflow: hidden; padding: 64px 24px; text-align: center; }
.techsupport .problem h3 { font-size: 36px; color: #1a1a1a; font-weight: 700; margin-bottom: 20px; }
.techsupport .problem .prodesc p { font-size: 16px; color: #666; max-width: 600px; margin: 0 auto; line-height: 26px; }
.techsupport .problem .problembtn { margin-top: 36px; }
.techsupport .problem .problembtn a { display: inline-block; background: #E72E1D; color: #fff; width: 240px; height: 52px; line-height: 52px; font-size: 16px; border-radius: 6px; font-weight: 600; text-decoration: none; transition: background .2s, transform .15s; }
.techsupport .problem .problembtn a:hover { background: #c9261a; transform: translateY(-1px); }
@media screen and (max-width: 1100px) {
    .techsupport .fan_banner { height: 400px; }
    .techsupport .fan_banner .p1 { font-size: 40px; margin-top: 150px; margin-bottom: 12px; letter-spacing: 6px; }
    .techsupport .fan_banner .p2 { font-size: 14px; }
    .techsupport .faqmain .faqtop h3 { font-size: 28px; margin-top: 40px; }
    .techsupport .faqmain .faqtop p { font-size: 14px; margin: 24px auto 32px; }
    .techsupport .faq > .faqmain > h3 { font-size: 22px; margin-bottom: 20px; }
    .techsupport .faqcontent .faqitem { width: 100%; }
    .techsupport .problem h3 { font-size: 28px; }
    .techsupport .problem { padding: 40px 24px; }
}

/* ---- 联系我们 ---- */
.contactus .fan_banner { background: url(/static/default/images-tengyu/contactbg.jpg) no-repeat center; background-size: cover; width: 100%; height: 520px; overflow: hidden; text-align: center; }
.contactus .fan_banner .p1 { font-size: 64px; color: #fff; margin-top: 180px; margin-bottom: 24px; letter-spacing: 14px; font-weight: 700; text-shadow: 0 2px 12px rgba(0,0,0,.35); }
.contactus .fan_banner .p2 { font-size: 20px; color: rgba(255,255,255,.9); line-height: 36px; text-shadow: 0 1px 6px rgba(0,0,0,.25); }
.contactus .contact-info-bar { background: #1a2a3a; padding: 48px 24px; }
.contactus .contact-info-inner { max-width: 1100px; margin: 0 auto; display: flex; justify-content: space-between; gap: 24px; }
.contactus .contact-info-inner .info-item { display: flex; align-items: flex-start; gap: 14px; color: #fff; flex: 1; }
.contactus .contact-info-inner .info-item > i { font-size: 28px; color: #E72E1D; margin-top: 2px; flex-shrink: 0; }
.contactus .contact-info-inner .info-item h4 { font-size: 16px; font-weight: 700; margin: 0 0 6px; color: #fff; }
.contactus .contact-info-inner .info-item p { font-size: 14px; margin: 0; color: rgba(255,255,255,.8); line-height: 22px; }
.contactus .mapbox { line-height: 0; }
.contactus .mapbox img { width: 100%; display: block; }
@media screen and (max-width: 1100px) {
    .contactus .fan_banner { height: 400px; }
    .contactus .fan_banner .p1 { font-size: 40px; margin-top: 140px; margin-bottom: 12px; letter-spacing: 6px; }
    .contactus .fan_banner .p2 { font-size: 14px; line-height: 24px; }
    .contactus .contact-info-inner { flex-direction: column; gap: 20px; }
    .contactus .mapbox { overflow: hidden; max-height: 72vw; position: relative; }
    .contactus .mapbox img { width: 200% !important; max-width: none !important; position: relative; left: 50%; transform: translateX(-50%); margin-top: -15%; }
}
