@font-face {
    font-family: 'MiSans-Semibold';
    src: url('../font/MiSans-Semibold.ttf');
}

@font-face {
    font-family: 'Anton-Regular';
    src: url('../font/Anton-Regular-2.ttf');
}




.yanfa_class {
    font-weight: bold;
    font-size: 0.36rem;
    color: #000000;
    position: relative;
}

.yanfa_class i {
    position: absolute;
    width: 0.15rem;
    height: 0.03rem;
    background: #DA0010;
    left: 0;
    top: 0.65rem;
}

.yanfa_class i::before {
    content: "";
    position: absolute;
    width: 0.15rem;
    height: 0.03rem;
    background: #61B62F;
    left: 0.15rem;
}

.yanfa_class i::after {
    content: "";
    position: absolute;
    width: 0.3rem;
    height: 0.03rem;
    background: #004DA1;
    left: 0.3rem;
}

.yanfa_txt {
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    line-height: 2;
    margin-top: 0.42rem;
}







.jishu {
    width: 100%;
    height: 10rem;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 0.8rem;
    box-sizing: border-box;
    position: relative;
    z-index: -1;
    overflow: hidden;
}

.jishu .yanfa_class {
    text-align: center;
}

.jishu .yanfa_class i {
    left: 50%;
    margin-left: -0.3rem;
}







.yanfa_tab {
    margin-top: 0.73rem;
    display: flex;
    justify-content: center;
    gap: 0.6rem;
}

.yanfa_tab .yanfa_btn {
    padding: 0.12rem 0.4rem;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 0.2rem;
    color: #202020;
    background: #FFFFFF;
    border-radius: 0.25rem;
    border: 0.01rem solid #004DA1;
    cursor: pointer;
}

.yanfa_tab .yanfa_btn.act {
    background: #004DA1;
    color: #fff;
}

.yanfa_body .yanfa_item {
    display: none;
}

.yanfa_body .yanfa_item.on {
    display: block;
}



.yanfa_list1 {
    position: relative;
    height: 7.5rem;
}

.yanfa_list1 .yanfa_Swiper1 {
    width: 12rem;
    overflow: hidden;
    height: 100%;
    margin-left: 0.9rem;
}

.yanfa_list1 .yanfa_Swiper1 .list1_item {
    width: 3rem;
    top: 0.4rem;
    min-height: 2.05rem;
    height: fit-content;
    display: block;
    position: relative;
    padding-left: 0.4rem;
    box-sizing: border-box;
    transition: all 0.2s;
}
.yanfa_list1 .yanfa_Swiper1 .list1_item:hover {
    min-height: 2.25rem;
    transform: translateY(-0.2rem);
}

.yanfa_list1 .yanfa_Swiper1 .list1_item::before {
    content: "";
    position: absolute;
    width: 0;
    height: calc(100% - 0.25rem);
    top: 0.11rem;
    left: 0.09rem;
    border-left: 0.01rem dashed #A3A3A3;
}

.yanfa_list1 .yanfa_Swiper1 .list1_item::after {
    content: "";
    position: absolute;
    width: 0.02rem;
    height: 0.39rem;
    background: #004DA1;
    border-radius: 0.02rem;
    top: 0.11rem;
    left: 0.09rem;
}

.yanfa_list1 .yanfa_Swiper1 .list1_item .list1_year {
    width: 100%;
    text-align: left;
    font-family: Anton-Regular;
    font-weight: 400;
    font-size: 0.36rem;
    color: #004DA1;
    margin-bottom: 0.2rem;
}

.yanfa_list1 .yanfa_Swiper1 .list1_item .list1_txt {
    font-weight: 400;
    font-size: 0.16rem;
    color: #202020;
    line-height: 0.26rem;
    width: 100%;
    text-align: left;
}

