body {
    background: #fff !important;
}



.container {
    max-width: 1400px;
}

.padding-top-70 {
    padding-top: 70px;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.banlist {
    width: 100%;
    position: relative;
}

.banlist .swiper-slide a {
    width: 100%;
}

.banlist .swiper-slide img {
    width: 100%;
    height: 100vh;
}


.banlist .swiper-prev,
.banlist .swiper-next {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 48%;
    z-index: 99;
    left: 5%;
    cursor: pointer;
    background: url(../images/jt-l.png) center no-repeat;
    border: 1px solid #fff;
    border-radius: 50%;
}

.banlist .swiper-next {
    left: auto;
    right: 5%;
    background: url(../images/jt-r.png) center no-repeat;
}

.Tonext {
    width: 36px;
    height: 68px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-left: -18px;
    z-index: 999;
}

.down_png {
    position: absolute;
    z-index: 2147483647;
    width: 36px;
    height: 17px;
    position: absolute;
    top: 0;
    cursor: pointer;
    background: url('../images/down_png.png') no-repeat;
}

.down_png1 {
    opacity: 0;
    width: 36px;
    height: 17px;
    background-size: 36px 17px;
    animation-name: down_move1;
    animation-duration: 2400ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-delay: 0ms;
}

.down_png2 {
    opacity: 0;
    width: 36px;
    height: 17px;
    background-size: 36px 17px;
    animation-name: down_move2;
    animation-duration: 2400ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-delay: 800ms;
}

.down_png3 {
    opacity: 0;
    width: 36px;
    height: 17px;
    background-size: 36px 17px;
    animation-name: down_move3;
    animation-duration: 2400ms;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-delay: 1600ms;
}

/* -------------------------------- */

.column {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 70px 0;
    position: relative;
}

.xxjj_text .more {
    width: 103px;
    line-height: 30px;
    text-align: center;
    height: 30px;
    border-radius: 3px;
    box-sizing: border-box;
    border: 0.5px solid #004680;
    font-size: 14px;
    color: #004680;
    display: inline-block;
    float: right;
    margin-top: 20px;
}

.column .more {
    position: absolute;
    right: 0;
    width: 103px;
    line-height: 30px;
    text-align: center;
    height: 30px;
    border-radius: 3px;
    box-sizing: border-box;
    border: 0.5px solid #004680;
    font-size: 14px;
    color: #004680;
}

.main_more a:hover,
.xxjj_text .more:hover,
.column .more:hover {
    background: #004680;
    color: #fff;
}

.column .title {
    font-size: 40px;
    font-weight: bold;
    color: #5A86A9;
    position: relative;
}

.column .title:after {
    content: '';
    width: 120px;
    height: 0;
    display: inline-block;
    border-bottom: 2px solid #D68D20;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}

.column .desc {
    text-align: center;
    font-size: 20px;
    color: #666;
    margin-top: 20px;
}

.main-xxjj {
    width: 100%;
    background: #F6F6F6;
}

.xxjj_text {
    width: 100%;
}

.xxjj_text .desc {
    width: 100%;
    color: #666;
    line-height: 40px;
}

.xxjj_text .desc p {
    margin-bottom: 15px;
}

.xxjj_text .desc p:last-of-type {
    margin: 0;
}

.number_list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.number_list ul li {
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 15px 0;
    cursor: pointer;
}

.number_list ul li p {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
    text-align: center;
}

.number_list ul li .text {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.number_list ul li .box {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: #5A86A9;
}

.number_list ul li .num {
    font-size: 45px;
    margin: 0 3px;
    font-weight: bold;
}

.number_list ul li .p {
    position: relative;
    top: -8px;
    font-size: 12px;
}

.number_list ul li .s {
    position: relative;
    top: -36px;
    font-size: 12px;
}

.number_list ul li:hover {
    border-radius: 17px;
    background: #5A86A9;
}


.number_list ul li:hover .box,
.number_list ul li:hover p {
    color: #fff;
}

.number_list li.li1 .icon {
    width: 37px;
    height: 28px;
    background: url(../images/num-icon1.svg) no-repeat;
}

.number_list li.li2 .icon {
    width: 38px;
    height: 30px;
    background: url(../images/num-icon2.svg) no-repeat;
}

.number_list li.li3 .icon {
    width: 38px;
    height: 30px;
    background: url(../images/num-icon3.svg) no-repeat;
}

.number_list li.li4 .icon {
    width: 40px;
    height: 30px;
    background: url(../images/num-icon4.svg) no-repeat;
}

.number_list li.li5 .icon {
    width: 30px;
    height: 30px;
    background: url(../images/num-icon5.svg) no-repeat;
}

.number_list li.li6 .icon {
    width: 39px;
    height: 32px;
    background: url(../images/num-icon6.svg) no-repeat;
}

.number_list li.li7 .icon {
    width: 34px;
    height: 31px;
    background: url(../images/num-icon7.svg) no-repeat;
}

.number_list li.li8 .icon {
    width: 38px;
    height: 27px;
    background: url(../images/num-icon8.svg) no-repeat;
}

.number_list li.li1:hover .icon {
    background: url(../images/num-icon1-on.png) no-repeat;
}

.number_list li.li2:hover .icon {
    background: url(../images/num-icon2-on.png) no-repeat;
}

.number_list li.li3:hover .icon {
    background: url(../images/num-icon3-on.png) no-repeat;
}

.number_list li.li4:hover .icon {
    background: url(../images/num-icon4-on.png) no-repeat;
}

.number_list li.li5:hover .icon {
    background: url(../images/num-icon5-on.png) no-repeat;
}

.number_list li.li6:hover .icon {
    background: url(../images/num-icon6-on.png) no-repeat;
}

.number_list li.li7:hover .icon {
    background: url(../images/num-icon7-on.png) no-repeat;
}

.number_list li.li8:hover.icon {
    background: url(../images/num-icon8-on.png) no-repeat;
}

.zssj ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    /* justify-content: space-between; */
}

.zssj ul li {
    width: calc((100% - 120px) / 5);
    box-sizing: border-box;
    border: 1px solid #EAEAEA;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 45px 20px;
    cursor: pointer;

}

.zssj ul li .icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.zssj ul li .icon .iconfont {
    color: #999;
    font-size: 40px;
}

.zssj ul li .date {
    font-size: 20px;
    font-weight: bold;
    color: #3D3D3D;
    margin: 30px 0 15px 0;
    text-align: center;
}

.zssj ul li p {
    font-size: 18px;
    color: #666;
}

.zssj ul li .tt {
    width: 61px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    color: #fff;
    border-radius: 90px;
    background: #696969;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -14px;
}

.zssj ul li .icon img {
    height: 34px;
}

.zssj ul li.active,
.zssj ul li:hover {
    box-sizing: border-box;
    border: 1px solid rgba(0, 70, 128, 0.5);
    background: #fff;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
        0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
}

.zssj ul li.active .icon .iconfont,
.zssj ul li:hover .icon .iconfont {
    color: #5A86A9;
}

.zssj ul li.active .date,
.zssj ul li:hover .date {
    color: #004680;
    font-weight: bold;
}

.zssj ul li.active p,
.zssj ul li:hover p {
    font-weight: bold;
}

.zssj ul li.active .tt,
.zssj ul li:hover .tt {
    background: #5A86A9;
    color: #fff;
}


.xymjSlide .swiper-slide .img img,
.xyzySlide .swiper-slide .img img {
    width: 100%;
}

.xyzySlide .swiper-slide a {
    width: 100%;
}

.xyzySlide .swiper-slide .title {
    text-align: center;
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
}

.xyzySlide .swiper-slide .text {
    width: 100%;
    height: 65%;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100%;
    box-sizing: border-box;
    padding: 20px;
    background: linear-gradient(180deg, rgba(0, 70, 128, 0) 0%, rgba(0, 70, 128, 0.8) 97%);
    align-items: flex-end;
    transition: all 0.5s ease-in-out;
}

.xyzySlide .swiper-slide .desc {
    font-size: 12px;
    color: #fff;
    line-height: 23px;
    text-indent: 2em;
    text-align: justify;
}

.xyzySlide .swiper-slide:hover .text {
    bottom: 0;
}

.xymjSlide {
    width: 100%;
}

.horizontal-accordion {
    display: flex;
    height: 500px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.accordion-panel {
    flex: 1;
    position: relative;
    transition: flex 0.5s ease;
    cursor: pointer;
    overflow: hidden;
}

.accordion-panel:hover {
    flex: 3;
}

.accordion-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.accordion-panel:hover img {
    transform: scale(1.1);
}

.accordion-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: white;
    padding: 10px 30px;
    /* transform: translateY(100%); */
    transform: translateY(0);
    transition: transform 0.5s ease;
}

/* .accordion-panel:hover .accordion-overlay {
    transform: translateY(0);
} */

.accordion-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.accordion-desc {
    font-size: 16px;
    opacity: 0.9;
    margin-bottom: 10px;
    text-align: center;
}

/* 鏍″洯娲诲姩鏉垮潡鏍峰紡 */
.activity-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
}

.activity-item {
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    height: 300px;
}

.activity-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.activity-item:hover img {
    transform: scale(1.05);
}

.activity-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    color: white;
    padding: 10px 20px;
}

