body{
    margin: 0;
    height: 100%;
}
a {
  text-decoration: none;
  color: #6C6A6A;
}
/* ÒÆ³ýËùÓÐ li ±êÇ©Ç°ÃæµÄÏîÄ¿·ûºÅ£¨Ð¡µã£© */
li {
  list-style: none;
}
.Article_Index {
    display: none !important;
}
.content{
    min-width: 550px;
    height: 100%;
    min-height: 100vh;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.head{
    width: 100%;
}
.headbackground{
    width: 100%; /* ÉèÖÃ¿í¶È */
    height: 155px; /* ÉèÖÃÒ»¸öÃ÷È·µÄ¸ß¶È */
    background-image:url("/_upload/tpl/05/e1/1505/template1505/image/head.png");
    background-size: cover; /* È·±£±³¾°Í¼ÕýÈ·Ëõ·Å */
    background-repeat: no-repeat; /* ·ÀÖ¹ÖØ¸´ */
    background-size: 100% 100%; /* Ç¿ÖÆÀ­ÉìÌî³äÕû¸öÈÝÆ÷ */
}
.logo {
    position: absolute;
    left: 110px;
    top: 35px;
    width: auto;
    height: auto;
    z-index: 1;
}
.logo img{
    width: 100%;
    height: auto;
}
/* ËÑË÷ÈÝÆ÷ÑùÊ½ */
.search-container {
    position: absolute;
    top: 55px;
    left: 75%;
    display: inline-flex;
    border: 1px solid #ccc;
    border-radius: 20px;
    overflow: hidden;
}
/* ÊäÈë¿òÑùÊ½ */
.search-input {
    border: none; /* È¥µôÄ¬ÈÏ±ß¿ò£¬ÓÉÍâ²ãÈÝÆ÷Í³Ò» border */
    padding: 8px 12px;
    font-size: 14px;
    outline: none; /* È¥µô¾Û½¹Ê±Ä¬ÈÏÍâ±ß¿ò */
}
/* ËÑË÷°´Å¥ÑùÊ½ */
.search-btn {
    border: none;
    background-color: #fff; /* °´Å¥±³¾°É«£¬ÓëÊäÈë¿òÒ»ÖÂ */
    padding: 0 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666; /* Í¼±êÑÕÉ«£¬¿É°´Ðèµ÷Õû */
}
/* ¿ÉÑ¡£º¾Û½¹ÊäÈë¿òÊ±£¬¸øÍâ²ãÈÝÆ÷¼Ó¸ö¸ßÁÁÐ§¹ûÊ¾Òâ */
.search-input:focus + .search-btn,
.search-input:focus {
    box-shadow: 0 0 3px rgba(0, 123, 255, 0.5); 
}

/* µ¼º½À¸ÑùÊ½ */
.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 35px;
    height: 25px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 100;
}

.hamburger span {
    display: block;
    height: 4px;
    width: 100%;
    background-color: #1b269a;
    border-radius: 104px;
    margin: 3px;
    transition: all 0.3s ease;
}
.nav {
    background-color: #ffffff;
    color: #000;
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
}

.nav-list {
    list-style: none;
    display: flex;
    margin: 0 auto;
    padding: 0;
    flex-wrap: wrap; /* ÔÊÐíÔÚÐ¡ÆÁÄ»ÉÏ»»ÐÐ */
    justify-content: center; /* ¾ÓÖÐÏÔÊ¾ */
}

.nav-list > li {
    position: relative;
    text-align: center;
}

.nav-list > li > a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    display: block;
    padding: 12px 1.5vw; /* Ê¹ÓÃÊÓ´°µ¥Î» */
    font-size: 0.85vw; /* Ê¹ÓÃÊÓ´°µ¥Î» */
    white-space: nowrap;
}

.nav-list > li:hover > a {
    background-color: #055FDA;
    color: #ffffff;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #055FDA;
    width: 100%;
    z-index: 1;
    list-style: none;
    margin: 0;
    padding: 0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.nav-list > li:hover .dropdown-menu {
    display: block;
}

.dropdown-menu li a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 10px 20px;
    text-align: center;
    font-size: 1vw; /* Ê¹ÓÃÊÓ´°µ¥Î» */
}

.dropdown-menu li:hover {
    background-color: #01C7AC;
}

.foot{
    width: 100%;
    height: 200px; /* ÉèÖÃÒ»¸öÃ÷È·µÄ¸ß¶È */
    background-color: #0048AA;
    background-position: center; /* ¾ÓÖÐÏÔÊ¾ */
    font-size: 14px;
    font-weight: 200;
    color: rgb(223, 221, 221);
    align-items: center;
    text-align: center;
    position: relative;
    bottom: 0px;
    margin-top: 50px;
}
.foot-font{
    position: relative;
    top: 50px;
}
/* ÏìÓ¦Ê½Éè¼Æ - Ã½Ìå²éÑ¯ */
@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 992px) {
    .nav-list > li > a {
        padding: 10px 1vw;
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .hamburger{
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        display: block;
        display: flex;
    }
    .nav-links {
        position: fixed;
        top: 0;
        right: -100%;
        height: 100vh;
        width: 70%;
        max-width: 300px;
        background: rgba(26, 42, 108, 0.95);
        backdrop-filter: blur(5px);
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 40px;
        transition: all 0.5s ease;
        z-index: 99;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.3);
    }
    .nav-links {
        display: flex;
        list-style: none;
        gap: 30px;
    }
    .nav-links.active {
        right: 0;
    }
    
    .hamburger {
        display: flex;
    }
    
    .hamburger.active span:nth-child(1) {
        transform: translateY(11px) rotate(45deg);
    }
    
    .hamburger.active span:nth-child(2) {
        opacity: 0;
    }
    
    .hamburger.active span:nth-child(3) {
        transform: translateY(-11px) rotate(-45deg);
    }
    .nav-list{
        display:none;
    }
    .nav-list {
        flex-wrap: wrap;
    }
    
    .nav-list > li {
        flex: 1 0 25%; /* Ã¿ÐÐÏÔÊ¾4¸ö */
        min-width: 120px;
    }
    
    .dropdown-menu li a {
        font-size: 12px;
    }
}


@media screen and (max-width: 725px) {
    .search-container {
        top: 125px;
        left: 50%;
    }
    .headbackground{
        width: 100%; /* ÉèÖÃ¿í¶È */
        height: 155px; /* ÉèÖÃÒ»¸öÃ÷È·µÄ¸ß¶È */
        background-color: #0250d4;
        background-image: none;
        background-size: cover; /* È·±£±³¾°Í¼ÕýÈ·Ëõ·Å */
        background-repeat: no-repeat; /* ·ÀÖ¹ÖØ¸´ */
        background-size: 100% 100%; /* Ç¿ÖÆÀ­ÉìÌî³äÕû¸öÈÝÆ÷ */
    }
}