* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

body {
    min-width: 1440px;
}

.wrapper {
    width: 1400px;
    margin: 0 auto;
}

.header {
    display: flex;
    height: 107px;
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #FFFFFF;
}

.header-wrapper {
    display: flex;
    position: relative;
}

.header-wrapper .logo img {
    height: 55px;
    width: 412px;
    margin-top: 23px;
    margin-left: 72px;
    margin-bottom: 29px;
}

.nav-container {
    display: flex;
    position: relative;
    width: 630px;
    height: 20px;
    top: 60px;
    margin-left: 212px;
    justify-content: space-between;
}

.nav-item {
    width: 90px;
}

.nav-item .nav-link {
    height: 30px;
    width: 100%;
    align-items: center;
    line-height: 30px;
    color: black;
    text-align: center;
    font-family: SimHei-Regular;
    font-size: 20px;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
    text-decoration: none;
}

.nav-item .nav-link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #1472ec;
    border-left: 2px solid #1472ec;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.nav-item .nav-link::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #1472ec;
    border-right: 2px solid #1472ec;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.nav-item .nav-link:hover {
    font-weight: 600;
    color: #1472ec;
}

.nav-item .nav-link:hover::before,
.nav-item .nav-link:hover::after {
    opacity: 1;
}

.nav-item .dropdown-menu {
    width: 708px;
    height: 200px;
    position: absolute;
    top: 47px;
    left: 0;
    z-index: 10;
    display: none;
}

.dropdown-menu .item_1 {
    position: relative;
}

.dropdown-menu .item_1 .text1 {
    width: 120px;
    height: 30px;
    line-height: 30px;
    color: #FFFFFF;
    font-family: SimHei-Regular;
    font-size: 30px;
    position: absolute;
    top: 40px;
    left: 65px;
    text-decoration: none;
}

.nav-item:nth-child(1) .text1::after {
    content: "Profile";

}

.nav-item:nth-child(2) .text1::after {
    content: "Research";
}

.nav-item:nth-child(3) .text1::after {
    content: "Teaching";

}

.nav-item:nth-child(4) .text1::after {
    content: "Faculty";

}

.nav-item:nth-child(5) .text1::after {
    content: "Building";
}

.nav-item:nth-child(6) .text1::after {
    content: "Alimni";
}

.nav-item .text1::after {
    margin-left: 10px;
    font-size: 30px;
    color: #FFFFFF;
    font-family: Segoe UI-Bold;
    font-weight: 800;
    opacity: 0.5;
}

.dropdown-menu .item_2 {
    position: relative;
}

