* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    /*a标签下划线*/
}

a {
    color: black;
    /* 默认颜色 */
    text-decoration: none;
    /* 移除下划线 */
}

a:visited {
    color: black;
    /* 访问后的颜色 */
}

a:active {
    color: black;
    /* 点击时的颜色 */
}

html,
body {
    min-height: 100vh;
}

html {
    font-size: 100px;
}

ul {
    list-style-type: none;
}

.container {
    display: none;
}

.contianer {
    width: 100%;
    font-size: 0.16rem;
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

.titleBox {
    height: 0.75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 10%;
    font-size: 0.18rem;
    background-color: #193f83;
    color: #fff;
}

.topBar {
    position: fixed;
    top: -0.6rem;
    left: 0;
    right: 0;
    width: 100%;
    height: 0.6rem;
    /* height: 6rem; */
    display: flex;
    justify-content: space-between;
    background-color: #193f83;
    transition: top 0.5s ease;
    z-index: 999;
}

.bar-logo {
    width: 2rem;
    height: 0.4rem;
    line-height: 0.4rem;
    margin-left: 0.5rem;
    padding-top: 0.07rem;
}

.bar-button {
    height: 100%;
    margin-right: 0.5rem;
}

.bar-button ul {
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.bar-button li {
    height: 50%;
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 0.2rem;
}

.bar-button li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
    transition: background-color 0.3s ease, width 0.3s ease;
}

.bar-button li:hover::after {
    background-color: #fff;
    /* background-color: #ecf1f7; */
    width: 100%;
}

/* 给第一个 li 加上个边距使其不紧贴左侧 */
.bar-button li:first-child {
    margin-left: 0;
}

.bar-button li+li {
    margin-left: 20px;
}

.titleBox_ad {
    display: none;
}

.titleBox>img {
    width: 2.32rem;
}

.titleBox a {
    text-decoration: none;
    color: inherit;
}

.title:not(:last-child) {
    margin-right: 0.1rem;
}

.topBanner {
    margin: 0 auto;
    background: url(./img/banner2.png) no-repeat;
    background-size: cover;
    padding-top: 5.52rem;
    position: relative;
}

/* 大隐藏bar盒子 */
.hide-detail {
    display: none;
    width: 100%;
    max-width: 100%;
    height: 200px;
    margin: 0 auto;
    position: absolute;
    top: 0.6rem;
    left: 0;
    background-color: #fff;
    opacity: 0;
    /* 初始透明度为0 */
    transition: opacity 0.5s ease;
    /* 设置透明度过渡效果，持续时间为0.5秒 */
}

/* -------------公用隐藏盒 */
.detail-item {
    width: 90%;
    height: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}

.items-title {
    box-sizing: border-box;
    padding: 0.3rem 0 0 0.3rem;
    font-size: 0.25rem;
    font-weight: 700;
    color: #084b9e;
}

.items-content {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-top: 0.5rem;
    width: 68%;
    height: 100%;
}

.level2-title {
    position: relative;
    width: 1.7rem;
    height: 0.28rem;
    font-size: 0.14rem;
    margin-right: 0.2rem;
}

.level2-title a {
    text-decoration: none;
}

.level2-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.02rem;
    background: linear-gradient(to right,
            red 0%,
            red 20%,
            gray 20%,
            gray 100%);
    /* 初始状态，左侧红色，右侧灰色 */
    transition: background 5s ease;
    /* 添加过渡效果 */
}

.level2-title:hover .level2-bar {
    background: linear-gradient(to right, red 0%, red 100%);
}

.level2-name {
    padding-bottom: 0.06rem;
    color: gray;
    transition: color 1s ease;
    /* 添加过渡效果 */
}

.level2-title:hover .level2-name {
    color: red;
    /* 鼠标悬停时，文字颜色变为红色 */
}

.items-picture {
    box-sizing: border-box;
    height: 100%;
    padding-top: 0.3rem;
    padding-right: 0.3rem;
}

