@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
*{
    padding: 0;
    margin: 0;
    /*box-sizing: border-box;*/
}
.dropdown-menu{
    left: auto !important;
    right: 0 !important;
}
.dropdown-menu{
    background-color: #FFFFFF;
    top: 100%;
    right: 50px !important;
    width: 250px;
    left: auto;
}
.dropdown-menu[data-bs-popper]{
    /*right: 50px !important;*/
}

.top{
    width: 100%;
    padding: 10px 0;
    background-color: #130A4A;
}
.top_con{
    max-width: 1376px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_con_left{
    display: flex;
    color: #FFFFFF;
    font-family: initial;
}
.top_con_left button{
    /* margin-right: 20px; */
    background-color: transparent;
    border: none;
    outline: none;
    color: #FFFFFF;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    padding: 6px 24px;
    border-radius: 50px;
}
.top_con_left button.top_con_left_actve{
    background-color: #564AA1;
}
.top_con_left_actve{
    background-color: #564AA1;
}
.icon_list{
    display: flex;
    gap: 9px;
}
.icon_list a{
    padding: 4px;
    width: 28px;
    height: 28px;
    background-color: #564AA1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.icon_list a img{
    width: 85%;
    height: auto;
    display: block;
}
.top_con_right{
    display: flex;
    gap: 15px;
    align-items: center;
}
.top_con_right_link a{
    color: #FFFFFF;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    padding: 6px 24px;
    border-radius: 50px;
    text-decoration: none;
}
.icon-sousuo{
    color: white;
}
header{
    background-color: #564AA1;
}
.header_con{
    max-width: 1376px;
    width: 100%;
    margin: auto;
    background-color: #564AA1;
}
.navbar-brand{
    width: 170px;
}
.navbar-brand img{
    width: 100%;
}
.nav-item{
    font-size: 20px;
    font-family: "Inter", sans-serif;
    color: white;
}
.nav-item a{
    color: white;
}

.dropdown-item{
    color: #130A4A !important;
    font-size: 20px;
    font-family: "Inter", sans-serif;
}
.nav-link{
    border-bottom: 6px solid #564AA1 !important;
    padding: 26px 8px 20px 8px !important;
    font-weight: 500;
}
.nav-link:hover{
    border-bottom: 6px solid #9FAEE5 !important;
}
.navbar-toggler {
    border: none;
    box-shadow: none !important;
}

/* 鼠标悬停和聚焦时不显示边框 */
.navbar-toggler:hover,
.navbar-toggler:focus {
    border: none;
    outline: none;
    box-shadow: none;
}
.text_z{
    color: #130A4A;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;
}
footer{
    width: 100%;
    padding: 4vw 0 4vw 0;
    background: #130A4A;
}
.footer_top{
    max-width: 1200px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #564AA1;
    transform: translateY(-100%);
    padding: 40px 80px;
    border-radius: 10px;
}
.footer_top p{
    color: white;
    font-size: 20px;
    font-weight: bold;
}
.footer_bottom{
    max-width: 1376px;
    width: 95%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto;
    grid-gap: 4vw;
}
.logo_con{
    display: flex;
    align-items: flex-end;
    margin-bottom: 32px;
    /*justify-content: center;*/
}
.footer_logo{
    margin-right: 48px;
    width: 170px;
}
.footer_logo img{
    width: 100%;
    display: block;
}
.footer_title{
    padding: 8px 0;
    font-size: 18px;
    font-weight: 500;
    color: #E1F502;
    font-family: "Inter", sans-serif;
}
.footer_text{
    color: white;
    font-size: 18px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    font-style: italic;
}
.footer_q{
    color: white;
    font-size: 18px;
    font-family: "Inter", sans-serif;
}
.footer_text_link{
    color: white;
    font-size: 18px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    text-decoration: none;
    display: block;
    margin-bottom: 16px;
}
.footer_bottom_right{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: auto;
    grid-gap: 20px;
}
.footer_text_p{
    color: white;
    font-size: 18px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    margin-bottom: 16px;
}
.icon{
    font-size: 14px;
    margin-right: 14px;
    color: #E1F502;
}
.read_more{
    background-image: linear-gradient(90deg, rgb(198, 216, 1) 0px, rgb(225, 245, 2) 51%, rgb(198, 216, 1));
    text-decoration: none;
    padding: 12px 56px;
    border-radius: 50px;
    font-family: "Inter", sans-serif;
    color: black;
    display: inline-block;
}
@media screen and (max-width: 992px){
    .nav-link{
        border-bottom: 6px solid #564AA1;
        padding: 10px 0 4px 0 !important;
        font-weight: 500;
    }
    .footer_bottom{
        grid-template-columns: repeat(1,1fr);
    }
    .footer_top{
        transform: translateY(0%);
        padding: 20px;
        flex-direction: column;
        border-radius: 0;
        margin-bottom: 20px;
    }
    footer{
        padding-top: 0;
    }
}