.yanfa_list1 .yanfa_Swiper1 .list1_item .list1_icon {
    width: 0.18rem;
    height: 0.18rem;
    background: #fff;
    border-radius: 50%;
    border: 0.03rem solid #004DA1;
    position: absolute;
    bottom: 0;
    left: 0;
}
/*.yanfa_list1 .yanfa_Swiper1 .list1_item.swiper-slide-next .list1_icon{*/
/*    border: 0.02rem solid #fff;*/
/*    background: linear-gradient( 180deg, #004DA1 0%, #1898E8 100%);*/
/*    box-shadow: 0 0 0.08rem 0.01rem #0079C5;*/
/*}*/
.yanfa_list1 .swiper-button-next,
.yanfa_list1 .swiper-button-prev {
    width: 0.5rem;
    height: 0.5rem;
    border: 0.02rem solid #004DA1;
    border-radius: 50%;
    top: 2.68rem;
    margin-top: 0;
}

.yanfa_list1 .swiper-button-next::after,
.yanfa_list1 .swiper-button-prev::after {
    display: none;
}

.yanfa_list1 .swiper-button-next {
    left: 0.64rem;
}

.yanfa_list1 .swiper-button-prev {
    left: 0rem;
}

.yanfa_list1 .swiper-button-next img,
.yanfa_list1 .swiper-button-prev img {
    width: 0.1rem;
    height: 0.2rem;
}

.yanfa_list1 .swiper-button-next:hover,
.yanfa_list1 .swiper-button-prev:hover {
    background: #004DA1;
}

.yanfa_list1 .swiper-button-next:hover img,
.yanfa_list1 .swiper-button-prev:hover img {
    filter: brightness(0) invert(1);
}

.yanfa_list1 .list1_key {
    border-radius: 50%;
    position: absolute;
    font-weight: bold;
    font-size: 0.14rem;
    color: #FFFFFF;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(28, 174, 172, 0.87);

}