.items-picture img {
    width: 2.6rem;
    height: 1.2rem;
}

.lookBar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}

.Kloge {
    height: 0.9rem;
    margin-left: 2rem;
    padding-top: 0.4rem;
}

.kright {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.trapezoid {
    display: flex;
    width: 6.3rem;
    align-items: center;
    padding-left: 0.4rem;
    height: 0.5rem;
    background-color: #084b9e;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 5% 100%);
}

.trap-text {
    font-size: 0.18rem;
    padding-left: 0.08rem;
    padding-right: 0.08rem;
    color: #fff;
}

.trap-text:nth-child(1),
.trap-text:nth-child(2) {
    border-right: 1px solid #fff;
}

.lookbar-button {
    position: relative;
    top: 0;
    height: 0.45rem;
    margin-right: 0.5rem;
}

.lookbar-button ul {
    width: 100%;
    height: 0.55rem;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}

.lookbar-button ul li a {
    text-decoration: none;
    /* color: inherit; 继承父元素的字体颜色 */
}

.lookbar-button ul li {
    height: 50%;
    width: 1rem;
    padding-bottom: 0.1rem;
    text-align: center;
    position: relative;
    font-size: 0.2rem;
    color: #fff;
}

.lookbar-button li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
    transition: background-color 0.3s ease, width 0.3s ease;
}

.lookbar-button li:hover::after {
    background-color: #fff;
    /* background-color: #ecf1f7; */
    width: 100%;
}

.lookbar-button li:first-child {
    /* 给第一个 li 加上个边距使其不紧贴左侧 */
    margin-left: 0;
}

.lookbar-button li+li {
    margin-left: 20px;
}

.lookbar-button {
    margin-right: 0.5rem;
}

.lookbar-button {
    position: relative;
    top: 0;
    height: 0.45rem;
    margin-right: 0.5rem;
}

.lookbar-button ul {
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}

.lookbar-button ul li a {
    text-decoration: none;
    /* color: inherit; 继承父元素的字体颜色 */
}

.lookbar-button ul li {
    height: 50%;
    width: 1rem;
    padding-bottom: 0.1rem;
    text-align: center;
    position: relative;
    font-size: 0.2rem;
    color: #fff;
}

.lookbar-button li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: transparent;
    transition: background-color 0.3s ease, width 0.3s ease;
}

.lookbar-button li:hover::after {
    background-color: #fff;
    /* background-color: #ecf1f7; */
    width: 100%;
}

.lookbar-button li:first-child {
    /* 给第一个 li 加上个边距使其不紧贴左侧 */
    margin-left: 0;
}

.lookbar-button li+li {
    margin-left: 20px;
}

.lookbar-button {
    margin-right: 0.5rem;
}

/* 小隐藏bar盒子 */
.detail {
    display: none;
    width: 100%;
    max-width: 100%;
    height: 200px;
    margin: 0 auto;
    position: absolute;
    top: 100px;
    opacity: 0;
    /* 初始透明度为0 */
    transition: opacity 0.5s ease;
    /* 设置透明度过渡效果，持续时间为0.5秒 */
}

.breadcrumbs {
    position: absolute;
    bottom: 0.1rem;
    left: 2.27rem;
    display: flex;
    align-items: center;
}

.breadcrumbs>span {
    margin-left: 0.1rem;
    color: white;
}

.breadcrumbs a {
    text-decoration: none;
    color: inherit;
}

.choiceNavigation {
    height: 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.18rem;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.297);
}

.choiceNavigation>span {
    height: 0.6rem;
    line-height: 0.6rem;
    vertical-align: baseline;
    margin-right: 0.2rem;
}

.choiceNavigation>span:last-child {
    margin-right: 0;
}

.choiceNavigation_ad {
    width: 17.6rem;
    margin: 1.05rem auto;
    display: none;
}

.choiceNavigationBox_ad {
    width: 17.6rem;
    height: 2.1rem;
    background-color: #27509a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.7rem;
}

