@charset "utf-8";
/* CSS Document */

 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: "Microsoft YaHei",Arial,sans-serif;
            scroll-behavior: smooth;
        }
        html, body {
            scroll-behavior: smooth;
        }
        body {
            background-color: #f4f8fb;
            color: #333;
            line-height: 1.8;
            font-size: 15px;
            padding-top: 80px;
        }
.watermark{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9998;pointer-events:none}.watermark .item{position:absolute;font-size:16px;color:#ccc;opacity:.45;transform:rotate(-30deg);text-align:center;line-height:1.5}.watermark .row1{top:20%}.watermark .row2{top:50%}.watermark .row3{top:80%}.watermark .col1{left:18%}.watermark .col2{left:39%}.watermark .col3{left:69%}
.hero-banner {
  position: relative;
  width: 100%;
  min-height: 600px; 
  height: 80vh; 
  background-image: url("http://www.xinexpress.com/img/sg-background.jpeg"); 
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  z-index: 1;
}

/* 渐变遮罩（和 huomc 完全一样） */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.1));
  z-index: -1;
}
hr {margin-top:25px;margin-bottom: 25px;}
#airTitle > span{font-size:14px;}
/* 居中文字样式 */
.hero-content {
  max-width: 900px;
  padding: 0 20px;
  color: #fff;
  z-index: 2;
}

#airTable {
  border: 1px solid #333;    
  border-collapse: collapse; 
  text-align: left;vertical-align: middle;
}

#airTable tr td,#airTable tr th  {
  border: 1px solid #333;    
  padding: 2px;              
}
#airTable tr td:nth-child(n+3){text-align:center;}
 table {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            border-collapse: collapse;
            background: #fff;
        }
        table tr td {
            border: 1px solid #ccc;
            padding: 4px 15px;
            line-height: 1.8;
            font-size: 14px;
            color: #333;transition: all 0.3s ease;
        }
