* {margin: 0;padding: 0;box-sizing: border-box;}html {font-size: 16px;scroll-behavior: smooth;font-family: "微软雅黑", "黑体";}body {font-family: "微软雅黑", "黑体";line-height: 1.6;color: #666;background: #f3f3f3;}a {text-decoration: none;color: #666;transition: color 0.3s ease;cursor: pointer;}ul, ul li {list-style: none;}a:hover {color: #1b6ebc;}img {max-width: 100%;height: auto;vertical-align: middle;}.container {width: 100%;margin: 0 auto;padding: 0 0;}.header-container {height: 350px;transition: all 0.3s ease;}.header-container .logo {height: 270px;padding: 15px 0;opacity: 1;transition: all 0.3s ease;}.header-container.animated {height: 45px;}.header-container.animated .logo {padding: 0;height: 0;opacity: 0;}header {background-color: #fff;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);width: 100%;}.logo {max-width: 1200px;padding: 15px 0;font-size: 1.8rem;font-weight: bold;color: #0066cc;margin: 0 auto;display: flex;justify-content: space-between;align-items: center;}.logo .logo-title {display: flex;align-items: center;}.logo-title img {width: 300px;margin-right: 15px;}.logo-title h3 {font-size: 44px;color: #13227a;}.logo-title p {font-size: 12px;}.search {max-width: 400px;padding-left: 15px;border-radius: 5px;display: flex;align-items: center;justify-content: space-between;font-size: 12px;overflow: hidden;height: 40px;margin-top: 110px;}.search input {background: none;line-height: 40px;height: 40px;outline: none;border: 1px solid #13227a;border-radius: 4px;margin-right: 15px;padding: 0 10px;width: 200px;box-shadow: 0px 0px 3px 0px #7c7979 inset;}.search button {border: none;outline: none;background-color: #13227a;width: 50px;height: 40px;cursor: pointer;border-radius: 4px;}.search img {background-color: #13227a;}.menu-toggle {display: none;background: none;border: none;font-size: 1.5rem;cursor: pointer;color: #333;}.nav-menu {background: #01479dc4;}.nav-menu ul {display: flex;list-style: none;max-width: 1200px;margin: 0 auto;}.nav-menu>ul>li {flex: 1;position: relative;display: flex;flex-direction: column;justify-content: center;align-items: center;padding: 10px 15px;}.nav-menu>ul>li .icon {width: 28px;}.nav-menu>ul>li>a {display: block;padding: 5px 0 0;font-weight: normal;font-size: 17px;position: relative;color: #fff;}.nav-menu>ul>li>a:hover {color: #d2c173;}.submenu {flex-direction: column;position: absolute;top: 100%;left: 0;right: 0;background-color: #01479d;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);border-radius: 4px;opacity: 0;visibility: hidden;transform: translateY(10px);transition: all 0.3s ease;z-index: 1000;}.submenu .submenu {top: 0;left: 100%;}.has-submenu:hover>.submenu {opacity: 1;visibility: visible;transform: translateY(0);}.submenu li:last-child {border-bottom: none;}.submenu a {display: block;padding: 12px 6px;color: #fff;text-align: center;transition: all 0.2s ease;}.submenu a:hover {background-color: #fff;color: #01479d;}.has-submenu>a::after {margin-left: 5px;font-size: 0.8em;}main {min-height: calc(100vh - 130px);}.max-width {max-width: 1200px;margin: 0 auto;}.hero {background: linear-gradient(135deg, #0066cc, #004499);color: white;padding: 100px 0;text-align: center;}.hero h1 {font-size: 3rem;margin-bottom: 20px;animation: fadeInDown 1s ease;}.hero p {font-size: 1.5rem;margin-bottom: 30px;animation: fadeInUp 1s ease 0.3s both;}.btn {display: inline-block;background-color: #ff6600;color: white;padding: 12px 30px;border-radius: 30px;font-weight: bold;text-transform: uppercase;letter-spacing: 1px;transition: all 0.3s ease;animation: fadeIn 1s ease 0.6s both;}.btn:hover {background-color: #e65c00;transform: translateY(-3px);box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);}.mt-15 {margin-top: 15px;}section .h1-title {font-size: 20px;padding: 5px 40px;font-weight: 500;display: inline-flex;align-items: center;color: #fff;background: #01479d;border-radius: 5px 100px 100px 5px;margin: 15px 0 10px;}.bg-radius {padding: 5px 30px;display: inline-flex;align-items: center;color: #fff !important;background: #01479d;border-radius: 5px 100px 100px 5px;margin: 15px 0 10px;}section .h1-title img {display: none;width: 20px;margin-right: 5px;}.card {display: flex;justify-content: space-between;flex-wrap: wrap;}.card>div {width: 49%;text-align: center;margin-top: 10px;height: 100px;font-size: 20px;line-height: 100px;background: linear-gradient(145deg, #7cbbef, #fcfcfc);border-radius: 4px;cursor: pointer;}.card>div:hover {background: linear-gradient(145deg, #7cbbef, #f5f5f5);}.card>div:first-of-type, .card>div:nth-of-type(2) {margin-top: 0;}.card>div:nth-of-type(2n) {background: linear-gradient(-145deg, #7cbbef, #fcfcfc);}.icon-ul {display: flex;flex-wrap: wrap;text-align: center;align-items: center;justify-content: space-between;}.icon-ul li {list-style: none;width: 48%;margin: 8px 0;padding: 20px 0;font-size: 18px;cursor: pointer;display: flex;justify-content: center;align-items: center;}.icon-ul li img {width: 46%;max-width: 140px;margin-right: 15px;border-radius: 4px;}.tree-ui li {list-style: none;padding: 26px 10px;background: linear-gradient(180deg, #edf5ff, #f2fbf5);margin-top: 19px;border-radius: 4px;}.tree-ui li img {width: 22px;vertical-align: sub;margin-right: 4px;}.tree-ui li:hover {background: linear-gradient(90deg, #edf5ff, #f2fbf5);}.flgg>div {flex: 1;text-align: center;margin: 0 10px;font-size: 20px;text-align: center;padding: 30px 10px;background: linear-gradient(180deg, #f6f3ff, #fff9f5);}.flgg>div:hover {background: linear-gradient(90deg, #f6f3ff, #fff9f5);}footer {background-color: #222;color: #aaa;padding: 30px 0;text-align: center;}.animate-on-scroll {opacity: 0;transform: translateY(30px);transition: all 0.6s ease;}.animate-on-scroll.animated {opacity: 1;transform: translateY(0);}.text-center {text-align: center;}.mt-20 {margin-top: 20px;}.mb-20 {margin-bottom: 20px;}.magrin-20 {margin: 20px 0 !important;}.magrin-30 {margin: 30px 0 !important;}.p-20 {padding: 20px;}.form-group {margin-bottom: 20px;}.form-control {width: 100%;padding: 12px 15px;border: 1px solid #ddd;border-radius: 4px;font-size: 1rem;transition: border-color 0.3s ease;}.form-control:focus {border-color: #0066cc;outline: none;}.error {border-color: #ff3333 !important;}#form-message {padding: 10px;margin: 20px 0;border-radius: 4px;display: none;}#form-message.success {background-color: #d4edda;color: #155724;display: block;}#form-message.error {background-color: #f8d7da;color: #721c24;display: block;}.slider {position: relative;overflow: hidden;height: 400px;}.slider img {display: none;width: 100%;height: 100%;object-fit: cover;}.slider img.active {display: block;}.slider-controls {position: absolute;top: 50%;width: 100%;display: flex;justify-content: space-between;transform: translateY(-50%);}.slider-controls button {background: rgba(0, 0, 0, 0.5);color: white;border: none;padding: 10px 15px;cursor: pointer;font-size: 1.5rem;transition: background 0.3s ease;}.slider-controls button:hover {background: rgba(0, 0, 0, 0.8);}.swiper-button-next, .swiper-button-prev {background: rgba(255, 255, 255, 0.3);width: 40px;}.swiper-button-next:after, .swiper-button-prev:after {font-size: 20px;font-weight: bold;color: #666;}.swiper {width: 100%;height: 100%;}.indexSwiper {height: 400px;}.swiper-slide {text-align: center;font-size: 18px;background: #fff;display: flex;justify-content: center;align-items: center;}.swiper-slide .icon {display: inline-block;width: 20px;vertical-align: bottom;}.swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;}.newSwiper {height: 40px;background: #e7e7e7;}.newSwiper .swiper-slide {display: flex;justify-content: space-between;align-items: center;padding: 15px 20px;background: #e7e7e7;font-size: 14px;}.dtSwiper {height: 300px;margin: 20px 20px 0 0;}.bg-card {background: #fff;padding: 20px;border-radius: 4px;}.margin-top-15 {margin-top: 15px;}.display-flex {display: flex;}.just-sb {justify-content: space-between;}.flex-1 {flex: 1;}.flex-none {flex: none;}.width-33 {width: 32%;}.width-66 {width: 65%;}.width-50 {width: 48%;}.width-100 {width: 100%;}.overflow-1 {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}.overflow-2 {overflow: hidden;text-overflow: ellipsis;display: -webkit-box;line-clamp: 2;-webkit-box-orient: vertical;}.news-title {font-size: 18px;height: 36px;line-height: 36px;margin-bottom: 10px;color: #1b6ebc;font-weight: normal;border-bottom: 1px solid #e5e5e5;}.news-ul {max-height: 260px;overflow: hidden;}.news-ul li {width: 100%;font-size: 14px;display: flex;justify-content: space-between;padding: 10px;border-bottom: 1px dashed #dfdfdf;padding-left: 11px;background: url(../img/newsli.png) no-repeat left center;}.news-ul li a {cursor: pointer;color: #333;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}.news-ul li span {color: #999;width: 25%;text-align: right;flex: none;}.news-ul li a:hover {color: #1b6ebc;text-decoration: underline;}.tab-buttons {display: flex;border-bottom: 1px solid #ddd;}.tab-button {padding: 10px 20px;background: none;border: none;cursor: pointer;font-size: 16px;transition: all 0.3s;}.tab-button.active {color: #fff;background: #01479d;color: #fff;border-radius: 0 100px 0;}.tab-pane {display: none;padding: 10px 0;border-top: none;}.tab-pane.active {display: block;}.details {padding: 40px;}.details-h1 {text-align: center;font-size: 26px;line-height: 1.3;font-weight: normal;color: #1b6ebc;}.details-h5 {color: #b1b1b1;font-size: 12px;font-weight: normal;text-align: center;margin: 2px 0;}.line {width: 55px;height: 2px;background-color: #1b6ebc;margin: 0 auto;}.details p {font-size: 20px;line-height: 38px;}.notice {position: relative;display: flex;align-items: flex-start;margin: 30px auto;}.notice .left-menu {width: 300px;margin-right: 20px;padding: 5px 20px 30px;flex: none;position: relative;background: linear-gradient(#4a4ae536, 5px, #fff, #fff);box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);}.notice .left-menu .left-menu-title {font-size: 22px;color: #000;height: 75px;line-height: 75px;text-align: center;}.notice .left-menu .left-menu-title img {transition: all 0.3s ease;}.left-menu-ul li {width: 180px;padding: 0;color: #fff;text-align: center;background-color: #0166b6;cursor: pointer;margin: 0 auto 15px;}.left-menu-ul li:hover {background-color: #7cbbef;}.left-menu-ul li a {color: #fff;width:100%;height:100%;display:block;height:36px;line-height:36px;}.notice .context-list {flex: 1;width: 100%;padding: 10px 20px 20px;background: #fff;box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);}.context-top-menu {display: flex;justify-content: space-between;align-items: center;padding: 10px 0;border-bottom: 1px solid #e5e5e5;font-size: 18px;color: #0166b6;}.context-top-menu span {font-size: 14px;color: #666;}.context-top-menu img {flex: none;width: 20px;margin-right: 10px;}.context-top-menu a {color: #666;}.context-main-title {margin-bottom: 20px;margin-top: 10px;text-align: center;display: flex;justify-content: space-between;align-items: center;}.context-main-title .right-menu {display: flex;}.context-main-title h2 {font-weight: normal;}.context-main-title .right-menu a {color: #666;margin-left: 20px;}.context-main-title .right-menu a:hover {color: #1b6ebc;}.w-pages {display: flex;align-items: center;justify-content: center;text-align: center;margin: 15px;box-sizing: border-box;}.w-pages a, .w-pages button {color: #666;font-size: 16px;height: 36px;margin-left: 3px;margin-right: 3px;line-height: 36px;background: #fff;vertical-align: middle;border: none;outline: none;}.w-pages .w-page-first, .w-pages .w-page-pre, .w-pages .w-page-next, .w-pages .w-page-last {height: 36px;line-height: 36px;text-align: center;padding: 0 5px;background-color: #fff;background-repeat: no-repeat;background-position: center center;}.w-pages .w-page-total, .w-pages .w-page-fy {margin-left: 20px;cursor: auto;}.w-pages a.disabled, .w-pages a.disabled:hover {opacity: 1;}.w-pages button:hover, .w-pages a:hover, .w-pages a.cur {color: #333;}.table {margin-top: 20px;width: 100%;border-spacing: 0;border-collapse: collapse;table-layout: fixed;}.table th {padding: 5px 10px;text-align: center;font-weight: normal;font-size: 14px;border: 1px solid #e9e9e9;background: #f6f6f6;}.table td {padding: 5px 10px;text-align: center;font-weight: normal;font-size: 14px;border: 1px solid #e9e9e9;}.about {padding: 10px 20px;}.about h2 {padding-bottom: 5px;font-size: 18px;color: #1b6ebc;font-weight: normal;border-bottom: 1px solid #ddd;}.about-context {padding: 20px 20px 80px;}.about-context p {padding: 5px 0;}.top {width: 46px;height: 46px;line-height: 46px;margin-bottom: 2px;position: relative;text-align: center;color: #fff;position: fixed;bottom: 300px;right: 20px;margin-bottom: -160px;z-index: 2000;font-size: 14px;}.context-content {padding: 20px;}.context-content h1 {text-align: center;font-size: 18px;line-height: 30px;padding-top: 10px;padding-bottom: 10px;margin-bottom: 10px;color: #333333;}.context-content h5 {font-size: 14px;color: #999;text-align: center;height: 30px;line-height: 30px;background-color: #ededed;margin-bottom: 10px;font-weight: normal;}.context-content h5 span {margin: 0 10px;}.context-content .content {padding: 0 10px;}.context-content .content .title {margin-bottom: 10px;}.context-content .NewsContent h1 {font-size: 18px;color: #333;line-height: 36px;margin: 10px 0;font-weight: normal;}.context-content .NewsContent p {margin: 0 0 6px;line-height: 32px;}.context-content .NewsContent img {max-width: 100%;}.context-content .NewsContent p.right {text-align: right;}.context-content .NewsContent p.center {text-align: center;}.context-content a {color: #000;display: flex;align-items: center;}.context-content a:hover {color: #0166b6;}.context-content a.down img {margin-right: 5px;flex: none;}.next-page {border-top: 1px dashed #679CDC;padding-top: 10px;text-align: center;color: #000;}.next-page a {color: #000;}