body,h1,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,input,textarea,th,td{margin:0;padding:0;font-family:"Microsoft Yahei";}*{margin:0;padding:0}
body {}
ol,ul{list-style:none}
a,a:hover { color:#333333; padding:0; margin:0;}
.nav {width: 100%;height: 54px;line-height: 54px;background: #ee7800;Letter-spacing: 1px;}
.nav .nav_list {width:100%;}
.nav .nav_list li a{display: block;padding:0 13px;margin-left:12px;color:#fff;font-size:18px;font-family:"Microsoft Yahei";letter-spacing:2.5px;}
.banner { width:100%; margin:auto;text-justify:inter-ideograph;overflow:hidden;}
.banner img { width:100%;display:block;}

.banner {
  position: relative; width: 100%; min-height: 520px;
  background: url('banner.jpg') center top / cover no-repeat;
  display: flex; align-items: center; justify-content: center;
}
.banner::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(139,0,0,.45), rgba(0,0,0,.25));
}
.banner-text { position: relative; z-index: 2; text-align: center; color: #fff;margin-right: 700px;}
.banner-text h1 {
  font-size: 52px; font-weight: bold; letter-spacing: 4px;
  text-shadow: 0 3px 10px rgba(0,0,0,.5); margin-bottom: 16px;
}
.banner-text .subtitle {
  font-size: 24px; letter-spacing: 2px; opacity: .95;
  text-shadow: 0 2px 6px rgba(0,0,0,.4); margin-bottom: 30px; 
}
.banner-text .tags { display: flex; gap: 15px; justify-content: center; }
.banner-text .tags span {
  background: #fff; padding: 8px 22px;
  border-radius: 25px; font-size: 15px; letter-spacing: 1px;color: #666;
}
.banner-cta {
  position: relative; z-index: 2; margin-top: 35px;
}
.banner-cta a {
  display: inline-block; padding: 14px 42px; font-size: 18px;
  border-radius: 30px; margin: 0 10px; transition: all .3s;
}
.banner-cta .btn-primary {
  background: #c8161d; color: #fff; box-shadow: 0 4px 15px rgba(200,22,29,.4);border: 2px solid #fff; color: #fff;
}
.banner-cta .btn-primary:hover { background: #a01015; transform: translateY(-2px); }
.banner-cta .btn-outline {
  border: 2px solid #fff; color: #fff;
}
.banner-cta .btn-outline:hover { background: rgba(255,255,255,.15); }

/* ===== 通用标题 ===== */
.section-title {
  text-align: center; margin-bottom: 45px; padding-top: 65px;
}
.section-title h2 {
  font-size: 34px; color: #333; font-weight: bold; letter-spacing: 3px;
  position: relative; display: inline-block; padding-bottom: 18px;
}
.section-title h2::after {
  content: ""; position: absolute; left: 50%; bottom: 0;
  transform: translateX(-50%); width: 60px; height: 3px;
  background: #c8161d; border-radius: 2px;
}
.section-title p {
  margin-top: 14px; font-size: 16px; color: #888; letter-spacing: 1px;
}

/* ===== 专业简介 ===== */
.intro-section {
  background: #fff; padding-bottom: 60px;
}
.intro-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center;
}
.intro-text h3 {
  font-size: 26px; color: #c8161d; margin-bottom: 20px; font-weight: bold;
}
.intro-text p {
  font-size: 15px; color: #555; line-height: 2; margin-bottom: 15px; text-indent: 2em;
}
.intro-stats {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 30px;
}
.intro-stats .stat-item {
  text-align: center; padding: 20px 10px; background: #fdf6f6;
  border-radius: 10px; border: 1px solid #f0d5d5;
}
.intro-stats .stat-num {
  font-size: 32px; color: #c8161d; font-weight: bold; line-height: 1.2;
}
.intro-stats .stat-label { font-size: 14px; color: #666; margin-top: 6px; }
.intro-image img { border-radius: 12px; box-shadow: 0 8px 30px rgba(0,0,0,.12); }

/* ===== 阶段教学 ===== */
.stages-section { background: #f9f9f9; padding-bottom: 65px; }
.stages-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-bottom: 20px;
}
.stage-card {
  background: #fff; border-radius: 12px; overflow: hidden;
  box-shadow: 0 3px 15px rgba(0,0,0,.06); transition: all .3s;
  cursor: pointer;
}
.stage-card:hover {
  transform: translateY(-5px); box-shadow: 0 8px 30px rgba(200,22,29,.12);
}
.stage-card .stage-img {
  height: 200px; overflow: hidden; position: relative;
}
.stage-card .stage-img img {
  width: 100%; height: 100%; object-fit: cover; transition: transform .5s;
}
.stage-card:hover .stage-img img { transform: scale(1.08); }
.stage-card .stage-img .stage-badge {
  position: absolute; top: 12px; left: 12px;
  background: rgba(200,22,29,.92); color: #fff; padding: 5px 14px;
  border-radius: 20px; font-size: 13px;
}
.stage-card .stage-body { padding: 18px 20px; }
.stage-card .stage-body h4 {
  font-size: 18px; color: #333; margin-bottom: 8px; font-weight: bold;
}
.stage-card .stage-body .stage-time {
  font-size: 13px; color: #c8161d; margin-bottom: 8px;
}
.stage-card .stage-body p {
  font-size: 13px; color: #777; line-height: 1.7;
}

/* 模块3列行 */
.stages-grid-3 {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}

/* ===== 核心课程表 ===== */
.curriculum-section { background: #fff; padding-bottom: 65px; }
.curriculum-table {
  width: 100%; border-collapse: collapse; margin-top: 10px;
  box-shadow: 0 2px 12px rgba(0,0,0,.05); border-radius: 10px; overflow: hidden;
}
.curriculum-table thead {
  background: linear-gradient(135deg, #c8161d, #9a0f14);
}
.curriculum-table th {
  padding: 16px 12px; color: #fff; font-size: 15px; font-weight: bold;
  text-align: center; border-right: 1px solid rgba(255,255,255,.15);
}
.curriculum-table td {
  padding: 14px 12px; font-size: 14px; text-align: center;
  border-bottom: 1px solid #eee; border-right: 1px solid #eee;
}
.curriculum-table tbody tr:nth-child(even) { background: #fdf6f6; }
.curriculum-table tbody tr:hover { background: #fce8e8; }
.curriculum-table .cat-name { color: #c8161d; font-weight: bold; }
.curriculum-table .total-row {
  background: #f5e6e6 !important; font-weight: bold; color: #c8161d;
}

/* ===== 专业师资 ===== */
.teachers-section { background: #f9f9f9; padding-bottom: 65px; }
.teachers-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px;
}
.teacher-card {
  background: #fff; border-radius: 12px; overflow: hidden;
  box-shadow: 0 3px 15px rgba(0,0,0,.06); transition: all .3s;
}
.teacher-card:hover {
  transform: translateY(-5px); box-shadow: 0 10px 35px rgba(0,0,0,.12);
}
.teacher-card .teacher-img {
  height: 280px; overflow: hidden;
}
.teacher-card .teacher-img img {
  width: 100%; height: 100%; object-fit: cover;
}
.teacher-card .teacher-info { padding: 16px 18px; text-align: center; }
.teacher-card .teacher-info h4 {
  font-size: 19px; color: #333; font-weight: bold; margin-bottom: 5px;
}
.teacher-card .teacher-info .title {
  font-size: 13px; color: #c8161d; margin-bottom: 8px;
}
.teacher-card .teacher-info p {
  font-size: 13px; color: #888; line-height: 1.6;
}

/* ===== 实训环境 ===== */
.training-section { background: #fff; padding-bottom: 65px; }
.training-tabs {
  display: flex; justify-content: center; gap: 8px; margin-bottom: 30px;
}
.training-tabs .tab {
  padding: 10px 32px; font-size: 16px; color: #555; cursor: pointer;
  border-radius: 25px; border: 2px solid #ddd; transition: all .3s;
  background: #fff;
}
.training-tabs .tab.active {
  background: #c8161d; color: #fff; border-color: #c8161d;
}
.training-tabs .tab:hover:not(.active) {
  border-color: #c8161d; color: #c8161d;
}
.training-display {
  border-radius: 14px; overflow: hidden; box-shadow: 0 5px 25px rgba(0,0,0,.1);
}
.training-display img { width: 100%; }

/* ===== 就业方向 ===== */
.employment-section { background: #f9f9f9; padding-bottom: 65px; }
.emp-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px;
}
.emp-card {
  background: #fff; border-radius: 12px; padding: 35px 25px; text-align: center;
  box-shadow: 0 3px 15px rgba(0,0,0,.06); transition: all .3s;
  border-top: 4px solid #c8161d;
}
.emp-card:hover {
  transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,.1);
}
.emp-card .emp-icon {
  width: 70px; height: 70px; margin: 0 auto 18px;
  border-radius: 50%; background: #fdf0f0;
  display: flex; align-items: center; justify-content: center;
  font-size: 30px;
}
.emp-card h4 {
  font-size: 18px; color: #333; margin-bottom: 15px; font-weight: bold;
}
.emp-card ul { float: initial; width: 60%; margin-left: 20%;}
.emp-card ul li {
  font-size: 14px; color: #666; padding: 6px 0;
  border-bottom: 1px dashed #eee;width: 100%;text-align: center;
}
.emp-card ul li:last-child { border-bottom: none; }

/* 合作企业 */
.partners-section { background: #fff; padding-bottom: 65px; }
.partners-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px;
}
.partner-card {
  border-radius: 14px; overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,.08); transition: all .3s;
  background: #fff;
}
.partner-card:hover { transform: translateY(-5px); box-shadow: 0 10px 35px rgba(0,0,0,.12); }
.partner-card .partner-img { height: 220px; overflow: hidden; }
.partner-card .partner-img img { width: 100%; height: 100%; object-fit: cover; }
.partner-card .partner-info { padding: 20px 25px; }
.partner-card .partner-info h4 {
  font-size: 20px; color: #c8161d; margin-bottom: 10px; font-weight: bold;
}
.partner-card .partner-info p {
  font-size: 14px; color: #666; line-height: 1.8;
}

/* ===== FAQ ===== */
.faq-section { background: #f9f9f9; padding-bottom: 65px; }
.faq-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px;
}
.faq-item {
  background: #fff; border-radius: 10px; padding: 24px 28px;
  display: flex; align-items: flex-start; gap: 18px;
  box-shadow: 0 2px 12px rgba(0,0,0,.04); transition: all .3s;
  cursor: pointer;
}
.faq-item:hover {
  box-shadow: 0 5px 20px rgba(0,0,0,.08); transform: translateX(4px);
}
.faq-item .faq-q-icon {
  flex-shrink: 0; width: 36px; height: 36px; border-radius: 50%;
  background: #c8161d; color: #fff; font-size: 16px; font-weight: bold;
  display: flex; align-items: center; justify-content: center;
}
.faq-item .faq-content h4 {
  font-size: 16px; color: #333; margin-bottom: 6px;
}
.faq-item .faq-content p {
  font-size: 14px; color: #888;
}
.faq-item .faq-content .consult-link {
  color: #c8161d; font-weight: bold; margin-top: 4px; display: inline-block;
}

/* ===== 报名表单 ===== */
.signup-section {
  background: linear-gradient(135deg, #c8161d, #9a0f14);
  padding: 55px 0;
}
.signup-box {
  width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: 50px;
}
.signup-text { flex: 1; color: #fff; }
.signup-text h3 {
  font-size: 30px; margin-bottom: 12px; font-weight: bold; letter-spacing: 2px;
}
.signup-text p { font-size: 16px; opacity: .9; }
.signup-form {
  flex: 1; background: #fff; border-radius: 12px; padding: 30px 35px;
}
.signup-form .form-title {
  font-size: 20px; color: #c8161d; font-weight: bold; margin-bottom: 20px;
  text-align: center;
}
.signup-form select, .signup-form input {
  width: 100%; height: 44px; border: 2px solid #eee; border-radius: 8px;
  padding: 0 15px; font-size: 15px; margin-bottom: 15px; outline: none;
  transition: border-color .3s;
}
.signup-form select:focus, .signup-form input:focus {
  border-color: #c8161d;
}
.signup-form .submit-btn {
  width: 100%; height: 46px; background: #c8161d; color: #fff;
  border: none; border-radius: 8px; font-size: 17px; font-weight: bold;
  cursor: pointer; transition: background .3s;
}
.signup-form .submit-btn:hover { background: #a01015; }