body {
    background: #fff;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.main-zszy-list {
    width: 100%;
    padding: 40px 0;
}

.crumbs-list {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: #e8e8e8 1px solid;
    margin-top: 40px;
    color: #666;
}

.crumbs-list a {
    color: #666;
}

.tabCount_zy {
    width: 100%;
    margin-top: 30px;
}

.tabCount_zy .item {
    display: none;
}

.tabCount_zy .item.active {
    display: block;
}

.tabCount_zy .item ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* gap: 30px; */
}

.zszy_item_li {
    width: calc((100% - 30px) / 2);
    overflow: hidden;
    background-color: #e8e8e8;
    border: 1px solid transparent;
    border-radius: 15px;
    -ms-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 30px;
}

.zszy_item_li a {
    display: flex;
    flex-wrap: wrap;
}

.zszy_item_li .img {
    width: 40%;
    border-radius: 10px;
    overflow: hidden;
}

.zszy_item_li .img img {
    width: 100%;
}

.zszy_item_li .text {
    flex: 1;
    box-sizing: border-box;
    padding-left: 30px;
}

.zszy_item_li .text .title {
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.zszy_item_li .primary {
    height: 20px;
    line-height: 20px;
    display: -webkit-inline-box;
    background-color: #004680;
    border-radius: 10px;
    padding-left: 4px;
    padding-right: 4px;
    color: #fff;
    text-align: center;
}

.zszy_item_li .primary1 {
    color: #004680;
    padding-left: 25px;
}

.zszy_item_li .desc {
    color: #333;
    font-size: 14px;
    margin-top: 15px;
    line-height: 25px;
}

.zszy_item_li .desc p {
    width: 100%;
    height: 75px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.zszy_item_li .desc b {
    font-size: 15px;
}

.zszy_item_li:hover {
    background-color: #fff;
    border-color: #00276c;
    box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.1);
}

.tabHead_zy {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.tabHead_left {
    display: flex;
}

.tabHead_left .box {
    height: 45px;
    line-height: 45px;
    border-radius: 10px;
    background: #DEE8FF;
    font-size: 16px;
    color: #1844A5;
    padding: 0 18px;
    margin-right: 13px;
    cursor: pointer;
}

.tabHead_left .box.on {
    background: #1844A5;
    color: #fff;
}

.zyss {
    width: 165px;
    height: 45px;
    line-height: 45px;
    border-radius: 10px;
    box-sizing: border-box;
    border: 1px solid #1844A5;
    font-size: 16px;
    color: #1844A5;
    padding: 0 13px;
    position: relative;
    margin: 0 3% 0 15%;
    cursor: pointer;
}

.zyss::after {
    content: '';
    width: 17px;
    height: 9px;
    background: url(../images/jt.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 13px;
    top: 18px;
}

.search-zy {
    width: 316px;
    height: 45px;
    border-radius: 10px;
    box-sizing: border-box;
    border: 1px solid rgba(24, 68, 165, 0.2);
    position: relative;
}

.search-zy .search-in {
    width: 100%;
    height: 100%;
    border: none;
    outline: unset;
    background: unset;
    box-sizing: border-box;
    padding: 0 70px 0 17px;
    font-size: 16px;
    border-radius: 10px;
}

.search-zy .search-in::placeholder {
    color: #9E9E9E;
}

.search-zy .search-btn {
    width: 66px;
    height: 43px;
    border-radius: 10px;
    background: #1844A5;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: url(../images/ss.png) no-repeat center #1844A5;
}



.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.overlay.show {
    display: block;
}

.dropdown-content {
    display: none;
    width: 75%;
    max-width: 1440px;
    position: fixed;
    top: 20vh;
    left: 50%;
    transform: translate(-50%, 0);
    max-height: 72vh;
    border-radius: 10px;
    background: #fff;
    box-sizing: border-box;
    padding: 30px;
    padding-right: 0;
    z-index: 1000;
}

.dropdown-content.show {
    display: block;
}

.modal {
    width: 100%;
    max-height: calc(72vh - 60px);
    overflow-y: auto;
    box-sizing: border-box;
    padding-right: 30px;
}

.modal::-webkit-scrollbar {
    width: 20px;
    background: #E8E8E8;
    border-radius: 1000px;
}

.modal::-webkit-scrollbar-thumb {
    background: #CDCDCD;
    border-radius: 4px;
    border: 6px solid #E8E8E8;
}

.modal .item {
    width: 100%;
    border-radius: 10px;
    box-sizing: border-box;
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 30px;
}

.modal .item:last-of-type {
    margin: 0;
}

.modal .item .name {
    font-size: 20px;
    font-weight: bold;
    color: #004680;
    margin-bottom: 20px;
    position: relative;
    box-sizing: border-box;
    padding-left: 10px;
}

.modal .item .name::before {
    content: '';
    width: 2px;
    height: 19px;
    display: inline-block;
    background: #004680;
    position: absolute;
    left: 0;
    top: 4px;
}

.modal .item ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.modal .item ul li {
    width: calc((100% - 21px) / 4);
    border-radius: 5px;
    background: #F1F1F1;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    padding: 15px;
}

.modal .item ul li:hover {
    background: #0C3E97;
}

.modal .item ul li a {
    color: #242424;
    font-size: 16px;
    padding: 0 10px;
    display: inline-block;
}

.modal .item ul li:hover a {
    color: #fff;
}

.nydt .crumbs_content {
    bottom: 0;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
    padding-bottom: 25px;
}

.crumbs_content .container {
    position: relative;
}

.crumbs_content .number {
    position: absolute;
    right: 0;
    bottom: 20px;
    color: #fff;
    font-size: 36px;
}

.crumbs .zy_name {
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    margin-left: -20px;
}

.crumbs .zy_desc {
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
}


.zymain {
    width: 100%;
    padding: 70px 0;
}



.zymain .lnav {
    width: 20%;
    max-width: 420px;
    border-radius: 10px;
    box-sizing: border-box;
    border: 2px solid #004680;
    background: #fff;
    float: left;
}

.zymain .lnav .list {
    box-sizing: border-box;
    padding: 15px 30px 15px 30px;
}

.zymain .lnav .title {
    width: 100%;
    height: 80px;
    line-height: 80px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    background: url(../images/shape-1.png) no-repeat center #113ea3;
    box-sizing: border-box;
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.zymain .lnav .title p {
    line-height: 30px;
}

.zymain .lnav.fixed {
    position: sticky;
    top: 20px;
}

.zymain .lnav .box {
    width: 100%;
    line-height: 55px;
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px solid #E4E4E4;
    transition: all 0.5s ease-in-out;
}

.zymain .lnav .box::before {
    content: '';
    width: 6px;
    height: 20px;
    background: #004680;
    display: inline-block;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}


.zymain .lnav .box .ico {
    width: 7px;
    height: 13px;
    background: url(../images/jt-r.png) center no-repeat;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.zymain .lnav .box .ico.on {
    transform: rotate(0);
    transition: all 0.5s ease-in-out;
}

.zymain .lnav .box a {
    font-size: 20px;
    color: #2E2E2E;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-bottom: 3px;
}

.zymain .lnav .box .box a {
    padding-left: 20px;
    font-size: 18px;
}

.zymain .lnav .box p {
    display: inline-block;
}

.zymain .lnav .box.on a {
    color: #0C3E97;
    font-weight: bold;
}

.zymain .lnav .box.on .ico {
    background: url(../images/jt-r-on.png) center no-repeat;
}

.zymain .lnav .box.on::before {
    opacity: 1;
}

.lcontent {
    width: calc(80% - 45px);
    box-shadow: 0px 0px 25px 8px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 40px 30px;
    background: #fff;
    border-radius: 10px;
    float: right;
}

.zy_item {
    width: 100%;
    margin-bottom: 70px;
}

.zy_item:last-of-type {
    margin: 0;
}

.zy_item_name {
    font-size: 34px;
    font-weight: bold;
    color: #004680;
    margin-bottom: 25px;
    box-sizing: border-box;
    padding-left: 15px;
    position: relative;
}

.zy_item_name p {
    display: inline-block;
}

.zy_item_name2 .more {
    width: 104px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    border-radius: 5px;
    background: #0C3E97;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 2px;
}

.zy_item_name .more2 {
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 2px;
    color: #0C3E97;
}

.zy_item_name2 {
    font-size: 24px;
    font-weight: bold;
    color: #004680;
    margin-bottom: 10px;
    position: relative;
}

.zy_item_name::before {
    content: '';
    width: 4px;
    height: 26px;
    background: #004680;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.zyjsBox {
    display: flex;
    flex-wrap: wrap;
    background: #113ea3;
    color: #fff;
    box-sizing: border-box;
    padding: 50px;
    background: url(../images/zyjsBoxBg.jpg) center right no-repeat;
    background-size: 100% 100%;
}

.zyjsBox .box {
    width: 33.3%;
    display: flex;
    align-items: flex-start;
    margin: 15px 0;
}

.zyjsBox .box .ico {
    margin-top: 2px;
}

.zyjsBox .box7 {
    width: 100%;
}

.zyjsBox .box img {
    width: auto;
}

.zyjsBox .box .text {
    color: #fff;
    line-height: normal;
    margin-left: 10px;
    padding: 0;
}

.zyjsBox .box .text .p1 {
    font-size: 17px;
}

.zyjsBox .box .text .p2 {
    font-size: 15px;
    margin-top: 5px;
}


.zy_item_text {
    width: 100%;
    font-size: 18px;
    line-height: 35px;
    text-align: justify;
    color: #2E2E2E;
}


/* 手风琴样式 */
.accordion {
    width: 100%;
}

.accordion-item {
    margin-bottom: 14px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #CCE6FF;
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    background: #D4E3F3;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0 20px;
}

.accordion-item.active .accordion-header {
    background: #113EA3;
}

.accordion-header span {
    font-size: 24px;
    font-weight: bold;
    color: #113EA3;
}

.accordion-item.active .accordion-header span {
    color: #fff;
}

.accordion-header .arrow {
    width: 17px;
    height: 9px;
    display: inline-block;
    background: url(../images/jt.png) center no-repeat;
    background-size: cover;
    transition: all 0.5s ease-in-out;
}

.accordion-item.active .accordion-header .arrow {
    background: url(../images/jt-fff.png) center no-repeat;
    background-size: cover;
    transform: rotate(180deg);
}

.accordion-content {
    width: 100%;
    font-size: 18px;
    line-height: 35px;
    text-align: justify;
    color: #2E2E2E;
    box-sizing: border-box;
    padding: 20px 10px;
    display: none;
}

.accordion-item.active .accordion-content {
    display: block;
}

.accordion-item ul {
    width: 100%;
    padding: 10px 0;
    display: none;
}

.accordion-item ul li {
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 24px;
    color: #2E2E2E;
    border-bottom: 1px solid #CCE6FF;
}

.accordion-item ul li:last-of-type {
    border: none;
}

.accordion-item.active ul {
    display: block;
}

.jyqj_number {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0;
}

.jyqj_number .box {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.jyqj_number .box .icon {
    width: 124px;
    height: 124px;
    background: #EEF4FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.jyqj_number .box .icon::before {
    content: '';
    width: 80%;
    height: 80%;
    display: inline-block;
    background: url(../images/yuan-icon.png) center no-repeat;
    background-size: 100% 100%;
    animation: rotategz linear 10s infinite;
    position: absolute;
    left: 10px;
    top: 10px;
}

@keyframes rotategz {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.jyqj_number .box .icon span {
    color: #0C3E97;
    font-size: 40px;
    transition: transform 0.5s;
}

.jyqj_number .box:hover .icon span {
    animation: jello 1s linear;
}

@keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: none;
        -moz-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -moz-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        -moz-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }

}

.jyqj_number .box p {
    font-size: 18px;
    color: #333;
}

.jyqj_number .box .text {
    display: flex;
    align-items: flex-end;
}

.jyqj_number .box .text span {
    font-size: 45px;
    color: #0C3E97;
}

.jyqj_number .box .text .i {
    color: #0C3E97;
    position: relative;
    top: -10px;
    margin-left: 3px;
}

.zy_item_img {
    width: 100%;
    overflow: hidden;
}

.sxtjSlide .swiper-slide img,
.zy_item_img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.sxtjSlide .swiper-slide:hover img,
.zy_item_img img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.gallery-thumbs .swiper-slide {
    height: 50px;
    line-height: 50px;
    background: #F6F6F6;
    font-size: 20px;
    cursor: pointer;
}

.gallery-thumbs .swiper-slide-thumb-active {
    background: #004680;
    color: #fff;
}

.gallery-top {
    margin-top: 20px;
}

.gallery-top .swiper-slide {
    box-sizing: border-box;
    padding: 20px;
    background: #ECF6FF;
    opacity: 0 !important;
}

.gallery-top .swiper-slide-active {
    opacity: 1 !important;
}

.gallery-top .swiper-slide a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.gallery-top .swiper-slide .img {
    width: 210px;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    position: relative;
    padding-bottom: 210px;
}

.gallery-top .swiper-slide .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.gallery-top .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.gallery-top .swiper-slide .text {
    flex: 1;
    box-sizing: border-box;
    padding-left: 50px;
    color: #333;
}

.gallery-top .swiper-slide .desc {
    font-size: 16px;
    margin-top: 20px;
}

.gallery-top .swiper-slide .title {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
}

.gallery-top .swiper-slide .title span {
    font-size: 24px;
    margin-right: 10px;
}

.zyzsSlide {
    width: 100%;
}

.zyzsSlide .swiper-slide a {
    width: 100%;
}

.zyzsSlide .swiper-slide .img {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
}

.zyzsSlide .swiper-slide .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;

    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.zyzsSlide .swiper-slide .title {
    width: 100%;
    line-height: 52px;
    height: 52px;
    text-align: center;
    font-size: 20px;
    color: #2E2E2E;
    border-bottom: 1px solid #D8D8D8;
    position: relative;
}

.zyzsSlide .swiper-slide .title::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-bottom: 1px solid #004680;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.zyzsSlide .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.zyzsSlide .swiper-slide:hover .title {
    color: #004680;
}

.zyzsSlide .swiper-slide:hover .title::before {
    width: 100%;
}

.xspyText .box {
    background: #CCE6FF;
    margin-bottom: 13px;
    box-sizing: border-box;
    padding: 0 20px;
}

.xspyText .box .name {
    width: 100%;
    line-height: 70px;
    font-size: 22px;
    font-weight: bold;
    color: #CCE6FF;
    color: #004680;
    position: relative;
}

.xspyText .box .name .btn {
    width: 16px;
    height: 16px;
    line-height: normal;
    position: absolute;
    right: -5px;
    top: 40%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.xspyText .box.on {
    background: #113EA3;
}

.xspyText .box.on .name {
    color: #fff;
}

.xspyText .box.on .name .btn {
    /* transform: none; */
    transform: rotate(180deg);
}

.xspyText .box .desc {
    font-size: 18px;
    line-height: 32px;
    text-align: justify;
    color: #2E2E2E;
    color: #fff;
    padding-bottom: 25px;
    display: none;
}

.xspyText .box.on .desc {
    display: block;
}

.sxtjSlide {
    width: 100%;
    position: relative;
}

.sxtjSlide .swiper-slide img {
    width: 100%;
}

.sxtjSlide .swiper-prev,
.sxtjSlide .swiper-next {
    width: 25px;
    height: 43px;
    background: #004898;
    position: absolute;
    left: 0;
    cursor: pointer;
    top: 50%;
    z-index: 11;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sxtjSlide .swiper-next {
    left: auto;
    right: 0;
    /* 旋转180 */
}

.sxtjSlide .swiper-next span {
    transform: rotate(180deg);
}

.sxtjSlide .swiper-prev span,
.sxtjSlide .swiper-next span {
    color: #fff;
}



.xshjSlide .swiper-slide a {
    width: 100%;
}

.xshjSlide .swiper-slide .img {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 56.25%;
}

.xshjSlide .swiper-slide .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;

    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.xshjSlide .swiper-slide .title {
    width: 100%;
    line-height: 52px;
    height: 52px;
    text-align: center;
    font-size: 20px;
    color: #2E2E2E;
    border-bottom: 1px solid #D8D8D8;
    position: relative;
}

.xshjSlide .swiper-slide .title::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-bottom: 1px solid #004680;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.xshjSlide .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.xshjSlide .swiper-slide:hover .title {
    color: #004680;
}

.xshjSlide .swiper-slide:hover .title::before {
    width: 100%;
}

.xshjList ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    border-top: 1px solid #EEEEEE;
}

.xshjList ul li {
    width: 50%;
    box-sizing: border-box;
    border-bottom: 1px solid #EEEEEE;
    color: #2E2E2E;
    font-size: 18px;
    text-align: center;
    padding: 22px 15px;
}

.xshjList ul li:nth-child(2n-1) {
    border-right: 1px solid #EEEEEE;
}

.zy_item_code {
    box-sizing: border-box;
    border: 1px solid #D8D8D8;
    padding: 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.zy_item_code img {
    width: 100%;
    max-width: 100%;
}

.zy_item_code p {
    font-size: 18px;
    font-weight: bold;
    color: #9E9E9E;
    margin-top: 5px;
}

.jzzsBox ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* gap: 15px; */
}

.jzzsBox ul li {
    width: calc((100% - 120px) / 6);
    border-radius: 9px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
    padding: 25px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.jzzsBox ul li .icon {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jzzsBox ul li .icon img {
    height: 38px;
    transition: transform 0.5s;
}

.jzzsBox ul li:hover .icon img {
    animation: jello 1s linear;
}

.jzzsBox ul li .title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-top: 25px;
    text-align: center;
}

.jzzsBox ul li .num {
    font-size: 20px;
    font-weight: bold;
    color: #004680;
    margin: 15px 0;
}

.jzzsBox ul li p {
    font-size: 16px;
    color: #6C757D;
}

.jzzsBox ul li:hover {
    background: #004680;
}

.jzzsBox ul li:hover .title,
.jzzsBox ul li:hover .num,
.jzzsBox ul li:hover p {
    color: #fff;
}

.jzzsBox ul li:hover .icon {
    background: #fff;
    border-radius: 50%;
}

.gjjl-more {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gjjl-more .icon {
    flex: 1;
    margin-right: 30px;
    border-top: 1px solid #0C3E97;
}

.gjjl-more a {
    font-size: 18px;
    font-weight: bold;
    color: #0C3E97;
}

/* 师资力量 */

.gallery-top2 .swiper-slide {
    opacity: 0 !important;
}

.gallery-top2 .swiper-slide-active {
    opacity: 1 !important;
}

.szdwBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 15px 10px 0 10px;
}

.szdwBox .pic {
    width: 290px;
    box-sizing: border-box;
    padding: 25px 0 0 25px;
    position: relative;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.szdwBox .pic::before {
    content: '';
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-radius: 50%;
    background: #ECF6FF;
    position: absolute;
    z-index: -1;
    left: 10px;
    top: 10px;
}

.szdwBox .pic::after {
    content: '';
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-radius: 50%;
    box-sizing: border-box;
    border: 1.04px dashed #02579E;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    animation: rotate 20s linear infinite;
}

.szdwBox .img {
    width: 270px;
    position: relative;
    padding-bottom: 270px;
    overflow: hidden;
    border-radius: 50%;
}

.szdwBox .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.szdwBox:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.szdwBox:hover .text .title:hover {
    color: #00276c;
}

.szdwBox .text {
    flex: 1;
    box-sizing: border-box;
    padding-left: 35px;
    margin-top: -15px;
}

.szdwBox .text .title {
    font-size: 20px;
    font-weight: bold;
}

.szdwBox .text .title2 {
    color: #000;
    margin: 5px 0 15px 0;
    font-size: 14px;
}

.szdwBox .text .desc {
    color: rgba(0, 0, 0, 0.6);
    line-height: 30px;
    max-height: 90px;
    text-align: justify;
}

.szllSlide {
    width: 100%;
    position: relative;
}

.gallery-thumbs2 {
    width: 78%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.gallery-thumbs2 .swiper-slide {
    height: 100px;
    border-radius: 100px 0px 0px 0px;
    background: #ECF6FF;
    transition: all 0.5s ease-in-out;
}

.gallery-thumbs2 .img {
    width: 80px;
    position: relative;
    padding-bottom: 80px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 20px;
}

.gallery-thumbs2 a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 15px 0 60px;
}

.gallery-thumbs2 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.gallery-thumbs2 .text {
    flex: 1;
}

.gallery-thumbs2 .l {
    flex: 1;
    display: flex;
    align-items: center;
}

.gallery-thumbs2 .title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
}

.gallery-thumbs2 .title2 {
    color: #000;
    font-size: 14px;
}

.gallery-thumbs2 .icon {
    width: 48px;
    height: 48px;
    background: url(../images/logo-ico2.png) center no-repeat;
    background-size: 100% 100%;
    opacity: .2;
}

.gallery-thumbs2 .swiper-slide:hover {
    box-sizing: border-box;
    border: 0.52px solid #02579E;
}

.gallery-thumbs2 .swiper-slide:hover .icon {
    opacity: 1;
}

.gallery-thumbs2 .swiper-slide:hover .title {
    color: #02579E;
}

.gallery-thumbs2 .swiper-slide:hover .title2 {
    color: #02579E;
}

.szdw-swiper-btn {
    width: calc(100% - 290px - 45px);
    display: flex;
    align-items: center;
    position: absolute;
    z-index: 11;
    right: 0;
    bottom: 116px;
}

.szdw-swiper-btn .swiper-pagination1 {
    flex: 1;
    margin-right: 30px;
    position: relative;
    height: 2px;
    background: rgba(0, 98, 177, .2);
}

.szdw-swiper-btn .swiper-pagination-progressbar-fill {
    height: 2px;
    background: #0062B1;
}

.szdw-swiper-btn .swiper-next,
.szdw-swiper-btn .swiper-prev {
    width: 26px;
    height: 26px;
    box-sizing: border-box;
    border: 0.62px solid #0062B1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.szdw-swiper-btn .swiper-next {
    margin-left: 15px;
    /* 旋转180 */
    transform: rotate(180deg);
}

.szdw-swiper-btn .swiper-next span,
.szdw-swiper-btn .swiper-prev span {
    color: #0062B1;
    font-size: 14px;
}

.szdw-swiper-btn .swiper-next:hover,
.szdw-swiper-btn .swiper-prev:hover {
    background: #0062B1;
}

.szdw-swiper-btn .swiper-next:hover span,
.szdw-swiper-btn .swiper-prev:hover span {
    color: #fff;
}

.gjjlSlide img {
    width: 100%;
}

.zylist_new ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.zylist_new ul li {
    width: 20%;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 0 10px;
}

.zylist_new ul li a {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    background: #eee;
    border-radius: 10px;
    display: block;
    color: #333;
}

.zylist_new ul li:hover a {
    background: #024680;
    color: #fff;
}

.nydt .crumbs .name {
    background: #1844A5;
}