@font-face {
    font-family: "Source Han Serif SC";
    /*src: url("../fonts/SourceHanSerifCN-Medium-6.otf") format("opentype");*/
    font-weight: 300;
    /* Light */
    font-style: normal;
}

.gywmbanner {
    width: 100vw;

    max-height: 414px;
    position: relative;
    /* 添加这行，作为定位参考 */
    /*background: url(../../img/zjjjh/images/gywmbanner01.jpg) no-repeat center center;*/
    overflow: hidden;
}

.banner {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.banner-text h1 {
    font-size: 2.5rem;
    color: #fff;
    font-weight: 400;
}

.banner-text h2 {
    font-size: 1.2rem;
    color: #fff;
    margin-top: 15px;
    font-weight: 400;
}

.zzyj {
    background: url(../../img/zjjjh/images/gywm-zzjj01.jpg) no-repeat center center;
    background-size: cover;
    width: 100vw;
    height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zzyj-img {
    width: 680px;
    height: 440px;
    flex-shrink: 0;
    z-index: 2;
}

.zzyj-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zzyj-box {
    width: 1280px;
    height: 440px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
}

.zzyj-box::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 3px;
    background: #873299;
    border-radius: 2px;
    z-index: 1;
}

.zzyj-text {
    margin: 0 50px;
    flex: 1;
}

.zzyj-text h1 {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 40px;
}

.zzyj-text p {
    font-size: 16px;
    line-height: 2em;
    color: #666;
    text-indent: 2em;
}

.hxln {
    width: 100vw;
    display: flex;
    justify-content: center;
    background-color: #fff;
}

.hxln-box {
    width: 100%;
    max-width: 1350px;
    display: flex;
    flex-direction: column;

    align-items: center;
}

.hxln-title {
    margin-top: 50px;
}

.hxln-title h1 {
    font-size: 55px;
    font-weight: 400;
    position: relative;
    /* 让伪元素定位基于h1 */
}

.hxln-title h1::after {
    content: "";
    display: block;
    width: 70%;
    height: 4px;
    background: #873299;
    margin: 10px auto 0 auto;
    /* 上下间距可根据需要调整 */
    /* border-radius: 2px; */
}

.hxln-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.hxln-content-li {
    width: 305px;
    height: 269px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: url(../../img/zjjjh/images/hxlnbj.png);
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    margin: 0 20px;
}

.hxln-content-li-title h2 {
    font-size: 35px;
    color: #873299;
}

.hxln-content-li-title h3 {
    font-size: 25px;
    font-family: "Source Han Serif SC", serif;
}

.hxln-content-li-content p {
    font-size: 18px;
}

.hxln-content-li-title {
    width: 80%;
    margin-top: 35px;
    border-bottom: 2px solid #873299;
}

.hxln-content-li-content {
    width: 80%;
    margin-top: 15px;
}

.hxcy {
    width: 100vw;
    display: flex;
    justify-content: center;
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    position: relative;
    /* 为伪元素定位提供参考 */
    overflow: hidden;
}

.hxcy::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 170px;
    /* ⬅️ 设置背景图高度 */
    background: url(../../img/zjjjh/images/hxcybj.jpg) no-repeat bottom center;
    background-size: cover;
    z-index: 0;
}

.hxcy-content {
    width: 100%;
    max-width: 1350px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    flex-direction: column;
    z-index: 1;
    /* 确保内容在背景图上方 */
}

.hxcy-box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 150px;
}

.hxcy-ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.hxcy-li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 260px;
    margin: 30px;
}