.yanfa_list1 .list1_key.key1 {
    width: 0.85rem;
    height: 0.85rem;
    background: linear-gradient(150deg, #004DA1 0%, #1898E8 100%);
    box-shadow: 0rem 0rem 0.08rem 0.01rem #0079C5;
    top: 3.19rem;
    right: 3.96rem;
    animation: floatright 3s ease-out forwards, floatDown 5s infinite ease-in-out 2s;
}

.yanfa_list1 .list1_key.key2 {
    width: 0.89rem;
    height: 0.89rem;
    background: linear-gradient(111deg, #43D0FB 0%, #0DAAE4 100%);
    box-shadow: 0rem 0rem 0.11rem 0.01rem rgba(15, 164, 217, 0.49);
    top: 2.82rem;
    right: 2.68rem;
    animation: floatright 4s ease-out forwards, floatDown 2s infinite ease-in-out 2s;
}

.yanfa_list1 .list1_key.key3 {
    width: 0.93rem;
    height: 0.93rem;
    background: linear-gradient(107deg, #60C5C1 0%, #10AAA8 100%);
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(28, 174, 172, 0.87);
    top: 2.4rem;
    right: 1.31rem;
    animation: floatright 5s ease-out forwards, floatDown 3s infinite ease-in-out 2s;
}

.yanfa_list1 .list1_key.key4 {
    width: 1rem;
    height: 1rem;
    background: linear-gradient(122deg, #77DC9E 0%, #61B62F 100%);
    box-shadow: 0rem 0rem 0.08rem 0.01rem rgba(76, 184, 46, 0.56);
    top: 1.77rem;
    right: -0.02rem;
    animation: floatright 6s ease-out forwards, floatDown 5s infinite ease-in-out 2s;
}

@keyframes floatright {
    0% {
        right: -3rem;
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* 漂浮的关键帧 */
@keyframes floatDown {

    0%,
    100% {
        transform: translateY(0px) translateX(-10%);
    }

    50% {
        transform: translateY(-10px) translateX(-10%);
    }
}













.yanfa_list2 {
    height: 6.91rem;
    margin-top: 0.6rem;
    position: relative;
}

.yanfa_list2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5.14rem;
    background: url(../img/yanfa_bg.png) center no-repeat;
    background-size: cover;
}

.yanfa_list2 .yanfa_Swiper2 {
    overflow: hidden;
    width: calc(100% - 1.7rem);
    margin: 0 auto;
}

.yanfa_Swiper2 .list2_item {
    width: 2.3rem;
    min-height: 1.7rem;
    height: fit-content;
    border-left: 0.01rem solid #299FE9;
    display: block;
    position: relative;
    padding-left: 0.3rem;
    box-sizing: border-box;
    transition: all 0.2s;
}

.yanfa_Swiper2 .list2_item:hover {
    min-height: 2rem;
    transform: translateY(-0.3rem);
}

.yanfa_Swiper2 .list2_item::before {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    top: 0px;
    left: 0;
    display: inline-block;
    border: 8px solid transparent;
    border-top-color: #004DA1;
    transform: rotate(-90deg);
}

.yanfa_Swiper2 .list2_item .list2_year {
    width: 100%;
    text-align: left;
    font-family: Anton-Regular;
    font-weight: 400;
    font-size: 0.36rem;
    color: #004DA1;
    margin-bottom: 0.15rem;
}

.yanfa_Swiper2 .list2_item .list2_txt {
    width: 2rem;
    text-align: left;
    font-weight: 400;
    font-size: 0.16rem;
    color: #202020;
    line-height: 0.26rem;
}


.yanfa_list2 .swiper-button-next,
.yanfa_list2 .swiper-button-prev {
    width: 0.5rem;
    height: 0.5rem;
    border: 0.02rem solid #004DA1;
    border-radius: 50%;
    top: 1.8rem;
    margin-top: 0;
}

.yanfa_list2 .swiper-button-next::after,
.yanfa_list2 .swiper-button-prev::after {
    display: none;
}

.yanfa_list2 .swiper-button-next {
    right: -0.5rem;
}

.yanfa_list2 .swiper-button-prev {
    left: -0.5rem;
}

.yanfa_list2 .swiper-button-next img,
.yanfa_list2 .swiper-button-prev img {
    width: 0.1rem;
    height: 0.2rem;
}

.yanfa_list2 .swiper-button-next:hover,
.yanfa_list2 .swiper-button-prev:hover {
    background: #004DA1;
}

.yanfa_list2 .swiper-button-next:hover img,
.yanfa_list2 .swiper-button-prev:hover img {
    filter: brightness(0) invert(1);
}


.yanfa_list2 .list2_key {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    position: absolute;
    font-weight: 400;
    font-size: 0.12rem;
    color: #FFFFFF;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    border: 0.02rem solid #FFFFFF;
}

.yanfa_list2 .list2_key.key1 {
    width: 0.9rem;
    height: 0.9rem;
    background: linear-gradient(311deg, #43D0FB 0%, #0DAAE4 100%);
    box-shadow: 0rem 0rem 0.11rem 0.01rem rgba(15, 164, 217, 0.49);
    bottom: 1.89rem;
    left: 1.19rem;
    animation: floatUp 5s ease-out forwards, floatDown 5s infinite ease-in-out 2s;
}

.yanfa_list2 .list2_key.key2 {
    background: linear-gradient(306deg, #76CE98 0%, #67C52F 100%);
    box-shadow: 0rem 0rem 0.08rem 0.01rem rgba(76, 184, 46, 0.56);
    bottom: 1.12rem;
    left: 2.1rem;
    animation: floatUp 3s ease-out forwards, floatDown 2s infinite ease-in-out 2s;
}

.yanfa_list2 .list2_key.key3 {
    background: linear-gradient(150deg, #004DA1 0%, #1898E8 100%);
    box-shadow: 0rem 0rem 0.08rem 0.01rem rgba(0, 121, 197, 0.73);
    border: 0.03rem solid #FFFFFF;
    bottom: 2.3rem;
    left: 3.55rem;
    animation: floatUp 5s ease-out forwards, floatDown 3s infinite ease-in-out 2s;
}

.yanfa_list2 .list2_key.key4 {
    background: linear-gradient(297deg, #60C5C1 0%, #10AAA8 100%);
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(28, 174, 172, 0.87);
    border: 0.03rem solid #FFFFFF;
    bottom: 0.87rem;
    left: 4.21rem;
    animation: floatUp 2s ease-out forwards, floatDown 5s infinite ease-in-out 2s;
}

.yanfa_list2 .list2_key.key5 {
    background: linear-gradient(306deg, #76CE98 0%, #67C52F 100%);
    box-shadow: 0rem 0rem 0.08rem 0.01rem rgba(76, 184, 46, 0.56);
    left: 5.25rem;
    bottom: 1.89rem;
    animation: floatUp 3s ease-out forwards, floatDown 3s infinite ease-in-out 2s;
}

.yanfa_list2 .list2_key.key6 {
    width: 0.96rem;
    height: 0.96rem;
    background: linear-gradient(150deg, #004DA1 0%, #1898E8 100%);
    box-shadow: 0rem 0rem 0.08rem 0.01rem rgba(0, 121, 197, 0.73);
    bottom: 1.05rem;
    left: 6.6rem;
    animation: floatUp 5s ease-out forwards, floatDown 3s infinite ease-in-out 2s;
}

.yanfa_list2 .list2_key.key7 {
    background: linear-gradient(311deg, #43D0FB 0%, #0DAAE4 100%);
    box-shadow: 0rem 0rem 0.11rem 0.01rem rgba(15, 164, 217, 0.49);
    bottom: 1.81rem;
    left: 8.04rem;
    animation: floatUp 2s ease-out forwards, floatDown 5s infinite ease-in-out 2s;
}

.yanfa_list2 .list2_key.key8 {
    background: linear-gradient(297deg, #60C5C1 0%, #10AAA8 100%);
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(28, 174, 172, 0.87);
    bottom: 1.24rem;
    left: 9.45rem;
    animation: floatUp 3s ease-out forwards, floatDown 2s infinite ease-in-out 2s;
}

@keyframes floatUp {
    0% {
        bottom: -3rem;
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* 漂浮的关键帧 */
@keyframes floatDown {

    0%,
    100% {
        transform: translateY(0px) translateX(-10%);
    }

    50% {
        transform: translateY(-10px) translateX(-10%);
    }
}








.yanfa_list3 {
    margin-top: 2rem;
    position: relative;
}
.yanfa_list3 .yanfa_Swiper3{
    height: fit-content;
}
.yanfa_Swiper3 .list3_item {
    width: 2.5rem !important;
    height: auto;
    position: relative;
    display: block;
    transform: none !important;
}

.yanfa_Swiper3 .list3_item:last-child {
    font-weight: 600;
    width: 2.7rem !important;
}

.yanfa_Swiper3 .list3_item::before {
    content: "";
    position: absolute;
    width: 4.98rem;
    height: 0.76rem;
    background: linear-gradient(268deg, #005EC4 0%, #AADEFF 100%);
    border-radius: 0rem 0.38rem 0.38rem 0rem;
    right: 0;
    top: 0;
}

.yanfa_Swiper3 .list3_item .list3_year {
    width: 100%;
    height: 0.76rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Anton, Anton;
    font-weight: 400;
    font-size: 0.36rem;
    color: #FFFFFF;
    position: relative;
    z-index: 9;
    background: linear-gradient(268deg, #005EC4 0%, #549de0 100%);
    border-radius: 0rem 0.38rem 0.38rem 0rem;
    cursor: pointer;
    
    transition: all 0.5s;
}
.yanfa_Swiper3 .list3_item .list3_year:hover{
    width: calc(100% + 0.1rem);
    z-index: 999;
}
.yanfa_Swiper3 .list3_item:last-child .list3_year{
     font-weight: 600;
}
.yanfa_Swiper3 .list3_item .list3_icon {
    width: 0.18rem;
    height: 0.18rem;
    background: linear-gradient(45deg, #004DA1 0%, #1898E8 100%);
    border-radius: 50%;
    border: 0.02rem solid #fff;
    box-shadow: 0px 0px 8px 1px #0079C5;
    margin: 0.05rem auto 0;
    
    
}

.yanfa_Swiper3 .list3_item .list3_line {
    width: 0.02rem;
    height: 0.9rem;
    background: linear-gradient(180deg, #004DA1 0%, rgba(180, 226, 255, 0) 100%);
    border-radius: 0.02rem 0.02rem 0rem 0rem;
    margin: 0 auto;
}

.yanfa_Swiper3 .list3_item .list3_txt {
    max-width: 2.1rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #202020;
    line-height: 0.26rem;
    margin: 0 auto;
}

.yanfa_list3 .swiper-button-next,
.yanfa_list3 .swiper-button-prev {
    width: 0.5rem;
    height: 0.5rem;
    background: rgba(219, 219, 219, 0.3);
    border: 0.02rem solid #FFFFFF;
    border-radius: 50%;
    top: 0.13rem;
    opacity: 1;
    margin-top: 0;
}

.yanfa_list3 .swiper-button-next::after,
.yanfa_list3 .swiper-button-prev::after {
    display: none;
}

.yanfa_list3 .swiper-button-next {
    right: -0.5rem;
}

.yanfa_list3 .swiper-button-prev {
    left: -0.5rem;
}

.yanfa_list3 .swiper-button-next img,
.yanfa_list3 .swiper-button-prev img {
    width: 0.1rem;
    height: 0.2rem;
    filter: brightness(0) invert(1);
}



.chengguo {
    height: 10.02rem;
    background: #FFFFFF;
}

.chengguo .max-width {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.chengguo_fl {
    width: 5.2rem;
    padding-top: 1.4rem;
}

.chengguo_tab {
    margin-top: 0.43rem;
    margin-bottom: 0.6rem;
    display: flex;
    gap: 0.25rem;
}

.chengguo_tab .tab_btn {
    width: 1.4rem;
    height: 0.33rem;
    border-radius: 0.25rem;
    border: 0.01rem solid #004DA1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 0.16rem;
    color: #202020;
    cursor: pointer;
}

.chengguo_tab .tab_btn.act {
    background: #004DA1;
    color: #fff;
}

.chengguo_cont .chengguo_txt,
.chengguo_cont .chengguo_txt p {
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
    line-height: 2;
}

.chengguo_cont .chengguo_txt p b {
    font-weight: bold;
    color: #004DA1;
    font-size: 0.2rem;
}

.chengguo_num {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.2rem;
}

.chengguo_num .num_item {
    display: flex;
    flex-wrap: wrap;
    width: 33.33%;
    margin-bottom: 0.3rem;
}

.chengguo_num .num_item .num {
    width: 100%;
    font-family: MiSans-Semibold;
    font-weight: 600;
    font-size: 0.48rem;
    color: #004DA1;
}

.chengguo_num .num_item .num_tit {
    width: 100%;
    font-weight: 400;
    font-size: 0.16rem;
    color: #202020;
    margin-top: 0.05rem;
}



.chenguo_fr {
    width: calc(100% - 5.79rem);
    height: 100%;
}

.chenguo_fr .chengguo_litpic {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    /* overflow: hidden; */
    /* display: none; */
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.chenguo_fr .chengguo_litpic.on {
    opacity: 1;
    z-index: 3;
}

.chenguo_fr .chengguo_litpic .banner {
    width: 25%;
    height: 100%;
}

.chenguo_fr .chengguo_litpic .banner .swiper-wrapper {
    flex-wrap: wrap;
    transition-timing-function: linear !important;
}

.chenguo_fr .chengguo_litpic .banner .swiper-slide {
    /* height: 2.65rem !important; */
    /* 固定高度 */
    height: fit-content; 
    width: 2.05rem !important;
    background: #EDEDED url(../img/chengguo_bg.png) center no-repeat;
    background-size: cover;
    padding: 0.2rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.1);
}

.chenguo_fr .chengguo_litpic .banner .swiper-slide img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}









.chenguo_fr{
    /* padding-top: 1.4rem; */
    margin-top: 3.13rem;
    width: 7.48rem;
    height: 5.7rem;
    margin-right: 0.66rem;
    position: relative;
}
.chenguo_fr .achievement_swiper{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
.chenguo_fr .achievement_swiper .achievement_img{
    height: 5.7rem; 
    width: 4.4rem;
    background: #EDEDED url(../images/chengguo_bg.png) center no-repeat;
    background-size: cover;
    padding: 0.2rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.chenguo_fr .achievement_swiper .achievement_img img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}
.chengguo_litpic .swiper-button-next,
.chengguo_litpic .swiper-button-prev {
    width: 0.5rem;
    height: 0.5rem;
    border: 0.02rem solid #004DA1;
    border-radius: 50%;
}

.chengguo_litpic .swiper-button-next::after,
.chengguo_litpic .swiper-button-prev::after {
    display: none;
}
.chengguo_litpic .swiper-button-next img,
.chengguo_litpic .swiper-button-prev img {
    width: 0.1rem;
    height: 0.2rem;
}

.chengguo_litpic .swiper-button-next:hover,
.chengguo_litpic .swiper-button-prev:hover {
    background: #004DA1;
}

.chengguo_litpic .swiper-button-next:hover img,
.chengguo_litpic .swiper-button-prev:hover img {
    filter: brightness(0) invert(1);
}
.chengguo_litpic .swiper-button-next{
    right: -0.66rem;
}
.chengguo_litpic .swiper-button-prev{
    left: -0.66rem;
}













.ziyuan {
    background: #F7F7F7;
    padding: 0.8rem 0;
    box-sizing: border-box;
}

.ziyuan .max-width {
    display: flex;
    justify-content: space-between;
    gap: 0.8rem;
}

.ziyuan .ziyuan_litpic {
    width: 7.2rem;
    height: 5.6rem;
    overflow: hidden;
    position: relative;
    border-radius: 0.08rem;
}

.ziyuan .ziyuan_litpic .ziyuan_img {
    width: 100%;
    height: 100%;
}

.ziyuan .ziyuan_litpic .swiper-button-prev::after,
.ziyuan .ziyuan_litpic .swiper-button-next::after {
    display: none;
}

.ziyuan .ziyuan_litpic .swiper-button-prev,
.ziyuan .ziyuan_litpic .swiper-button-next {
    width: 0.14rem;
    height: 0.24rem;
    background: url(../img/ziyuan_prev.png) center no-repeat;
    background-size: contain;
    opacity: 1;
}

.ziyuan .ziyuan_litpic .swiper-button-next {
    background: url(../img/ziyuan_next.png) center no-repeat;
}

.ziyuan .ziyuan_litpic .swiper-pagination {
    bottom: 0.36rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.2rem;
    justify-content: center;
}

.ziyuan .ziyuan_litpic .swiper-pagination span {
    width: 0.3rem;
    height: 0.04rem;
    background: #FFFFFF;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    opacity: 0.8;
}

.ziyuan .ziyuan_litpic .swiper-pagination span.swiper-pagination-bullet-active {
    background: #004DA1;
    opacity: 1;
}


.ziyuan_cont {
    width: calc(100% - 8rem);
    padding-top: 0.4rem;
}

.ziyuan_cont .ziyuan_num {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.45rem;
    justify-content: space-between;
}

.ziyuan_cont .ziyuan_num .num_item {
    width: 3.4rem;
    height: 1.48rem;
    background: #FEFCFC;
    box-shadow: 0.03rem 0.02rem 0.11rem 0.01rem rgba(70,69,69,0.14);
    border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
    border: 0.02rem solid #FFFFFF;
    margin-bottom: 0.3rem;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.ziyuan_cont .ziyuan_num .num_item:hover{
    box-shadow: -0.08rem -0.08rem 0.11rem 0.01rem rgb(41 136 192);
}
.ziyuan_cont .ziyuan_num .num_item .num_txt {
    font-family: MiSans, MiSans;
    font-weight: 600;
    font-size: 0.44rem;
    color: #1550A1;
    text-align: center;
    width: 100%;
}

.ziyuan_cont .ziyuan_num .num_item .num_cont {
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.2rem;
    text-align: center;
    width: 100%;
    margin-top: 0.1rem;
}









@media screen and (max-width: 1024px) {
    .jishu{
        z-index: 3;
        background-size: cover;
        height: auto;
        padding-bottom: 2.4rem;
    }
    .yanfa_tab{
        gap: 0.2rem;
    }
    .yanfa_tab .yanfa_btn{
        padding: 0.12rem 0.3rem;
        font-size: 0.26rem;
    }
    .yanfa_list1 .yanfa_Swiper1{
        width: 100%;
        margin-left: 0;
    }
    .yanfa_list1 .yanfa_Swiper1 .list1_item .list1_txt{
        font-size: 0.22rem;
    }
    .yanfa_list1 .list1_key.key1{
        top: 7.2rem;
    }
    .yanfa_list1 .list1_key.key2{
        top: 7.8rem;
    }
    .yanfa_list1 .list1_key.key3{
        top: 6.4rem;
    }
    .yanfa_list1 .list1_key.key4{
        top: 5.8rem;
    }
    .yanfa_list2 .yanfa_Swiper2{
        width: 100%;
    }
    .yanfa_Swiper2 .list2_item .list1_year{
        font-size: 0.3rem;
    }
    .yanfa_Swiper2 .list2_item .list1_txt{
        font-size: 0.22rem;
    }
    .yanfa_list2 .swiper-button-next,
    .yanfa_list3 .swiper-button-next{
        right: 0.5rem;
        top: 4rem;
    }
    
    .yanfa_list2 .swiper-button-prev,
    .yanfa_list3 .swiper-button-prev{
        left: 0.5rem;
        top: 4rem;
    }
    .yanfa_list2 .list2_key.key1{
        bottom: -1.11rem;
        left: 0.19rem;
    }
    .yanfa_list2 .list2_key.key2{
        bottom: -1.88rem;
        left: 1.1rem;
    }
    .yanfa_list2 .list2_key.key3{
        bottom: -0.7rem;
        left: 1.55rem;
    }
    .yanfa_list2 .list2_key.key4{
        bottom: 0.87rem;
        left: 2.21rem;
    }
    .yanfa_list2 .list2_key.key5{
        left: 3.25rem;
        bottom: -0.11rem;
    }
    .yanfa_list2 .list2_key.key6{
        left: 3.6rem;
    }
    .yanfa_list2 .list2_key.key7{
        bottom: -0.19rem;
        left: 5.04rem;
    }
    .yanfa_list2 .list2_key.key8{
        bottom: 1.24rem;
        left: 6rem;
    }
    

    .yanfa_Swiper3 .list3_item .list3_txt,
    .yanfa_Swiper3 .list3_item .list3_txt p,
    .yanfa_Swiper3 .list3_item .list3_txt *{
        font-size: 0.24rem;
        line-height: 1.6;
    }
    
    
    
    
    
    
    .chengguo{
        height: auto;
        padding-bottom: 0.6rem;
    }
    .chengguo .max-width,
    .ziyuan .max-width{
        flex-wrap: wrap;
    }
    .chengguo_fl{
        width: 100%;
        padding-top: 0.6rem;
    }
    .chengguo_tab .tab_btn{
        font-size: 0.26rem;
        width: auto;
        height: 0.5rem;
        padding: 0 0.2rem;
    }
    .chengguo_cont .chengguo_txt, 
    .chengguo_cont .chengguo_txt p,
    .chengguo_num .num_item .num_tit{
        font-size: 0.26rem;
    }
    .chengguo_cont .chengguo_txt p b{
        font-size: 0.3rem;
    }
    .chengguo_num .num_item{
        width: 16.66%;
    }
    .chengguo_num .num_item .num,
    .chengguo_num .num_item .num_tit{
        text-align: center;
    }
    .chenguo_fr{
        margin: 0.4rem auto;
        width: 80%;
        min-height: 7rem;
    }
    .chenguo_fr .achievement_swiper .achievement_img{
        height: auto;
        width: 90%;
    }
    
    .ziyuan_cont,
    .ziyuan .ziyuan_litpic{
        width: 100%;
        height: auto;
        padding: 0;
    }
    .yanfa_txt{
        font-size: 0.26rem;
    }
    
    
    
    .ziyuan_cont .ziyuan_num .num_item{
        height: auto;
        padding: 0.4rem 0.2rem;
    }
    .ziyuan_cont .ziyuan_num .num_item .num_cont{
        font-size: 0.26rem;
        line-height: 1.5;
    }
}