table tr{transition: all 0.3s;}
table tr:hover{background:#F3F3F3;transition: all 0.3s;}	

.hero-content h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero-content p {
  font-size: 20px;
  margin-bottom: 30px;
  opacity: 0.95;
}

/* 按钮样式 */
.hero-btn {
  display: inline-block;
  padding: 14px 35px;
  background: #00a8e2; /* 可改颜色 */
  color: #fff;
  font-size: 16px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s;
}

.hero-btn:hover {
  background: #008bbf;
  color: #fff;
}


        .wrap {
            width: 95%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 30px 0;
        }

        /* 顶部页眉 - PC端右侧padding 160px */
        .top-header {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 30px;
            background: #f5f5f5;
            border-bottom: 1px solid #eee;
            z-index: 9999;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            padding: 0 160px;
            font-size: 13px;
        }
        .top-header a {
            margin-left: 20px;
            color: #333;
            text-decoration: none;
            transition: 0.2s;
        }
        .top-header a:hover {
            color: #0066cc;
        }
        .wx-popup {
            position: relative;
            cursor: pointer;
            margin-left: 20px;
        }

        /* PC端LOGO - 彻底修复显示 */
        .logo-box {
            position: fixed;
            top: 30px;
            left: 0;
            width: 140px;
            height: 50px;
            z-index: 99999 !important;
            background: #004999;
            display: flex !important;
            align-items: center;
            justify-content: center;transition: 0.3s;
        }
		
        .logo-box img {
            height: 38px;
            max-width: 120px;
            object-fit: contain;
            display: block !important;transition: 0.3s;border-radius: 5px;
        }
		.logo-box img:hover {
            box-shadow: 0 0 8px #ffffff, 0 0 15px rgba(255,255,255,0.6);transition: 0.3s;
        }
        /* 导航栏 */
        .nav {
            position: fixed;
            top: 30px;
            left: 0;
            width: 100%;
            height: 50px;
            background: #004999;
            z-index: 9998;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            padding-left: 140px;
        }
        .nav ul {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            list-style: none;
            height: 50px;
        }
        .nav li {
            flex: 1;
            text-align: center;
        }
        .nav a {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            color: #fff;
            text-decoration: none;
            padding: 0 5px;
            font-size: 15px;
            transition: all 0.3s ease;
            white-space: nowrap;
        }
        .nav li a:hover{background:#0066cc;color:white;}

		.nav li a.active{background:#0066cc;color:white;}

        .nav-long { display: inline; }
        .nav-short { display: none; }
		
		

        .main-box {
            background: #fff;
            padding: 25px 30px;
            border: 1px solid #e5e9f8;
            border-top: none;
            z-index: 1;
            position: relative;
        }
        .section {
            margin-bottom: 25px;
            scroll-margin-top: 90px;
        }
        .section h2 {
            font-size: 24px;
            color: #004999;
            border-left: 4px solid #004999;
            padding-left: 12px;
            margin-bottom: 15px;
            line-height: 1.4;
			text-align: center;
        }
        .section h3 {
            font-size: 16px;
            margin: 18px 0 10px;
            color: #222;
        }
        li:hover {
            background: #f5f9ff;
            color: #004999;
            padding-left: 3px;
            border-radius: 3px;
            transition: all 0.3s ease;
        }
        ul { padding-left: 20px; margin: 10px 0; }
        li { margin-bottom: 8px; transition: all 0.3s ease; }
		 .container {
            width: 90%;
            max-width: 1200px;
            margin: 0 auto;
        }
		.news-box {
            width: 100%;
        }
        .news-item {
            padding: 12px 10px;
            border-bottom: 1px dashed #ddd;
            display: none;
        }
        .news-item a {
            color: #333;
            text-decoration: none;
            font-size: 15px;
        }
        .news-item a:hover {
            color: #004b8d;
            transition: all 0.3s all;
        }
        .news-date {
            color: #666;
            font-size: 13px;
            margin-right: 10px;
        }

 /* 分页样式 */
        .pagination-bar {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 30px;
            gap: 15px;
            font-size: 18px;
        }
        .pagination-bar button {
            padding: 6px 12px;
            border: 1px solid #004b8d;
            background: white;
            color: #004b8d;
            border-radius: 4px;
            cursor: pointer;
            font-size: 16px;
        }
        .pagination-bar button:disabled {
            border-color: #ccc;
            color: #ccc;
            cursor: not-allowed;
        }
        .pagination-bar button:hover:not(:disabled) {
            background: #004b8d;
            color: white;
        }

        /* 跳转弹窗 */
        .jump-modal {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.3);
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 999;
        }
        .jump-box {
            background: white;
            padding: 30px;
            border-radius: 8px;
            display: flex;
            align-items: center;
            gap: 15px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.2);
        }
        .jump-box input {
            width: 100px;
            padding: 8px;
            border: 1px solid #ccc;
            border-radius: 4px;
            font-size: 16px;
            text-align: center;
        }
        .jump-box button {
            padding: 8px 16px;
            background: #004b8d;
            color: white;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            font-size: 16px;
        }
        .jump-box button:hover {
            background: #003b70;
        }
        /* iframe */
        .iframe-container {
            position: relative;
            width: 100%;
            margin:10px; 
        }
        .price-iframe {
            width: 100%;
            border: none;
            overflow: hidden;
        }
.price-table { width: 100%; border-collapse: collapse; margin: 20px 0; }
        .price-table th, .price-table td { border: 1px solid #ddd; padding: 12px; text-align: center; }
        .price-table th { background: #4285f4; color: white; }
        .product-note {
            background: #f0f7ff;
            padding: 15px;
            border-radius: 6px;
            margin: 10px 0;
            border-left: 4px solid #004999;
        }
        .product-note h4 {
            color: #004999;
            margin-bottom: 8px;
            font-size: 15px;
        }
        .red-txt { color: #e53935; font-weight: bold; }
        .time-info { color: #0066cc; font-weight: bold; font-size: 15px; margin: 8px 0; }
        .fee-info { color: #e53935; font-weight: bold; font-size: 15px; margin: 5px 0; }

        a.tel-link { color: #e53935; text-decoration: none; font-weight: bold; }
        a.tel-link:hover { text-decoration: underline; }
        .contact-info {
            background: #f9fafb;
            border-left: 4px solid #004999;
            padding: 20px 25px;
            border-radius: 4px;
            margin: 10px 0;
            font-size: 15px;
            line-height: 2.2;
        }
		.contact-info a{text-decoration: none;}
        .contact-info strong { color: #004999; font-size: 16px; }
        .time-pc { display: inline; }
        .time-mobile { display: none; }

        .contact-bar {
            background: #005fb8;
            color: #fff;
            text-align: center;
            padding: 18px;
            border-radius: 0 0 4px 4px;
            margin-top: 20px;
            font-size: 17px;
            width: 100%;
        }

        .img-box {
            width: 100%;
            margin: 15px 0;
            text-align: center;
            overflow: hidden;
            border-radius: 6px;
        }
        .img-box img {
            width: 100%;
            max-width: 800px;
            height: auto;
            border-radius: 6px;
            transition: transform 0.35s ease;
            display: block;
            margin: 0 auto;
        }
        .img-box:hover img { transform: scale(1.05); }

        /* 动画 */
        .fade-left, .fade-right, .fade-up {
            opacity: 0;
            visibility: hidden;
            transition: transform 1.2s ease, opacity 1.2s ease;
        }
        .fade-left { transform: translateX(-60px); }
        .fade-right { transform: translateX(60px); }
        .fade-up { transform: translateY(60px); }
        .fade-left.show, .fade-right.show, .fade-up.show {
            opacity: 1;
            visibility: visible;
            transform: translate(0, 0);
        }
		.section {
            padding: 0 30px;
            margin-bottom: 25px;
        }
        .section h3 {
            font-size: 18px;
            color: #0052cc;
            margin: 15px 0 10px;
        }
        .section ul {
            padding-left: 20px;
        }
        .section li {
            margin: 8px 0;
            font-size: 15px;
        }

        /* 手机端 */
        @media (max-width: 768px) {
			.hero-banner {
    min-height: 300px;
    height: 20vh;
  }
  .hero-content h1 {
    font-size: 28px;
  }
  .hero-content p {
    font-size: 16px;
  }
			.price-table th, .price-table td { padding: 1px; font-size: 0.9rem; }
            .top-header {
                padding: 0 15px !important;
                justify-content: space-between !important;
            }
            .mobile-logo {
                display: block !important;
                height: 20px;
                object-fit: contain;
            }
            .logo-box { display: none !important; }
            .nav { top: 30px !important; padding-left: 0 !important; }
            .nav-long { display: none !important; }
            .nav-short { display: inline !important; }
            
            .contact-bar { font-size: 14px !important; }
            .time-pc { display: none !important; }
            .time-mobile { display: inline !important; }
        .watermark .item{font-size:12px}.watermark .row1{top:20%}.watermark .row2{top:50%}.watermark .row3{top:80%}.watermark .col1{left:13%}.watermark .col2{display:none;}.watermark .col3{left:55%}
        }
.mobile-logo { display: none; }