.choiceNavigationBox_ad>span {
    font-size: 0.91rem;
    color: white;
}

.choiceNavigationBox_ad>img {
    width: 1.12rem;
}

.choiceNavigationList_ad {
    width: 17.6rem;
    height: 0;
    background-color: #2b5aaf;
    color: #fff;
    font-size: 0.63rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.choiceNavigationList_start {
    animation: expandHeightStart 0.6s forwards;
}

.choiceNavigationList_conclusion {
    animation: expandHeightConclusion 0.6s forwards;
}

/* 定义动画 */
@keyframes expandHeightStart {
    from {
        height: 0;
        padding-top: 0;
        padding-bottom: 0;
        padding: 0 0.7rem;
    }

    to {
        height: 10.55rem;
        padding: 0.7rem 0.7rem;
    }
}

/* 定义动画 */
@keyframes expandHeightConclusion {
    from {
        height: 10.55rem;
        padding: 0.7rem 0.7rem;
    }

    to {
        height: 0;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0.7rem;
        padding-right: 0.7rem;
    }
}

.checked {
    font-size: 0.21rem;
    border-bottom: 0.03rem solid #4b8deb;
}

.checked::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 0.06rem solid transparent;
    border-right: 0.06rem solid transparent;
    border-bottom: 0.1rem solid #4b8deb;
    /* 蓝色三角形 */
    margin: -0.1rem auto 0;
}