.activity-title {
    font-size: 20px;
    font-weight: bold;
}

/* 璋冩暣甯冨眬锛�1+2 鍜� 2+1 */
.activity-item:nth-child(1) {
    grid-column: span 2;
    grid-row: span 1;
}

.activity-item:nth-child(6) {
    grid-column: span 2;
    grid-row: span 1;
}

.xyhdBox ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.xyhdBox li {
    width: calc(25% - 18.75px);
    position: relative;
    border-radius: 10px;
}

.xyhdBox li.li1,
.xyhdBox li.li6 {
    width: calc(50% - 12.5px);
}

.xyhdBox li .img {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    border-radius: 10px;
}

.xyhdBox li.li1 .img,
.xyhdBox li.li6 .img {
    padding-bottom: 48.8%;
}

.xyhdBox li .img video,
.xyhdBox li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
    position: absolute;
    top: 0;
    left: 0;
}


.xyhdBox li .title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    padding: 0 15px;
    color: #fff;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}

.xyhdBox li:hover .title {
    font-weight: bold;
    font-size: 20px;
}

.main-szdw {
    width: 100%;
    background: #F0F4F7;
}

.szdwSlide {
    width: 100%;
}

.szdwSlide .swiper-slide {
    width: calc((100% - 80px) / 5);
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.szdwSlide .swiper-slide a {
    width: 100%;
}

.szdwSlide .swiper-slide .img {
    width: 100%;
    position: relative;
    padding-bottom: 139%;
    overflow: hidden;
}

.szdwSlide .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
    position: absolute;
    top: 0;
    left: 0;
}