.dropdown-menu .item_2 .menu {
    height: 165px;
    position: absolute;
    top: 16px;
    left: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dropdown-menu .item_2 .menu a {
    width: auto;
    height: 30px;
    color: #616161;
    font-family: SimHei-Regular;
    font-size: 20px;
    line-height: 28px;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
    text-decoration: none;
}

.dropdown-menu .item_2 .menu a:hover {
    color: black;
    font-weight: 500;
}

.dropdown-menu .item_2 .menu a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 175px;
    border-bottom: 2px solid black;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.dropdown-menu .item_2 .menu a:hover::after {
    opacity: 1;
}

.dropdown-menu .item_3 {
    position: absolute;
    left: 183px;
    top: -16px;
}

.dropdown-menu .item_3 .menu {
    height: 165px;
    position: absolute;
    top: 16px;
    left: 17px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dropdown-menu .item_3 .menu a {
    width: auto;
    height: 30px;
    color: #616161;
    font-family: SimHei-Regular;
    font-size: 20px;
    line-height: 28px;
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
    text-decoration: none;
}

/* 搜索相关样式：保留原样 */
.header-wrapper .search {
    width: 113px;
    height: 18px;
    position: absolute;
    top: 14px;
    right: 73px;
}

.header-wrapper .search input {
    width: 100%;
    height: 100%;
    background-color: #0B74DC;
    color: #FFFFFF;
    border: none;
    border-radius: 3px;
    padding: 2px;
    font-size: 10px;
}

.header-wrapper .search input::placeholder {
    font-size: 10px;
    font-family: SimHei-Regular;
    color: white;
}

.header-wrapper .search input:focus,
textarea:focus {
    outline: none;
}

.header-wrapper .search_box {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 24px;
    right: 77px;
}

.header-wrapper .search_box img {
    width: 10px;
    height: 10px;
    object-fit: fill;
    position: absolute;
}

.banner {
    position: relative;
    height: 575px;
}

.lbt {
    width: 1400px;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.lbt .pg img {
    width: 1400px;
    height: 500px;
}

.corner {
    width: 681px;
    height: 140px;
    position: absolute;
    top: 435px;
    left: -247px;
}

.corner .corner-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    background: url(../image/bg10.png);
}

.corner .corner-wrapper .place {
    width: auto;
    min-width: 220px;
    position: absolute;
    top: 28px;
    left: 350px;
    border-top: #FFFFFF solid 1px;
}

.corner .corner-wrapper .place a {
    color: #FFFFFF;
    font-size: 15px;
    font-family: SimHei-Regular;
}

.corner .corner-wrapper .place a:not(:last-child)::after {
    content: ">";
    color: #FFFFFF;
}

.corner .corner-wrapper .title a {
    width: auto;
    position: absolute;
    top: 58px;
    left: 350px;
    color: #FFFFFF;
    font-size: 40px;
    font-family: SimHei-Regular;
}

.ejnav {
    height: 75px;
    width: 100%;
    position: absolute;
    left: 433px;
    border-bottom: #707070 solid 1px;
}

.ejnav .ejnav-wrapper {
    width: 902px;
    height: 45px;
    display: flex;
    gap: 50px;
    margin-top: 30px;
    margin-left: 32px;
}

.ejnav .ejnav-wrapper .item {
    width: 140px;
    height: auto;
    font-size: 25px;
    font-weight: 400;
    font-family: SimHei-Regular;
    color: #555555;
    line-height: 45px;
    text-align: center;
}

.ejnav .ejnav-wrapper .item:hover {
    background-color: #56F4E6;
    border-radius: 10%;
    color: #000000;
}

.content {
    width: 100%;
    height: auto;
    min-height: 600px;
    margin-top: 30px;
}

.content .content-wrapper {
    width: 1400px;
    height: auto;
    display: flex;
    flex-direction: column;
}

.content .content-wrapper .nav {
    width: 1233px;
    height: auto;
    margin-left: 103px;
    margin-top: 73px;
    display: flex;
    gap: 30px;
    border-top: #000000 solid 3px;
    padding-top: 20px;
}

.content .content-wrapper .nav .nav-item {
    width: 180px;
    height: 53px;
    font-size: 35px;
    line-height: 50px;
    text-align: center;
    color: #000000;
    background: linear-gradient(135deg, #f5f5f5, #e0e0e0);
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.content .content-wrapper .nav .nav-item:hover,
.content .content-wrapper .nav .nav-item.active {
    color: #FFFFFF;
    background: linear-gradient(135deg, #1472ec, #0B74DC);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(20, 114, 236, 0.3);
}

.content .content-wrapper .btnav {
    width: 1233px;
    height: auto;
    margin-left: 119px;
    margin-top: 27px;
    display: flex;
    gap: 18px;
    display: none;
}

.content .content-wrapper .btnav.active {
    display: flex;
}

.content .content-wrapper .btnav .bt-item {
    width: 95px;
    height: 37px;
    font-size: 25px;
    line-height: 37px;
    text-align: center;
    background: linear-gradient(135deg, #f5f5f5, #e0e0e0);
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.content .content-wrapper .btnav .bt-item:hover,
.content .content-wrapper .btnav .bt-item.active {
    color: #FFFFFF;
    background: linear-gradient(135deg, #56F4E6, #0B74DC);
    transform: translateY(-2px);
    box-shadow: 0 3px 10px rgba(86, 244, 230, 0.3);
}

.content-section {
    width: 1233px;
    height: auto;
    margin-top: 54px;
    margin-left: 119px;
    display: none;
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.content-section.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.content-section h3 {
    font-size: 28px;
    color: #1472ec;
    margin-bottom: 20px;
    border-bottom: 2px solid #56F4E6;
    padding-bottom: 10px;
}

.content-section p {
    font-size: 18px;
    color: #616161;
    line-height: 1.6;
    margin-bottom: 15px;
}

.content-section ul {
    margin-left: 20px;
    margin-bottom: 20px;
}

.content-section li {
    font-size: 18px;
    color: #616161;
    line-height: 1.6;
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: 3px solid #56F4E6;
}

.yqlj {
    width: 100%;
    height: 100px;
    background-color: #56F4E6;
}

.yqlj .yqlj-wrapper {
    width: 1200px;
    height: 100px;
    position: relative;

}

.yqlj-wrapper .logo {
    width: 193px;
    height: 45px;
    position: absolute;
    top: 30px;
}

.yqlj-wrapper .yqlj-nav {
    width: 582px;
    height: 30px;
    position: absolute;
    left: 272px;
    top: 38px;
    display: flex;
    justify-content: space-between;
}

.yqlj-wrapper .yqlj-nav .nav-box {
    font-family: SimHei-Regular;
    font-size: 30px;
    line-height: 30px;
    color: #FFFFFF;
}

.footer {
    width: 100%;
    height: 423px;
    background-color: #0B74DC;
}

.footer .footer-wrapper {
    width: 1260px;
    height: 270px;
    position: relative;
    top: 63px;
}

.footer .footer-wrapper .logo {
    width: 624px;
    height: 222px;
    position: absolute;
    top: 33px;
}

.footer-wrapper .bg {
    position: absolute;
    left: 698px;
}

.footer-wrapper .text {
    width: 526px;
    height: 184px;
    position: absolute;
    top: 70px;
    left: 780px;
}