/* =================================================================
   HxWeb 统一美化主题
   品牌色: 蓝 #1d49a2  红 #e71713
   ================================================================= */

/* === 全局 === */
body { background: #f5f6fa; }

/* === 顶部导航栏 === */
.title-logo { background: #fff; padding: 15px 0; box-shadow: 0 1px 6px rgba(0,0,0,0.06); }
.title-logo .description { font-weight: 600; letter-spacing: 2px; }
.con-phone span { color: #999; font-size: 14px; }
.con-phone p, .con-phone h3 { color: #1d49a2; font-weight: 700; }
.phone-icon { color: #1d49a2; }

.navbar-default { background: linear-gradient(135deg, #1d49a2, #153a85); border: none; border-radius: 0; margin-bottom: 0; box-shadow: 0 2px 8px rgba(0,0,0,0.15); }
.navbar-default .navbar-nav > li > a { color: rgba(255,255,255,0.9) !important; font-size: 15px; letter-spacing: 1px; transition: all 0.3s; }
.navbar-default .navbar-nav > li > a:hover { color: #fff !important; background: rgba(255,255,255,0.1) !important; }
.navbar-default .navbar-nav > li.active > a { color: #fff !important; background: rgba(255,255,255,0.18) !important; font-weight: 700; }
.navbar-default .navbar-toggle { border-color: rgba(255,255,255,0.4); }
.navbar-default .navbar-toggle .icon-bar { background: #fff; }
.navbar-default .navbar-toggle:hover { background: rgba(255,255,255,0.15); }

/* === Banner === */
.banner-content { box-shadow: 0 4px 12px rgba(0,0,0,0.1); height: auto !important; max-height: 460px; min-width: auto !important; overflow: hidden; }
.banner-content .bd ul li,
.banner-content .bd ul li a,
.banner-content .bd ul li a img,
.banner-content .banner-slide-image ul li,
.banner-content .banner-slide-image ul li a,
.banner-content .banner-slide-image ul li a img { height: auto !important; width: 100%; }
.banner-content .bd img,
.banner-content .banner-slide-image img { width: 100%; height: auto !important; max-height: 460px; object-fit: cover; }
.banner-slide-circle ul { display: flex; justify-content: center; gap: 8px; padding: 10px 0; }
.banner-slide-circle ul li { width: 12px; height: 12px; border-radius: 50%; background: rgba(255,255,255,0.6); cursor: pointer; transition: all 0.3s; }
.banner-slide-circle ul li.on { background: #1d49a2; width: 16px; height: 16px; box-shadow: 0 0 6px rgba(29,73,162,0.5); }

/* === 页脚 === */
.footer { background: linear-gradient(135deg, #1a2536, #0f1923); }
.footer-floor1 { padding: 40px 0 25px; }
.footer-floor2 { background: rgba(0,0,0,0.3); padding: 15px 0; }
.footer-floor2 p { color: rgba(255,255,255,0.5); font-size: 13px; margin: 3px 0; }
.footer-list { margin-bottom: 20px; }
.flist-title { color: rgba(255,255,255,0.8) !important; font-size: 14px; line-height: 1.8; }
.footer-list > ul > a > li.flist-title { transition: color 0.3s; }
.footer-list > ul > a:hover > li.flist-title { color: #1d49a2 !important; }
.footer-right { margin-top: 15px; }
.official-plat ul li a { color: rgba(255,255,255,0.7); font-size: 14px; }

/* === 标题样式 === */
.ititle, .ititle1, .ititle2, .ititle3, .ititle4 { position: relative; }
.ititle p, .ititle1 p, .ititle2 p, .ititle3 p, .ititle4 p {
    font-size: 28px; color: #1d49a2; font-weight: 700; letter-spacing: 3px;
}
.ititle font, .ititle1 font, .ititle2 font, .ititle3 font, .ititle4 font {
    display: block; font-size: 13px; color: #aaa; letter-spacing: 3px; margin-top: -10px;
}

/* === 通用卡片效果 === */
.he_border1 { border-radius: 10px; overflow: hidden; box-shadow: 0 3px 15px rgba(0,0,0,0.08); transition: all 0.35s ease; background: #fff; cursor: pointer; }
.he_border1:hover { transform: translateY(-8px); box-shadow: 0 12px 30px rgba(29,73,162,0.2); }
.he_border1_caption { padding: 20px; }
.he_border1_caption_h { color: #1d49a2; font-size: 17px; font-weight: 700; margin-top: 5px; }
.he_border1_caption_p { color: #666; font-size: 13px; line-height: 1.7; margin-top: 10px; }
.he_border1_img { width: 100%; height: 200px; object-fit: cover; }

/* === MORE按钮 === */
.i_more { text-align: center; margin: 30px 0 50px; }
.i_more a { display: inline-block; padding: 10px 40px; border: 2px solid #1d49a2; color: #1d49a2; font-size: 14px; letter-spacing: 2px; border-radius: 30px; transition: all 0.3s; text-decoration: none; }
.i_more a:hover { background: #1d49a2; color: #fff; box-shadow: 0 4px 15px rgba(29,73,162,0.3); }

/* === 新闻卡片 === */
.cloud-wrapper .cloud-card { border-radius: 10px; overflow: hidden; box-shadow: 0 3px 12px rgba(0,0,0,0.06); transition: all 0.35s ease; background: #fff; display: block; text-decoration: none !important; color: inherit; }
.cloud-wrapper .cloud-card:hover { transform: translateY(-6px); box-shadow: 0 10px 28px rgba(0,0,0,0.12); text-decoration: none; color: inherit; }
.cloud-card-image { position: relative; overflow: hidden; height: 180px; }
.cloud-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.cloud-wrapper .cloud-card:hover .cloud-card-image img { transform: scale(1.05); }
.cloud-card-image-title { position: absolute; bottom: 0; left: 0; right: 0; padding: 12px 15px; background: linear-gradient(transparent, rgba(0,0,0,0.75)); color: #fff; font-size: 15px; font-weight: 600; line-height: 1.4; }
.cloud-card-text { padding: 15px; font-size: 13px; color: #777; line-height: 1.7; height: 65px; overflow: hidden; }

/* === 分页 === */
.paging { text-align: center; padding: 30px 0; }
.pagination > li > a { color: #1d49a2; border-radius: 6px !important; margin: 0 3px; transition: all 0.3s; }
.pagination > li.active > a { background: #1d49a2; border-color: #1d49a2; color: #fff; }
.pagination > li > a:hover { background: #1d49a2; color: #fff; border-color: #1d49a2; }

/* === 案例展示页 === */
.auto_img { display: block; max-width: 100%; margin: 0 auto 15px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.08); }

/* === 案例展示(首页) === */
.iproli { padding: 0; }
.iproli li { display: inline-block; margin: 8px; border-radius: 10px; overflow: hidden; box-shadow: 0 3px 12px rgba(0,0,0,0.08); transition: all 0.35s ease; position: relative; }
.iproli li img { transition: transform 0.5s; border-radius: 10px; }
.iproli li:hover { transform: translateY(-6px); box-shadow: 0 10px 25px rgba(0,0,0,0.15); }
.iproli li:hover img { transform: scale(1.05); }
.iproli li span { display: block; text-align: center; padding: 10px; font-size: 14px; color: #333; font-weight: 600; background: #fff; }

/* === APP介绍 === */
.inews { margin: 40px 0; }
.strange-box { border-radius: 12px; overflow: hidden; box-shadow: 0 3px 20px rgba(0,0,0,0.06); }
.strange-content { background: #fff; }
.strange-news-fl img { border-radius: 10px; }
.strange-info-list li h2 { color: #1d49a2; font-size: 20px; font-weight: 700; }
.strange-text-title { color: #666; font-size: 14px; line-height: 1.8; }
.strange-more { display: inline-block; padding: 8px 25px; background: linear-gradient(135deg, #1d49a2, #3a6fd8); color: #fff !important; border-radius: 25px; font-size: 13px; letter-spacing: 1px; transition: all 0.3s; text-decoration: none !important; }
.strange-more:hover { background: linear-gradient(135deg, #153a85, #1d49a2); box-shadow: 0 4px 12px rgba(29,73,162,0.3); }
.strange-pagination ul { display: flex; justify-content: center; gap: 8px; padding: 15px 0; }
.strange-pagination ul li { width: 10px; height: 10px; border-radius: 50%; background: #ccc; cursor: pointer; transition: all 0.3s; }
.strange-pagination ul li.on { background: #1d49a2; width: 14px; height: 14px; }

/* === 关于我们 === */
.about_content.history { text-align: center; padding: 30px 0; }
.about_txt { font-size: 18px; color: #1d49a2; font-weight: 600; letter-spacing: 2px; }
.slideBox { background: #f8f9fc; padding: 25px; border-radius: 10px; text-align: center; min-height: 100px; box-shadow: 0 2px 10px rgba(0,0,0,0.04); }
.slideBox h4 { color: #1d49a2; font-size: 18px; font-weight: 700; }
.slideBox p { color: #666; font-size: 14px; line-height: 1.8; margin-top: 10px; }

/* 发展历程 (timeline) */
.event_box { width: 80%; margin: 3% auto 0; position: relative; min-height: 350px; }
.space_div { position: relative; }
.left_space, .right_space { position: absolute; top: 0; }
.parHd { width: 100%; display: inline-block; height: 92px; overflow: hidden; margin-bottom: 20px; }
.parHd ul { width: 100%; text-align: center; margin: 0 auto; padding-top: 25px !important; }
.parHd .tempWrap { margin: 0 auto; }
.parHd .tempWrap:after { content: ''; width: 85%; height: 1px; background: #ddd; position: absolute; right: 8%; top: 35%; z-index: 10; }
.parHd li { display: inline-block; cursor: pointer; padding-top: 30px; font-size: 16px; color: #555; margin: 0 20px; position: relative; }
.parHd li:after { content: ''; background: #ccc; width: 24px; height: 24px; border-radius: 50%; position: absolute; z-index: 20; top: -12px; left: 50%; margin-left: -12px; }
.parHd li.act { color: #1d49a2; font-weight: 700; }
.parHd li.act:after { background: #1d49a2; }
.parHd li.act span { display: block; width: 14px; height: 14px; border-radius: 50%; background: #fff; border: 3px solid #1d49a2; position: absolute; top: -7px; left: 50%; margin-left: -7px; z-index: 21; }
.parHd li span { display: none; }
.parBd { text-align: center; margin-top: 60px; }
.sPrev, .sNext { width: 30px; height: 30px; display: block; position: absolute; top: 10px; cursor: pointer; }
.sPrev { left: 0; }  .sNext { right: 0; }

/* 下属企业 (Choices) */
.Choices { width: 100%; height: auto; min-height: 420px; background: #f8f9fc; border-radius: 12px; margin-bottom: 30px; overflow: hidden; }
.Choices_text { max-width: 1200px; margin: 0 auto; }
.Choices_content { position: relative; }
.Choicesnext { position: absolute; right: 10px; bottom: 10px; width: 38px; height: 37px; cursor: pointer; z-index: 10; }
.Choices_banner { width: 100%; overflow: hidden; margin-top: 20px; }
.Choices_banner ul { overflow: hidden; }
.Choices_banner ul li { display: flex; align-items: stretch; min-height: 399px; }
.Choices_left { flex: 0 0 50%; }
.Choices_left img { width: 100%; height: 100%; object-fit: cover; border-radius: 12px 0 0 12px; }
.Choices_right { flex: 1; background: #fff; padding: 40px; border-radius: 0 12px 12px 0; }
.Choices_right h2 { font-size: 24px; color: #1d49a2; font-weight: 700; margin-bottom: 20px; }
.Choices_right p { font-size: 14px; color: #666; line-height: 1.9; }
.slideBox h4 { color: #1d49a2; font-size: 18px; font-weight: 700; }
.slideBox p { color: #666; font-size: 14px; line-height: 1.8; margin-top: 10px; }

/* 下属企业 */
.Choices { border-radius: 12px; overflow: hidden; box-shadow: 0 3px 20px rgba(0,0,0,0.06); }
.Choices_right h2 { color: #1d49a2; font-size: 20px; font-weight: 700; }
.Choices_right p { color: #666; font-size: 14px; line-height: 1.8; }

/* 管理团队 */
.iabout_us { background: #f8f9fc; padding: 25px 30px; border-radius: 10px; margin: 20px 0; color: #555; font-size: 15px; line-height: 1.9; box-shadow: 0 2px 8px rgba(0,0,0,0.03); }
.iabout_us + img { display: inline-block; margin: 10px; border-radius: 10px; box-shadow: 0 3px 12px rgba(0,0,0,0.08); max-width: 280px; }

/* 荣誉滚动 */
.one { background: #fff; padding: 20px 0; border-radius: 10px; box-shadow: 0 3px 15px rgba(0,0,0,0.05); overflow: hidden; }
.one ul li { margin: 0 10px; }
.one ul li a { display: block; text-align: center; text-decoration: none !important; }
.one ul li img { border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); transition: all 0.3s; }
.one ul li:hover img { transform: scale(1.03); box-shadow: 0 4px 15px rgba(0,0,0,0.15); }
.one ul li span { display: block; margin-top: 8px; font-size: 13px; color: #555; font-weight: 600; }

/* === 主营业务页 === */
.ty_row { margin-bottom: 35px; }
.ty_app { background: #fff; padding: 25px 20px; border-radius: 10px; box-shadow: 0 3px 15px rgba(0,0,0,0.05); }
.ty_app h3 { color: #1d49a2; font-size: 22px; font-weight: 700; position: relative; padding-bottom: 15px; margin-bottom: 20px; }
.ty_app h3:after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 3px; background: linear-gradient(90deg, #1d49a2, #3a6fd8); border-radius: 2px; }
.ty_app p { color: #555; font-size: 15px; line-height: 2; }
.ty_app ul { list-style: none; padding-left: 0; }
.ty_app ul li { color: #555; font-size: 14px; line-height: 1.9; padding: 5px 0 5px 20px; position: relative; }
.ty_app ul li:before { content: ''; position: absolute; left: 0; top: 14px; width: 7px; height: 7px; border-radius: 50%; background: #1d49a2; }
.ty_app img { max-width: 100%; border-radius: 8px; margin: 15px 0; }

/* === 招聘页 === */
.join_border1, .join_border2, .join_border3, .join_border4 { border: 2px solid #ddd; border-radius: 12px; padding: 30px 15px; background: #fff; transition: all 0.35s ease; margin-bottom: 25px; box-shadow: 0 2px 10px rgba(0,0,0,0.04); }
.join_border1:hover, .join_border2:hover, .join_border3:hover, .join_border4:hover { box-shadow: 0 8px 25px rgba(0,0,0,0.1); }
.join_yuan1, .join_yuan2, .join_yuan3, .join_yuan4 { width: 80px; height: 80px; border-radius: 50%; margin: 0 auto; border: 3px solid #1d49a2; transition: all 0.35s; background: #f0f4ff; display: flex; align-items: center; justify-content: center; }
.join_yuan1:after, .join_yuan2:after, .join_yuan3:after, .join_yuan4:after { content: attr(data-icon); font-size: 30px; color: #1d49a2; }
.join_center h3 { font-size: 20px; font-weight: 700; }
.join_info { color: #888; }
.join_right button { border-radius: 25px; padding: 8px 25px; border: 2px solid #1d49a2; background: #1d49a2; color: #fff; font-size: 14px; letter-spacing: 2px; cursor: pointer; transition: all 0.3s; }
.join_right button:hover { background: #e71713; border-color: #e71713; }

/* === 新闻详情 === */
.new-t { text-align: center; padding: 30px 0 20px; }
.new-t h2 { color: #1d49a2; font-size: 24px; font-weight: 700; line-height: 1.5; }
.new-t h4 { color: #999; font-size: 14px; }
.new-t h4 span { color: #1d49a2; margin-left: 10px; }
.ty_new_p img { border-radius: 10px; box-shadow: 0 3px 15px rgba(0,0,0,0.08); max-width: 100%; }
.ty_new_t { padding: 20px 0; }
.ty_new_t p { color: #555; font-size: 16px; line-height: 2; text-indent: 2em; }

/* === 视频页 === */
.embed-responsive { border-radius: 10px; overflow: hidden; box-shadow: 0 4px 20px rgba(0,0,0,0.12); }

/* === 中缅甩挂 === */
.news-content img { border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.06); margin-bottom: 15px; }

/* === APP页 服务块 === */
.service-block { background: #fff; padding: 20px; border-radius: 10px; margin-bottom: 15px; box-shadow: 0 2px 12px rgba(0,0,0,0.05); transition: all 0.3s ease; }
.service-block:hover { transform: translateY(-4px); box-shadow: 0 6px 20px rgba(29,73,162,0.15); }
.service-block h3 { color: #1d49a2; font-size: 17px; font-weight: 700; margin-top: 0; }
.service-block .text { color: #666; font-size: 13px; line-height: 1.8; }
.image-box { text-align: center; padding: 30px 0; }
.image-box img { max-width: 100%; border-radius: 10px; }

/* === 弹窗 === */
.modal-content { border-radius: 10px; overflow: hidden; border: none; box-shadow: 0 10px 40px rgba(0,0,0,0.2); }
.modal-header { background: linear-gradient(135deg, #1d49a2, #153a85); color: #fff; border: none; }
.modal-header .close { color: #fff; opacity: 0.8; }
.modal-footer { border-top: 1px solid #eee; }
.modal-footer .btn-primary { background: #1d49a2; border-color: #1d49a2; }

/* === 响应式 === */
@media (max-width: 768px) {
    .navbar-default .navbar-nav > li > a { padding: 12px 20px; border-bottom: 1px solid rgba(255,255,255,0.07); }
    .he_border1_img { height: 160px; }
    .ititle p, .ititle1 p { font-size: 22px; }
    .ty_app h3 { font-size: 18px; }
    .new-t h2 { font-size: 20px; }
}