.hxcy-nr {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hxcy-img {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    border: 2px dashed #873299;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px;
}

.hxcy-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hxcy-text {
    margin-top: 10px;
    text-align: center;
    width: 100%;
}

.hxcy-text h2 {
    font-size: 40px;
    color: #3e3a3a;
    font-weight: 400;
    margin-bottom: 10px;
}

.hxcy-text h3 {
    font-size: 23px;
    color: #fff;
    font-weight: 400;
    background-color: #873299;
    display: inline-block;
    /* 让宽度随文字自适应 */
    padding: 0 16px;
    /* 可选：增加两侧内边距让背景更美观 */
    border-radius: 30px;
    /* 可选：圆角 */
}

.hxcy-text p {
    font-size: 16px;
    color: #666;
    line-height: 2em;
    margin-top: 10px;
}

/* 专家团队 */

.dqwz {
    width: 100vw;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.dqwz-text {
    width: 100%;
    max-width: 1350px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.dqwz-text-a {
    font-size: 21px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
}

.dqwz-text-a a {
    color: #666;
    font-size: 21px;
}

.dqwz-text-a a:hover {
    color: #873299;
}

.dqwz-text-a span {
    color: #666;
    font-size: 21px;
}

.tdgk {
    display: flex;
    width: 100vw;
    background-color: #fff;
    align-items: center;
    justify-content: center;
}

.tdgk-box {
    width: 100%;
    max-width: 1350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.tdgk-box-title {
    margin-bottom: 20px;
    border-bottom: 4px solid #873299;
}

.tdgk-box-title-h1 {
    font-size: 40px;
    color: #666;
    font-weight: 400;
}

.tdgk-box-title-h1 span {
    font-size: 40px;
    color: #873299;
    font-weight: 600;
}

.tdgk-box-ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.tdgk-box-ul-li {
    width: 270px;
    height: 280px;
    background-color: #f9f9f9;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tdgk-box-ul-li h1 {
    font-size: 55px;
    color: #595757;
}

.tdgk-box-ul-li h2 {
    font-size: 25px;
    color: #595757;
    font-weight: 400;
    border: 2px solid #873299;
    border-radius: 30px;
    /* 可选：让边框有圆角 */
    padding: 4px 20px;
    /* 可选：让内容不贴边 */
}

/* 下拉按钮 */
.dropdown {
    position: relative;
    display: inline-block;
    width: 190px;
}

.dropdown-toggle {
    cursor: pointer;
    padding: 10px 15px;
    border: 1px solid #873299;
    border-radius: 30px;
    background-color: #873299;
    font-size: 21px;
    color: #fff;
    position: relative;
    padding-right: 35px;
    /* 给箭头留出空间 */
}

.dropdown-toggle .arrow {
    display: inline-block;
    margin-left: 8px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.dropdown-toggle.open .arrow {
    transform: rotate(180deg);
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    background: #fff;
    border: 1px solid #873299;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.dropdown-menu li {
    padding: 10px 15px;
    cursor: pointer;
}

.dropdown-menu li:hover {
    background-color: #f0f0f0;
}

.dropdown2 {
    position: relative;
    display: inline-block;
    width: 180px;
    margin-left: 20px;
}

.dropdown2-toggle {
    cursor: pointer;
    padding: 10px 15px;
    border: 1px solid #873299;
    border-radius: 30px;
    background-color: #873299;
    color: #fff;
    font-size: 21px;
    position: relative;
    padding-right: 35px;
    /* 给箭头留出空间 */
}

.dropdown2-toggle .arrow2 {
    display: inline-block;
    margin-left: 8px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.dropdown2-toggle.open .arrow2 {
    transform: rotate(180deg);
}

.dropdown2-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    background: #fff;
    border: 1px solid #873299;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.dropdown2-menu li {
    padding: 10px 15px;
    cursor: pointer;
}

.dropdown2-menu li:hover {
    background-color: #f0f0f0;
}

.tdcy {
    width: 100vw;
    display: flex;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.tdcy::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 170px;
    /* ⬅️ 设置背景图高度 */
    background: url(../../img/zjjjh/images/hxcybj.jpg) no-repeat bottom center;
    background-size: cover;
    z-index: 0;
}

.tdcy-box {
    width: 100%;
    max-width: 1350px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    flex-direction: column;
    z-index: 2;
}

.tdcy-box-title {
    display: flex;
    width: 100%;
    height: 50px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.tdcy-box-title-left {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 搜索样式 */
.tdcy-box-title-right-search {
    display: flex;
    align-items: center;
    border: 1px solid #bfbfbf;
    border-radius: 50px;
    padding: 6px 12px;
    background-color: #fff;
    width: 240px;
    height: 38px;
    box-sizing: border-box;
}

/* 图标按钮样式 */
.tdcy-box-title-right-search button {
    border: none;
    background: transparent;
    padding: 0;
    margin-right: 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.tdcy-box-title-right-search button img {
    width: 18px;
    height: 18px;
}

/* 输入框样式 */
.tdcy-box-title-right-search input {
    border: none;
    outline: none;
    font-size: 14px;
    color: #666;
    flex: 1;
    background-color: transparent;
}

.tdcy-box-content {
    width: 100%;
    margin-top: 30px;
}

.tdcy-box-content-ul {
    display: flex;
    justify-content: space-between;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}

.tdcy-box-content-ul-li {
    width: 284px;
    height: 384px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    margin: 20px;
    overflow: hidden;
    position: relative;
}

.tdcy-box-content-ul-li-img {
    width: 284px;
    height: 411px;
}

.tdcy-box-content-ul-li-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tdcy-box-content-ul-li-text {
    width: 284px;
    height: 173px;
    position: absolute;
    z-index: 10;
    left: 0;
    bottom: 0;
    background-color: #87329987;
    border-top-right-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.tdcy-box-content-ul-li:nth-of-type(even) .tdcy-box-content-ul-li-text {
    background-color: rgba(255, 255, 255, 0.7);
    border-left: 1px solid #873299;
    border-bottom: 1px solid #873299;
    border-bottom-left-radius: 60px;
}

.tdcy-box-content-ul-li:nth-of-type(even) .tdcy-box-content-ul-li-text h1 {
    color: #873299;
}

.tdcy-box-content-ul-li:nth-of-type(even) .tdcy-box-content-ul-li-text h2 {
    color: #873299;
}

.tdcy-box-content-ul-li:nth-of-type(even) .tdcy-box-content-ul-li-text p {
    color: #873299;
}

.tdcy-box-content-ul-li-text h1 {
    font-size: 25px;
    color: #fff;
    font-weight: 400;
    font-family: "Source Han Serif SC", serif;
}

.tdcy-box-content-ul-li-text h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin-top: 10px;
    font-family: "Source Han Serif SC", serif;
}

.tdcy-box-content-ul-li-text p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-top: 10px;
    font-family: "Source Han Serif SC", serif;
}

.tdgk-box-ul-li {
    cursor: pointer;
}

.tdgk-img-wrap {
    perspective: 1000px;
}
.ztyj-content-title-more {
    position: absolute;
    right: 0;
    /* 向右对齐 */
    top: 8%;
}

.ztyj-content-title-more-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ztyj-content-title-more-text p {
    font-size: 16px;
    color: #873299;
    margin-right: 5px;
    font-weight: bold;
}
/* 内容页 */
.nr {
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: url(../images/nrybj.jpg) no-repeat center center;
    background-size: cover; */
    /* 可选：防止 contain 留白时底色突兀 */
    /* 确保背景图有可展示空间 */
    position: relative;
}

.nr::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 170px;
    /* ⬅️ 设置背景图高度 */
    background: url(../../img/zjjjh/images/hxcybj.jpg) no-repeat bottom center;
    background-size: cover;
    z-index: 0;
}

.nr-box {
    width: 100%;
    max-width: 1350px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    flex-direction: column;
    z-index: 2;
}

.nr-box-title {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #5957573c;
    /* 新增下边框线 */
    margin-bottom: 20px;
}

.nr-box-title h1 {
    font-size: 26px;
    color: #3e3a3a;
    font-weight: 400;
    margin-bottom: 10px;
}

.nr-box-title p {
    font-size: 16px;
    color: #3e3a3a;
    font-weight: 400;
    margin-bottom: 10px;
}

.nr-box-text {
    width: 100%;
}

.nr-box-text p {
    font-size: 18px;
    color: #3e3a3a;
    font-weight: 400;
    line-height: 1.5em;
    text-indent: 2em;
    margin-bottom: 10px;
}

.nr-box-text span {
    font-size: 18px;
    color: #3e3a3a;
    font-weight: 400;

}

.nr-box-text img {
    display: block;
    height: auto;
    margin: 20px auto;
    /* 上下 20px，左右 auto 居中 */
}

@media screen and (max-width: 1300px) {
    .zzyj-box {
        width: 1000px;
        height: 400px;
    }

    .zzyj-img {
        width: 500px;
        height: 400px;
    }

    .hxln-content-li {
        width: 260px;
        height: 250px;
    }

    .hxln-box {
        width: 90%;
    }

    .hxcy-content {
        width: 90%;
    }

    .hxcy-li {
        margin: 10px;
    }

    .dqwz-text {
        width: 90%;
    }

    .tdgk-box {
        width: 90%;
    }

    .tdcy-box {
        width: 90%;
    }

    .nr-box {
        width: 90%;
    }
}

@media screen and (max-width: 1000px) {
    .nav {
        margin-left: 0;
    }

    .nav-list>li {
        width: 20%;
    }

    .logo {
        width: 600px;
    }

    .logo img {
        width: 100%;
        height: auto;
    }

    .nav-left-title-text h1 {
        font-size: 24px;
    }

    .nav-left-title img {
        width: 30px;
        height: auto;
    }

    .nav-left-title {
        height: 90px;
    }

    .nav-left {
        width: 190px;
        height: 395px;
    }

    .nav-left-list-li h2 {
        font-size: 24px;
    }

    .nav-left-list-li p {
        font-size: 14px;
    }

    .nylist-right-li-content-img {
        overflow: hidden;
        width: 340px;
        height: 190px;
    }

    .nylist-right-li-content-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .nylist-right-li1 {
        height: 190px;
    }

    .nylist-right-li2 {
        height: 190px;
    }

    .nylist-right-li-content-time h3 {
        font-size: 26px;
    }

    .nylist-right-li-content-time h4 {
        font-size: 20px;
    }

    .nylist-right-li-content-text p {
        font-size: 14px;
    }

    .zzyj-img {
        width: 340px;
        height: 250px;
    }

    .zzyj-box {
        width: 700px;
        height: 250px;
    }

    .zzyj-text h1 {
        font-size: 26px;
        font-weight: 400;
        margin-bottom: 5px;
    }

    .zzyj-text p {
        font-size: 14px;
        line-height: 1.5em;
    }

    .zzyj {
        height: 400px;
    }

    .tdgk-box-ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        align-content: space-around;
    }

    .tdgk-box-ul-li {
        margin: 10px;
    }
}

@media screen and (max-width: 850px) {
    .hxln-content {
        flex-direction: column;
    }

    .hxcy-ul {
        flex-direction: column;
    }
}

@media screen and (max-width: 768px) {
    .nylist-right-li-content-img {
        display: none;
    }

    .nylist-right-li1 {
        width: 460px;
        justify-content: center;
    }

    .nylist-right-li2 {
        width: 460px;
        justify-content: center;
    }

    .nylist-right {
        width: 460px;
    }

    .nav {
        display: none;
    }

    .header-box {
        justify-content: center;
    }

    .logo {
        width: auto;
        height: auto;
    }

    .menu-toggle {
        display: flex;
        z-index: 10;
    }

    .menu-toggle span {
        background: #873299;
    }

    .header {
        height: 75px;
    }

    .nav-left {
        margin-top: -90px;
    }

    .footer-content {
        align-items: center;
    }

    .footer-content-text {
        flex-direction: column;
    }

    .footer-content-left-ul {
        flex-direction: column;
    }

    .footer {
        width: 100vw;
        background: url(../../img/zjjjh/images/footer.jpg) no-repeat center center;
        background-size: cover;
        /* 背景图覆盖整个容器 */
        background-attachment: scroll;
        /* 避免固定可能造成的问题 */
        display: flex;
        justify-content: flex-start;
    }

    .footer-content-right-ul {
        flex-direction: column;
    }

    .footer-content-right-ul ul:nth-of-type(2) {
        margin-left: 0px;
    }

    .footer-content-right {
        width: 50%;
    }

    .footer-content-logo {
        margin-top: 40px;
    }

    .footer-content-logo img {
        width: 100%;
        height: auto;
    }

    .zzyj-img {
        display: none;
    }

    .zzyj-box {
        width: 90%;
    }

    .tdcy-box-content-ul {
        justify-content: center;
    }

    .nr-box-text img {
        width: 90%;
    }
}

@media screen and (max-width: 660px) {
    .logo {
        width: 290px;
    }

    .hxcy-box {
        margin-bottom: 0px;
    }

    .hxln-content-li {
        width: 305px;
        height: 269px;
    }

    .banner-text h1 {
        font-size: 1.5rem;
    }

    .banner-text h2 {
        font-size: 1rem;
        margin-top: 0px;
    }

    .hxln-title h1 {
        font-size: 40px;
    }

    .hxcy-text h2 {
        font-size: 30px;
    }

    .hxcy-text p {
        font-size: 14px;
        line-height: 1.5em;
    }

    .hxcy-text h3 {
        font-size: 18px;
    }

    .tdgk-box-ul {
        justify-content: center;
    }

    .nr-box-title h1 {
        font-size: 21px;
    }
}