.content {
    min-height: 10.32rem;
    background-image: url(./img/bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    padding: 0.3rem 0 15%;
}





.breadcrumbs>img {
    width: 0.16rem;
}

.bgImgThree {
    width: 35%;
    height: 90%;
    background-color: #f082ff;
    border-radius: 10px;
}

.introduce {
    width: 60%;
    height: 100%;
    float: right;
    display: flex;
    flex-direction: column;
    padding: 0.2rem 0.2rem 0.1rem;
    color: #494a4d;
    font-size: 0.15rem;
}

.name {
    width: 80%;
    font-size: 0.4rem;
    color: black;
    text-align: center;
    margin-bottom: 0.1rem;
    margin-left: 0.2rem;
}

.line {
    width: 80%;
    height: 0.02rem;
    background-color: #3a67a9;
    border-radius: 90%;
    margin-left: 0.2rem;
}

.position {
    width: 90%;
    font-size: 0.22rem;
    color: #707375;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0.2rem 0 0.2rem 0.2rem;
}

.introduction {
    width: 90%;
    color: #707375;
    font-size: 0.16rem;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 限制显示的行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    margin-left: 0.2rem;
}

.lastBox {
    flex: 1;
    width: 90%;
    display: flex;
    justify-content: right;
    align-items: center;
}

.detailsBtn {
    width: 1rem;
    height: 0.4rem;
    background-color: transparent;
    border: 0.02rem solid #98a4ae;
    border-radius: 0.1rem;
    color: #707375;
}



.titleBox_ad {
    width: 100%;
    height: 2.625rem;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    font-size: 0.9rem;
    background-color: #27509a;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
}

.titleBox_ad>img {
    width: 5.8rem;
    margin-left: 1rem;
}

.titleBox_ad_right>span {
    color: #fff;
    margin-right: 1.4rem;
}

.titleBox_ad_right {
    display: flex;
    align-items: center;
    height: 100%;
}

.titleBox_ad_mask {
    display: flex;
    align-items: center;
    height: 100%;
}

.menuBox {
    width: 2.975rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
}

.menu {
    width: 1.5rem;
}

.topTitle {
    height: 0.6rem;
}

/* 菜单蒙版 */
.maskBox {
    width: 100%;
    height: 100vh;
    background-color: #27509a;
    position: fixed;
    left: 100vw;
    top: 0;
    z-index: 99;
}

.maskBox_start {
    animation: maskBoxStart 0.6s forwards;
}

.maskBox_conclusion {
    animation: maskBoxConclusion 0.6s forwards;
}

/* 定义动画 */
@keyframes maskBoxStart {
    from {
        left: 100vw;
    }

    to {
        left: 0;
    }
}

/* 定义动画 */
@keyframes maskBoxConclusion {
    from {
        left: 0;
    }

    to {
        left: 100vw;
    }
}

.topTitle {
    width: 100%;
    height: 0.525rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    font-size: 0.2rem;
    background-color: #27509a;
    box-shadow: 0 0.1rem 0.1rem #00000030;
}

.topTitle>img {
    width: 1.16rem;
    margin-left: 0.2rem;
}

.topTitle>span {
    color: #fff;
    margin-right: 0.28rem;
}

.menuBox_x {
    width: 0.595rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: relative;
}

.menuBox_x>img {
    width: 0.3rem;
}

.maskListBox {
    min-height: calc(100vh - 2.625rem);
    padding: 0.3rem 0 0;
    width: 17.35rem;
    margin: 0 auto;
}

.maskLi {
    width: 100%;
    height: 0.92rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 0.01rem solid #476aa9;
}

.maskLi>.title {
    font-size: 0.28rem;
}

.expand {
    width: 0.24rem;
    margin-right: 0.15rem;
}

.titleBox_ad_mask>span {
    color: #fff;
    margin-right: 0.28rem;
}

.select_li {
    color: white;
}

.choiceNavigation a {
    text-decoration: none;
    color: inherit;
}

.choiceNavigationList_ad a {
    text-decoration: none;
    color: inherit;
}

.maskListBox a {
    text-decoration: none;
    color: inherit;
}

@media (max-width: 1024px) {
    .titleBox {
        display: none;
    }

    .titleBox_ad {
        display: flex;
    }

    .topBanner {
        margin-top: 0;
    }

    .breadcrumbs {
        display: none;
    }

    .choiceNavigation {
        display: none;
    }

    .choiceNavigation_ad {
        display: block;
    }



    .name {
        font-size: 1rem;
    }

    .position {
        width: 90%;
        font-size: 0.6rem;
        color: #707375;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: 0.2rem 0 0.2rem 0.2rem;
    }

    .introduction {
        width: 90%;
        color: #707375;
        font-size: 0.5rem;
        line-height: 1.3;
        margin-left: 0.2rem;
    }

    .detailsBtn {
        width: 3rem;
        height: 1rem;
        font-size: 0.5rem;
        border-radius: 0.5rem;
    }




    .content {
        min-height: 21rem;
    }

    /* 蒙版 */
    .topTitle {
        width: 100%;
        height: 2.625rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 auto;
        font-size: 0.9rem;
        background-color: #27509a;
        box-shadow: 0 0.5rem 0.5rem #00000030;
    }

    .topTitle>img {
        width: 5.8rem;
        margin-left: 1rem;
    }

    .topTitle>span {
        color: #fff;
        margin-right: 1.4rem;
    }

    .menuBox_x {
        width: 2.975rem;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
        position: relative;
    }

    .menuBox_x>img {
        width: 1rem;
    }

    .maskListBox {
        min-height: calc(100vh - 2.625rem);
        padding: 1.5rem 0 0;
        width: 16.75rem;
        margin: 0 auto;
    }

    .maskLi {
        width: 100%;
        height: 2.3rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: rgba(255, 255, 255, 0.7);
        border-bottom: 0.05rem solid #476aa9;
    }

    .maskLi>.title {
        font-size: 0.7rem;
    }

    .expand {
        width: 1.2rem;
        margin-right: 0.75rem;
    }

    .titleBox_ad_mask>span {
        color: #fff;
        margin-right: 1.4rem;
    }

    /* 手机版，右侧目录抽屉 */
    .drawer-content {
        z-index: 1000;
        position: fixed;
        top: 2.625rem;
        /* right: 0; */
        right: -105vw;
        width: 100%;
        height: 100vh;
        color: #fff;
        background-color: #094da6;
        z-index: 999;
        padding-top: 1rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        box-sizing: border-box;
        transition: right 0.3s ease;
    }

    .drawer-content .drawer-title {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 1rem;
    }

    .drawer-content .drawer-text {
        font-size: 0.65rem;
        color: #fff;
        padding-left: 0.4rem;
        padding-right: 0.4rem;
    }

    .drawer-text:nth-child(1),
    .drawer-text:nth-child(2) {
        border-right: 1px solid #fff;
    }

    .drawer-content .drawer-list {
        width: 100%;
        overflow-y: scroll;
    }

    .drawer-list a {
        text-decoration: none;
        color: inherit;
    }

    .drawer-content .drawer-list .list-title {
        /* width: 100%; */
        height: 2.25rem;
        line-height: 2.25rem;
        font-size: 0.9rem;
        font-weight: 400;
        color: #fff;
        padding-left: 0.5rem;
        border-bottom: 0.025rem solid #d6d6d6;
    }

    .menu {
        list-style-type: none;
        padding: 0;
    }

    .menu li {
        padding: 0.25rem;
        cursor: pointer;
        position: relative;
    }

    .submenu {
        max-height: 0;
        overflow: hidden;
        padding-left: 1rem;
        transition: max-height 0.3s ease-out;
        position: relative;
        z-index: 9999;
        background-color: #2366be;
    }

    .open>.submenu {
        max-height: 10rem;
        /* 设置最大展开高度 */
    }

    .menu li:hover {
        background-color: #2366be;
    }

    .toggle-btn {
        margin-left: 0.5rem;
        cursor: pointer;
        font-weight: bold;
    }

    .drawer-content ul li {
        /* width: 100%; */
        height: 1.5rem;
        line-height: 1.5rem;
        font-size: 0.8rem;
        font-weight: 400;
        color: #eceaea;
        /* border-bottom: 1px solid #d6d6d6; */
        padding-left: 1.1rem;
    }

    .container {
        display: block;
    }

    .lookBar,
    .topBar {
        display: none;
    }

    .contianer {
        padding-top: 2.625rem;
    }
}

.card {
    width: 13rem;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    padding: 70px 40px;
    font-size: 16px;
}

.card-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    background-color: aliceblue;
    position: relative;
}

