@charset "utf-8";
/* ============================================
   安辰责辉科技 - 全站共享样式
   参考模板: demoall2.5fa.cn/4769/
   主色: #7E00FF  深色: #6001BE
   ============================================ */

/* === Reset & Base === */
* { box-sizing: border-box; }
html { font-family: "Microsoft Yahei", "PingFang SC", "Helvetica Neue", Arial, sans-serif; -webkit-text-size-adjust: 100%; }
body { margin: 0; color: #4d4d4d; line-height: 1.5; font-size: 14px; }
body, div, span, p, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, textarea, button, table, td, th { padding: 0; margin: 0; }
article, aside, footer, header, nav, section { display: block; }
a { color: #333; text-decoration: none; }
a:hover { text-decoration: none; color: #7E00FF; }
img { border: 0; vertical-align: middle; max-width: 100%; }
ul, ol { list-style: none; }
table { border-spacing: 0; border-collapse: collapse; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height: 1.3; }
input, textarea, button { outline: none; }
.clearfix:after { content: ""; display: block; clear: both; height: 0; visibility: hidden; }
.clearfix { zoom: 1; }

/* === Utility === */
.text-center { text-align: center; }
.simpline { width: 185px; height: 1px; background: #7E00FF; margin: 5px auto; }

/* === Container === */
.body { overflow: hidden; font-size: 14px; }

/* === Header === */
.w-header { position: fixed; width: 100%; z-index: 999; background: none; transition: 0.5s; top: 0; left: 0; }
.w-header.s-header { background: rgba(30, 30, 30, 0.95); }
.w-header.inner-page { background: rgba(30, 30, 30, 0.95); }
.w-header .row { position: relative; }
.col-logo { min-height: 20px; }
.w-logo { min-height: 45px; min-width: 40px; position: relative; z-index: 1; float: left; }
.w-logo h1 { font-size: 0; display: none; }
.w-logo a { color: #000; }
.w-logo .w-logo-img { display: flex; align-items: center; padding: 12px 0; line-height: 45px; }
.w-logo .w-logo-img .logo-svg { width: 42px; height: 42px; margin-right: 10px; flex-shrink: 0; }
.w-logo .w-logo-img .logo-text { display: flex; flex-direction: column; line-height: 1.2; }
.w-logo .w-logo-img .logo-text .brand-name { font-size: 18px; font-weight: bold; color: #fff; white-space: nowrap; }
.w-logo .w-logo-img .logo-text .brand-tag { font-size: 11px; color: rgba(255,255,255,0.6); letter-spacing: 2px; white-space: nowrap; }
.s-header .w-logo .w-logo-img .logo-text .brand-name { color: #fff; }

/* Navigation */
.w-nav { text-align: right; }
.w-nav .w-nav-in { max-width: 1200px; box-sizing: content-box; margin: 0 auto; }
.w-nav .nav_inner { display: block; }
.w-nav .nav_inner > li { float: none; text-align: center; display: inline-block; position: relative; }
.w-nav .nav_inner > li > a, .w-nav .nav_inner > li > .li-parent-div > a { line-height: 70px; display: block; color: #ddd; position: relative; z-index: 2; font-size: 15px; padding: 0 18px; transition: .2s; }
.w-nav .nav_inner > li:hover > a, .w-nav .nav_inner > li.active > a, .w-nav .nav_inner > li:hover > .li-parent-div > a, .w-nav .nav_inner > li.active > .li-parent-div > a { color: #fff; }
.nav_simpline_cur { background: #7E00FF; display: block; height: 100%; width: 0; position: absolute; top: 0; left: 0; }
.w-nav .nav_inner > li:hover .nav_simpline_cur, .w-nav .nav_inner > li.active .nav_simpline_cur { width: 100%; transition: all 0.5s; }
.w-nav .submenu { display: none; position: absolute; left: 0; top: 70px; z-index: 100; background: #7E00FF; box-shadow: 0 2px 2px rgba(0,0,0,0.2); }
.w-nav .nav_inner > li:hover > .submenu { display: block; }
.w-nav .submenu li { width: 160px; }
.w-nav .submenu li a { color: #fff; font-size: 13px; text-align: center; display: block; padding: 10px 15px; transition: .2s; }
.w-nav .submenu li:hover > a { color: #fff; background: #6001BE; }
.w-nav .li-parentOne-div .fa { display: none; }
.w-nav .back-div { display: none; }
.w-nav .nav_moveBox { display: none; }
.topLogBox { position: absolute; left: 0; right: 0; top: 50%; margin-top: -40px; }
.topLogBox .topLogBox-in { position: relative; }
.col-com .col_item { float: right; }
.mobile-nav-toggle { display: none; position: absolute; right: 12px; top: 50%; margin-top: -15px; color: #fff; cursor: pointer; z-index: 10; font-size: 24px; }
.nav_right_mask { display: none; position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 2; background: #000; opacity: 0.3; }

/* === Banner === */
.bannerBox { width: 100%; overflow: hidden; }
.banner { position: relative; }
.banner .bxslider { list-style: none; padding: 0; margin: 0; }
.banner .bxslider li { position: relative; }
.banner .bxslider li img { width: 100%; display: block; height: auto; }
.banner .bx-wrapper { position: relative; }
.banner .bx-pager { position: absolute; bottom: 20px; width: 100%; text-align: center; z-index: 10; }
.banner .bx-pager .bx-pager-item { display: inline-block; }
.banner .bx-pager a { display: block; width: 12px; height: 12px; margin: 0 5px; background: #fff; border-radius: 50%; text-indent: -9999px; opacity: 1; }
.banner .bx-pager a.active, .banner .bx-pager a:hover { background: #7E00FF !important; }
.banner .bx-controls-direction a { position: absolute; top: 50%; margin-top: -20px; width: 40px; height: 40px; text-indent: -9999px; z-index: 10; }
.banner .bx-prev { left: 0; background: #fff; border-radius: 0 3px 3px 0; }
.banner .bx-next { right: 0; background: #fff; border-radius: 3px 0 0 3px; }

/* === Section Title === */
.text-center-title h3 { font-size: 36px; color: #4d4d4d; font-weight: normal; margin-top: 0; }
.text-center-title p { max-width: 770px; margin: 0 auto; line-height: 2.5; color: #666; }

/* === Services Cards (text2) === */
.service-card { border: 1px solid #e1e1e1; line-height: 1.5; transition: .3s; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0,0,0,0.15); }
.service-card .sc-header { padding: 30px 20px 20px; color: #fff; line-height: 1.2; }
.service-card .sc-header .sc-title { font-size: 20px; font-weight: bold; }
.service-card .sc-body { padding: 20px 20px 28px; color: #888; }
.service-card .sc-body .sc-desc { min-height: 5em; line-height: 1.8; }

/* === Product Grid === */
.w-product1 { }
.w-product1 .w-prd-imgbox { overflow: hidden; position: relative; margin-bottom: 12px; }
.w-product1 .w-prd-imgbox .aspectRatio { padding-bottom: 100%; }
.w-product1 .w-prd-imgbox .img-count-in { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.w-product1 .w-prd-imgbox .img-count-in img { width: 100%; height: 100%; object-fit: cover; transition: 1s; }
.w-product1 .w-prd-imgbox:hover .img-count-in img { transform: scale(1.1); }
.w-product1 .w-prd-infobox { padding: 0 5px; }
.w-product1 .w-prd-name { font-size: 16px; font-weight: normal; margin-bottom: 0.2em; }
.w-product1 .w-prd-name a { color: #5a5a5a; transition: .2s; }
.w-product1 .w-prd-name a:hover { color: #7E00FF; }
.w-product1 .w-prd-sum { font-size: 95%; color: #999; line-height: 1.5; }

/* === Case Grid === */
.w-simImg .image-w { overflow: hidden; position: relative; }
.w-simImg .imgScaleBig { overflow: hidden; }
.w-simImg .imgScaleBig .img img { width: 100%; height: 250px; object-fit: cover; transition: 1s; }
.w-simImg .imgScaleBig:hover .img img { transform: scale(1.1); }
.w-simImg .w-img-caption { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; transition: .3s; }
.w-simImg .w-img-caption .captionbg { width: 100%; height: 100%; background: rgba(126,0,255,0.7); }
.w-simImg:hover .w-img-caption { opacity: 1; }
.case-name { padding: 10px 5%; color: #666; font-size: 110%; }

/* === News Section === */
.w-adNews4 li { border-bottom: 1px solid #eee; padding: 8px 0; }
.w-adNews4 li:last-child { border-bottom: 0; }
.w-adNews4 .news-h { font-size: 14px; margin-bottom: 4px; }
.w-adNews4 .news-h a { color: #333; transition: .2s; }
.w-adNews4 .news-h a:hover { color: #7E00FF; }
.w-adNews4 .date { font-size: 12px; color: #999; }
.w-delimiters-hor .delimiters { margin: 0 auto; border: 0; border-top: 1px solid #eee; }

/* === Purple About Section === */
.bg-purple { background: #7E00FF; color: #fff; }
.bg-purple .text-center-title h3 { color: #fff; }
.bg-purple .text-center-title p { color: rgba(255,255,255,0.85); }
.bg-purple .simpline { background: #fff; }

/* === Footer === */
.w-footer { color: #757575; line-height: 1.8; background: #222; font-size: 90%; }
.w-footer a { color: #999; }
.w-footer a:hover { color: #7E00FF; text-decoration: none; }
.w-footer .w-foot-content { padding: 30px 0; }
.w-footer .link { display: inline; }
.w-footer .link li { display: inline; margin: 0 8px; }
.w-footer .link li a { color: #757575; }
.w-footer .link li a:hover { color: #7E00FF; }

/* === Back to Top === */
.topTel { position: fixed; right: 15px; bottom: 30px; width: 45px; height: 45px; line-height: 45px; text-align: center; background: #7E00FF; color: #fff; border-radius: 50%; cursor: pointer; z-index: 9999; display: none; font-size: 20px; transition: .3s; }
.topTel:hover { background: #6001BE; }

/* === Inner Page Banner === */
.n-banner { position: relative; min-width: 320px; height: 300px; background-size: cover; background-position: center; margin-top: 70px; }
.n-banner .cover { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.5); z-index: 1; }
.n-banner .s { position: absolute; left: 50%; transform: translateX(-50%); top: 50%; margin-top: -45px; z-index: 2; text-align: center; width: 100%; max-width: 1200px; padding: 0 20px; }
.n-banner .s h1 { font-size: 32px; line-height: 60px; color: #eee; }
.n-banner .s .line { width: 80px; height: 2px; background: #7E00FF; margin: 9px auto; }
.n-banner .s p { font-size: 16px; color: #ddd; line-height: 30px; }

/* === Breadcrumb === */
.ntit { background: #fff; border-bottom: 1px solid #eee; }
.ntit .wp { max-width: 1200px; margin: 0 auto; padding: 0 15px; display: flex; justify-content: space-between; align-items: center; min-height: 50px; }
.ntit .ntt h1 { font-size: 16px; color: #333; font-weight: normal; display: inline; }
.ntit .ntt i { font-size: 12px; color: #999; margin-left: 8px; }
.ntit .weiz { font-size: 13px; color: #999; }
.ntit .weiz a { color: #999; }
.ntit .weiz a:hover { color: #7E00FF; }

/* === Content Area === */
.w-1200 { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.page-article { margin: 20px auto; min-height: 500px; }
.flex-row { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.flex-row > .flex-col { padding: 0 10px; margin-bottom: 20px; }

/* === Article Detail === */
.article { background: #fff; padding: 20px; border: 1px solid #eaeaea; border-radius: 4px; }
.article h1 { font-size: 24px; font-weight: normal; line-height: 1.5em; }
.article .info { margin-bottom: 15px; padding-bottom: 10px; line-height: 30px; font-size: 12px; border-bottom: 1px solid #eee; color: #888; }
.article .info em { color: #888; margin-right: 10px; }
.article .cont { word-wrap: break-word; }
.article .cont p { font-size: 15px; line-height: 26px; margin: 15px 0; text-indent: 2em; }
.article .cont h2 { margin: 10px 0; font-size: 16px; font-weight: bold; }
.article .cont img { max-width: 100%; height: auto; margin: 10px auto; display: block; }
.article .prev-next { margin-top: 20px; padding-top: 15px; border-top: 1px solid #eee; }
.article .prev-next a { color: #666; font-size: 14px; }
.article .prev-next a:hover { color: #7E00FF; }
.article table { width: 100%; margin: 10px auto; border-collapse: collapse; }
.article td, .article th { line-height: 25px; border: 1px solid #ddd; vertical-align: middle; padding: 5px 10px; font-size: 14px; }
.article th { background: #f5f5f5; font-weight: bold; text-align: center; }

/* === Product Detail === */
.pd-gallery { float: left; width: 400px; }
.pd-gallery img { width: 100%; height: 400px; object-fit: cover; border-radius: 8px; }
.pd-info { margin-left: 430px; }
.pd-info h2 { font-size: 26px; color: #333; margin-bottom: 10px; }
.pd-info .pd-desc { color: #666; line-height: 1.8; margin-bottom: 20px; }
.pd-info .pd-params td { padding: 8px 12px; border-bottom: 1px solid #eee; font-size: 13px; }
.pd-info .pd-params td:first-child { background: #f8f8f8; font-weight: bold; width: 120px; color: #555; }
.pd-features { margin-top: 30px; clear: both; }
.pd-features h3 { font-size: 20px; color: #333; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 2px solid #7E00FF; display: inline-block; }
.pd-features ul li { line-height: 2; color: #666; font-size: 14px; padding-left: 20px; position: relative; }
.pd-features ul li:before { content: "\2713"; color: #7E00FF; position: absolute; left: 0; font-weight: bold; }

/* === Case List === */
.caselist { }
.caselist .data { float: left; width: 23.5%; margin: 0 2% 30px 0; background: #fff; }
.caselist .no { margin-right: 0; }
.caselist .data .m a { display: block; overflow: hidden; }
.caselist .data img { width: 100%; height: 200px; object-fit: cover; transition: 1s; }
.caselist .data img:hover { transform: scale(1.1); }
.caselist .info { padding: 0 10px; }
.caselist h2 { height: 40px; line-height: 40px; font-size: 14px; font-weight: normal; overflow: hidden; }

/* === Contact === */
.contact-item { display: flex; align-items: flex-start; margin-bottom: 20px; padding: 15px; background: #fff; border: 1px solid #eaeaea; border-radius: 4px; transition: .2s; }
.contact-item:hover { border-color: #7E00FF; }
.contact-item .ci-icon { width: 48px; height: 48px; background: #7E00FF; border-radius: 50%; text-align: center; line-height: 48px; color: #fff; font-size: 20px; flex-shrink: 0; margin-right: 15px; }
.contact-item .ci-text h4 { font-size: 16px; color: #333; margin-bottom: 5px; }
.contact-item .ci-text p { color: #888; font-size: 13px; }
.contact-form { background: #fff; padding: 25px; border: 1px solid #eaeaea; border-radius: 4px; }
.contact-form h3 { font-size: 20px; color: #333; margin-bottom: 20px; }
.contact-form .form-group { margin-bottom: 15px; }
.contact-form .form-group label { display: block; margin-bottom: 5px; color: #555; }
.contact-form .form-group input, .contact-form .form-group textarea { width: 100%; padding: 10px; border: 1px solid #ddd; border-radius: 3px; font-size: 14px; transition: .2s; }
.contact-form .form-group input:focus, .contact-form .form-group textarea:focus { border-color: #7E00FF; }
.contact-form .form-group textarea { height: 120px; resize: vertical; }
.contact-form .btn-submit { background: #7E00FF; color: #fff; padding: 12px 40px; border: 0; border-radius: 3px; font-size: 16px; cursor: pointer; transition: .3s; }
.contact-form .btn-submit:hover { background: #6001BE; }

/* === About === */
.timeline { position: relative; padding: 20px 0; }
.timeline .tl-item { position: relative; padding: 0 0 30px 40px; border-left: 2px solid #7E00FF; }
.timeline .tl-item:last-child { padding-bottom: 0; }
.timeline .tl-item .tl-dot { position: absolute; left: -8px; top: 0; width: 14px; height: 14px; background: #7E00FF; border-radius: 50%; }
.timeline .tl-item .tl-year { font-size: 18px; color: #7E00FF; font-weight: bold; margin-bottom: 5px; }
.timeline .tl-item .tl-content { color: #666; line-height: 1.8; }
.culture-card { background: #fff; border: 1px solid #eaeaea; border-radius: 8px; padding: 30px 20px; text-align: center; transition: .3s; }
.culture-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0,0,0,0.1); }
.culture-card .cc-icon { width: 60px; height: 60px; background: #7E00FF; border-radius: 50%; margin: 0 auto 15px; line-height: 60px; font-size: 24px; color: #fff; }
.culture-card h3 { font-size: 18px; color: #333; margin-bottom: 10px; }
.culture-card p { color: #888; line-height: 1.8; font-size: 13px; }
.team-card { background: #fff; border: 1px solid #eaeaea; border-radius: 8px; text-align: center; padding: 25px 15px; transition: .3s; }
.team-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0,0,0,0.1); }
.team-card img { width: 120px; height: 120px; border-radius: 50%; object-fit: cover; margin-bottom: 12px; }
.team-card h4 { font-size: 16px; color: #333; }
.team-card p { color: #999; font-size: 13px; }

/* === List News === */
.list_news dl { padding: 20px; overflow: hidden; margin-bottom: -1px; border: 1px solid #eaeaea; background: #fff; transition: .2s; }
.list_news dl:hover { background: #fafafa; }
.list_news .m { float: left; width: 220px; margin-right: 15px; }
.list_news .m img { width: 100%; height: 150px; object-fit: cover; }
.list_news dt { height: 24px; line-height: 24px; margin-bottom: 6px; overflow: hidden; }
.list_news dt a { font-size: 18px; color: #222; transition: .2s; }
.list_news dt a:hover { color: #7E00FF; }
.list_news p { color: #999; font-size: 12px; line-height: 30px; }
.list_news p em { margin-right: 15px; color: #999; }
.list_news dd { line-height: 22px; font-size: 12px; color: #888; }
.list_news .first { border-radius: 4px 4px 0 0; }
.list_news .last { border-radius: 0 0 4px 4px; }

/* === Button === */
.btn-default-w { border: 1px solid #DFDFDF; color: #999; padding: 13px 20px; min-width: 200px; text-align: center; display: inline-block; cursor: pointer; transition: all 0.2s; font-size: 110%; }
.btn-default-w:hover { background-color: #7E00FF; color: #fff; border-color: #7E00FF; text-decoration: none; }
.btn-outline-white { border-color: rgba(255,255,255,0.5); color: #fff; min-width: 180px; }
.btn-outline-white:hover { background: #fff; color: #7E00FF; }

/* === Image Fallback === */
.img-fallback { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; min-height: 200px; color: #fff; font-size: 14px; border-radius: 8px; background: linear-gradient(135deg, #7E00FF, #6001BE); }

/* === Spacer === */
.space20 { height: 20px; }
.space40 { height: 40px; }
.space60 { height: 60px; }

/* === Responsive === */
@media (max-width: 1200px) {
  .w-nav .nav_inner > li > a, .w-nav .nav_inner > li > .li-parent-div > a { padding: 0 12px; font-size: 14px; }
}
@media (max-width: 960px) {
  html { width: 100%; height: 100%; overflow-x: hidden; }
  body { height: 100%; min-width: 100%; }
  .body { padding-top: 56px; }
  .w-header { position: fixed; top: 0; left: 0; width: 100%; height: 56px; background: rgba(30, 30, 30, 0.95); z-index: 999; }
  .col-logo { float: none; text-align: center; margin-bottom: 0; }
  .w-logo { padding: 0; height: auto; float: none; }
  .w-logo .w-logo-img { padding: 8px 0; line-height: 40px; justify-content: center; }
  .w-logo .w-logo-img .logo-svg { width: 32px; height: 32px; }
  .w-logo .w-logo-img .logo-text .brand-name { font-size: 14px; }
  .w-logo .w-logo-img .logo-text .brand-tag { font-size: 10px; }
  .mobile-nav-toggle { display: block !important; position: absolute; right: 15px; top: 50%; margin-top: -12px; color: #fff; cursor: pointer; z-index: 10; }
  .col-right { position: fixed; left: -70%; width: 70%; background: #fff; top: 0; bottom: 0; padding-bottom: 9em; z-index: 3; transition: left 0.3s; }
  .col-right.open { left: 0; }
  .nav_right_mask.open { display: block; }
  .w-nav { background: none; overflow-y: auto; height: 100%; }
  .w-nav .nav_inner { padding-top: 60px; }
  .w-nav .nav_inner > li { display: block; text-align: left; }
  .w-nav .nav_inner > li > a, .w-nav .nav_inner > li > .li-parent-div > a { line-height: 2.5; color: #666; padding: 0 20px; }
  .w-nav .nav_inner > li:hover > a, .w-nav .nav_inner > li.active > a { color: #7E00FF; background: none; }
  .nav_simpline_cur { display: none; }
  .w-nav .nav_inner > li:hover > .submenu { display: none; }
  .w-nav .submenu { position: static; display: none; box-shadow: none; background: #f8f8f8; }
  .w-nav .submenu.open-sub { display: block; }
  .w-nav .submenu li { width: 100%; }
  .w-nav .submenu li a { color: #666; padding: 10px 20px 10px 35px; text-align: left; font-size: 13px; border-top: 1px solid #eee; }
  .w-nav .li-parentOne-div .fa { display: inline; float: right; line-height: 2.5; margin-right: 20px; }
  .topLogBox { position: static; margin-top: 0; }
  .col-com { border-top: 1px solid #e1e1e1; }
  .col-com .col_item { float: none; padding: 12px 20px; color: #666; }
  .n-banner { height: 200px; margin-top: 56px; }
  .n-banner .s h1 { font-size: 22px; line-height: 40px; }
  .pd-gallery { float: none; width: 100%; }
  .pd-info { margin-left: 0; margin-top: 20px; }
  .caselist .data { width: 48%; margin: 0 4% 20px 0; }
  .caselist .data:nth-child(2n) { margin-right: 0; }
  .text-center-title h3 { font-size: 150%; }
  .ntit .wp { flex-direction: column; align-items: flex-start; padding: 12px 15px; }
  .ntit .weiz { margin-top: 5px; }
  .list_news .m { float: none; width: 100%; margin-right: 0; margin-bottom: 10px; }
}
@media (max-width: 767px) {
  .btn-default-w { min-width: 10em; padding: 0.8em; }
  .caselist .data { width: 100%; margin-right: 0; }
  .service-card .sc-body .sc-desc { min-height: auto; }
  .text-center-title h3 { font-size: 120%; }
}
@media only screen and (max-width: 479px) {
  .body { font-size: 13px; }
}