.szdwSlide .swiper-slide .text {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.szdwSlide .swiper-slide .title {
    display: flex;
    align-items: center;
}

.szdwSlide .swiper-slide .name {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.szdwSlide .swiper-slide .sub {
    font-size: 14px;
    font-weight: bold;
    color: #727171;
    margin-left: 10px;
}

.szdwSlide .swiper-slide .desc {
    font-size: 12px;
    color: #999;
    line-height: 22px;
    height: 22px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-top: 10px;
}

.szdwSlide .swiper-slide:hover {
    background: #004680;
}

.szdwSlide .swiper-slide:hover .sub,
.szdwSlide .swiper-slide:hover .desc,
.szdwSlide .swiper-slide:hover .name {
    color: #fff;
}

.xyzySlide .swiper-pagination1,
.szdwSlide .swiper-pagination1 {
    margin-top: 20px;
    text-align: center;
    display: none;
}

.xyzySlide .swiper-pagination-bullet,
.szdwSlide .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 4px;
    background: #5A86A9;
    opacity: .7;
}

.xyzySlide .swiper-pagination-bullet-active,
.szdwSlide .swiper-pagination-bullet-active {
    opacity: 1;
}

.main-zcxq {
    width: 100%;
    padding-top: 50px;
    background: url(../images/main-jymx-bg.jpg) top no-repeat;
    background-size: cover;
}

.jymx_text {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.jymx_text_left {
    width: 41.6%;
}

.jymx_text_left .title {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
}

.jymx_text_left .desc {
    font-size: 20px;
    line-height: 35px;
    text-align: justify;
}

.jymx_text_right {
    width: 50%;
}

.jymx_text_right ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jymx_text_right ul.u1 {
    margin-bottom: 45px;
}

.jymx_text_right ul li {
    width: 33.3%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    box-sizing: border-box;
    padding: 0 15px;
}

.jymx_text_right ul li .name {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.jymx_text_right ul li span {
    font-size: 45px;
    font-weight: bold;
}

.jymx_text_right ul li .sub {
    font-size: 12px;
}

.jymx_text_right ul li p {
    width: 100%;
    font-size: 12px;
    text-align: center;
}

.hzdwBox {
    width: 100%;
    box-sizing: border-box;
    padding: 0 70px;
    position: relative;
}

.hzdwSlide {
    width: 100%;
    background: #fff;
    border-radius: 7px;
    box-sizing: border-box;
    padding: 25px;
}

.hzdwSlide .swiper-container {
    box-sizing: border-box;
    padding: 0 5px;
}

.hzdwSlide .swiper-slide {
    background: #fff;
    height: 56px;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
    border: 0.5px solid #CCCDCD;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hzdwSlide .swiper-slide img {
    max-height: 50px;
    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;
}

.hzdwSlide .swiper-slide:hover 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);
}

.hzdwSlide .swiper-next,
.hzdwSlide .swiper-prev {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.hzdwSlide .swiper-next {
    background: url(../images/next.png) center no-repeat;
    background-size: cover;
    left: auto;
    right: 0;
}

.hzdwSlide .swiper-prev {
    background: url(../images/prev.png) center no-repeat;
    background-size: cover;
}

.hzdwSlide .swiper-next:hover {
    background: url(../images/next2.png) center no-repeat;
    background-size: cover;
}

.hzdwSlide .swiper-prev:hover {
    background: url(../images/prev2.png) center no-repeat;
    background-size: cover;
}

.sxby-img {
    width: 100%;
    position: relative;
}

.sxby-img .img {
    width: 100%;
    position: relative;
}

.sxby-img .img::before {
    content: '';
    width: 100%;
    height: 50%;
    display: inline-block;
    background: linear-gradient(180deg, rgba(0, 70, 128, 0.6) 0%, rgba(0, 70, 128, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
}

.sxby-img .img img {
    width: 100%;
}

.xsby-text {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 11;
    color: #fff;
}

.xsby-text a {
    width: 100%;
    height: 100%;
    color: #fff;
    display: block;
}

.sxby-img .title {
    font-size: 40px;
    font-weight: bold;
}

.sxby-img .title2 {
    font-size: 22px;
    margin: 20px 0 10px 0;
}

.sxby-img .desc {
    font-size: 20px;
    line-height: 35px;
}

/* 升学榜样 */

.xsbySlide {
    width: 100%;
    position: relative;
}

.xsbySlide .swiper-container {
    box-sizing: border-box;
    padding: 20px 10px;
}

.xsbySlide .swiper-slide {
    /* height: 309px; */
    width: 100%;
    border-radius: 15px;
    background: #f8fcfe;
    box-shadow: 0px 4px 10px 0px rgba(81, 156, 237, 0.3);
    box-sizing: border-box;
    padding: 20px 20px 40px 20px;
}

.xsbySlide .swiper-slide a {
    width: 100%;
}

.xsbySlide .swiper-slide .desc {
    text-align: center;
    color: #8C8B8B;
    line-height: 25px;
    height: 50px;
    margin: 30px 0 10px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.xsbySlide .swiper-slide .title {
    display: flex;
    align-items: center;
    color: #8C8B8B;
    justify-content: center;
}

.xsbySlide .swiper-slide .name {
    font-size: 20px;
    margin-right: 5px;
    color: #333;
    font-weight: bold;
}

.xsbySlide .swiper-slide .name2 {
    font-size: 14px;
    line-height: 21px;
    height: 42px;
    display: flex;
    align-items: center;
}

.xsbySlide .swiper-slide .img {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1 / 1;
    position: relative;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #fff;
}

.xsbySlide .swiper-slide .img img {
    width: 100%;
}

.xsbySlide .swiper-slide:hover {
    background: url(../images/xsby-slide-bg.png) center no-repeat;
    background-size: 100% 100%;
}

.xsbySlide .swiper-slide:hover .name {
    color: #004680;
    font-weight: bold;
}

.xsby-swiper-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}



.xsbySlide .swiper-next,
.xsbySlide .swiper-prev {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
}

.xsbySlide .swiper-next {
    background: url(../images/next.png) center no-repeat;
    background-size: cover;
    left: auto;
    right: -100px;
}

.xsbySlide .swiper-prev {
    background: url(../images/prev.png) center no-repeat;
    background-size: cover;
}

.xsbySlide .swiper-next:hover {
    background: url(../images/next2.png) center no-repeat;
    background-size: cover;
}

.xsbySlide .swiper-prev:hover {
    background: url(../images/prev2.png) center no-repeat;
    background-size: cover;
}

.main-jzxjzc {
    width: 100%;
}

.jzxjzc-img img {
    width: 100%;
}

.jzxj-list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    margin-top: 30px;
    /* background: url(../images/jzxj-list-ul-bg.png) center no-repeat; */
    background-size: cover;
    border-radius: 9px;
}

.jzxj-list ul li {
    flex: 1;
    border-radius: 9px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
    padding: 40px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.jzxj-list ul li .name {
    font-size: 17px;
    font-weight: bold;
    color: #000;
    margin-top: 40px;
}

.jzxj-list ul li .num {
    font-size: 22px;
    font-weight: bold;
    color: #004680;
    margin: 15px 0;
}

.jzxj-list ul li .desc {
    font-size: 16px;
    color: #6C757D;
}

.jzxj-list ul li:hover {
    background: #004680;
}

.jzxj-list ul li:hover .name,
.jzxj-list ul li:hover .num,
.jzxj-list ul li:hover .desc {
    color: #fff;
}

.jzxj-list ul li .icon {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jzxj-list ul li:hover .icon {
    background: #fff;
    border-radius: 50%;
}

.jymxSlide .swiper-slide a {
    width: 100%;
}

.jymxSlide .swiper-slide .img {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 1 / 1;
    position: relative;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #fff;
}

.jymxSlide .swiper-slide .img img {
    border-radius: 50%;
}

.jymxSlide .swiper-slide .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
}

.jymxSlide .swiper-slide .org {
    font-size: 24px;
    color: #3D3D3D;
}

.jymxSlide .swiper-slide .desc {
    color: #666;
    line-height: 25px;
    height: 50px;
    text-align: center;
    margin: 20px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.jymxSlide .swiper-slide .title {
    display: flex;
    align-items: center;
}

.jymxSlide .swiper-slide .name {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-right: 5px;
}

.jymxSlide .swiper-slide .name2 {
    color: #666;
    font-size: 14px;
    line-height: 21px;
    height: 21px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.jymxSlide .swiper-next,
.jymxSlide .swiper-prev {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translateY(-50%);
}

.jymxSlide .swiper-next {
    background: url(../images/next.png) center no-repeat;
    background-size: cover;
    left: auto;
    right: -100px;
}

.jymxSlide .swiper-prev {
    background: url(../images/prev.png) center no-repeat;
    background-size: cover;
}

.jymxSlide .swiper-next:hover {
    background: url(../images/next2.png) center no-repeat;
    background-size: cover;
}

.jymxSlide .swiper-prev:hover {
    background: url(../images/prev2.png) center no-repeat;
    background-size: cover;
}

.jymxSlide .swiper-slide:hover .name {
    color: #004680;
}

.main_more {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.main_more a {
    width: 103px;
    line-height: 30px;
    text-align: center;
    height: 30px;
    display: inline-block;
    font-size: 14px;
    color: #004680;
    border-radius: 3px;
    box-sizing: border-box;
    border: 0.5px solid #004680;
}

.foot .fleft {
    width: 55% !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.foot .fright {
    width: 45% !important;
}

.ftCode {
    display: flex;
    box-sizing: border-box;
    padding-top: 25px;
}

.ftCode .item1 {
    margin-right: 60px;
}

.ftCode .item h3 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
}

.ftCode .item li {
    margin-top: 15px;
    position: relative;
}

.ftCode .item li a {
    font-size: 14px;
    color: #fff;
}

.ftCode .item li a img {
    margin-right: 10px;
    max-height: 18px;
}

.ftCode .item li .code_img {
    position: absolute;
    left: 120%;
    top: 50%;
    transform: translateY(-50%);
    width: 110px;
    background: #fff;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 5px;
    display: none;
}

.ftCode .item li .code_img img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.ftCode .item li:hover .code_img {
    display: block;
}