.avatar {
    padding: 20px;
    width: 2.8rem;
    height: calc(100% + 0.35rem);
    box-sizing: border-box;
    border: 3px solid #cce0ff;
    position: absolute;
    bottom: 0;
    left: 0.2rem;
    text-align: center;
}
.imgBoxPhone{
    display: none;
}

.imgBox {
    height: 100%;
    width: 100%;
}
.info {
    height: 3rem;
    margin-top: 0.2rem;
    margin-left: 3.5rem;
    margin-bottom: 0.3rem;
    flex: 1;
}
.info h2 {
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    color: #333;
}
.info p {
    margin: 6px 0;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}
.info p span {
    font-weight: bold;
}
.content {
    font-size: 14px;
    color: #333;
    line-height: 1.8;
}
.infoPhone{
    display: none;
}
/* 移动端（竖屏手机） */
@media (max-width: 480px) {
      .card-header {
        display: none;
      }
      .card {
        padding: 40px;
      }
      .card-header-phone{
        display: flex;
        justify-content: center;
      }
      .imgBoxPhone{
        text-align: center;
        width: 2.5rem;
        height: 3rem;
        box-sizing: border-box;
        display: block;
        border: 3px solid #cce0ff;
        padding: 10px;
      }
      .infoPhone{
        display: block;
    }
  }
  
  /* 平板 */
  @media (min-width: 481px) and (max-width: 1366px) {
    .card-header {
        display: none;
      }
      .card {
        padding: 40px;
      }
      .card-header-phone{
        display: flex;
        justify-content: center;
      }
      .imgBoxPhone{
        text-align: center;
        width: 2.5rem;
        height: 3rem;
        box-sizing: border-box;
        display: block;
        border: 3px solid #cce0ff;
        padding: 10px;
      }
      .infoPhone{
        display: block;
    }
  }