@media (max-width: 870px) {
    body{
        background: #F8F8F8;
    }
    #pc-index-swiper{
        display: none;
    }
    #wap-index-swiper{
        height: 69vw;
        display: block;
        position: relative;
    }
    #wap-index-swiper .banner_more{
        height: 100%;
    }
    #wap-index-swiper .banner_more .banner_box{
        height: 100%;
    }
    #wap-index-swiper .banner_more .banner_box .banner_mask{
        height: 100%;
    }
    #wap-index-swiper .banner_more .banner_box .banner_mask {
        height: 100%;
    }
    #wap-index-swiper .banner_more .banner_box  .banner_text{
        position: absolute;
        left: -16vw;
        top: 34vw;
        width: 100%;
    }
    #wap-index-swiper .banner_more .banner_box  .banner_text .text_cont{
       color: #fff;
    }
    #wap-index-swiper .banner_more .banner_box  .banner_text .text_cont .text1{
        font-size: 16px;
    }
    #wap-index-swiper .banner_more .banner_box  .banner_text .text_cont .text2{
        display: none;
    }
    #floating-image {
        display: none;
    }
    .public_header {
      display: none;
    }
    .public_header_wap{
        width: 100vw;
        display: flex;
    }
    .banner_ojsne{
        display: none;
    }
    .public_header_wap .logo{
        width: 86vw;
    }
    .public_header_wap .navbar-toggler{
        width: 14vw;
    }
    .public_header_wap .navbar-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }
    .public_header .right {
        display: none;
    }
    .public_footer {
        display: none;
    }
    .banner_cont .swiper-slide .banner_box .banner_text .text_cont .text1 {
        opacity: 1;
    }

    .banner_cont .swiper-slide .banner_box .banner_text .text_cont .text2 {
        opacity: 0;
    }

    a:hover {
        color: #fff;
    }

    .show {
        display: block;
        transition: 0.5s all ease-in-out;
    }

    .hide {
        display: none;
        transition: 0.5s all ease-in-out;
    }

    /*==================================首页=============================================*/
    .profile-content {
        width: 100vw;
        overflow: hidden;
        padding: 20px;
        /*background: url("../images/profile_bg.jpg") no-repeat;*/
    }

    .profile-content .profile-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-top: 5.729vw;
    }

    .profile-content .profile-box .profile-box-left {
        width: 100%;
        margin-right: 5.365vw;
        /*padding: 10px;*/
    }

    .box-title .title {
        background: url(../images/title.png) no-repeat left 8px;
        padding-left: 40px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .box-title .subtitle {
        font-size: 12px;
    }

    .box-title .title h1 {
        font-weight: bold;
        font-size: 30px;
        color: #000;
        line-height: 45px;
    }

    .box-title .title span {
        font-weight: bold;
        font-size: 18px;
        color: #000;
        line-height: 45px;
        margin-left: -38px;
        margin-top: 20px;
    }

    .more-btn {
        width: 160px;
        height: 31px;
        background: #FF9600;
        border-radius: 15px;
        display: flex;
        justify-content: space-between;
        color: #fff;
        padding: 5px 30px;
        transition: 0.5s all ease-in-out;
    }

    .more-btn:hover .more-i {
        transform: scaleX(1.1);
        color: #fff;
    }

    .more-btn .more-i {
        transition: 0.5s all ease-in-out;
        transform: scaleX(2);
    }

    .box-title .subtitle {
        font-weight: bold;
        font-size: 18px;
        color: #171717;
        line-height: 45px;
    }

    .profile-content .profile-box .profile-box-left .profile-text {
        text-indent: 2em;
        font-weight: 400;
        font-size: 16px;
        color: #464646;
        line-height: 43px;
        margin-top: 10px;
        margin-bottom: 40px;
        width: 90vw;
    }

    .profile-content .profile-box .profile-box-right {
        width: 92vw;
        margin-top: 20px;
    }

    .profile-content .profile-box .profile-box-right img {
        width: 92.042vw;
        height: 73.375vw;
        object-fit: cover;
    }

    .profile-content .profile-box .profile-box-right p {
        font-weight: normal;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 45px;
        margin-top: 10px;
        background: #0070D4;
        letter-spacing: 3px;
    }
    .profile-content .profile-bottom{
        width: 100%;
        margin-left: 20px;
        height: 320px;
    }
    .profile-content .profile-bottom .profile-b-title {
        font-weight: 400;
        font-size: 24px;
        color: #151515;
    }

    .profile-content .profile-bottom .profile-list {
        display: flex;
        width: 90vw;
        flex-wrap: wrap;
        margin-top: 40px;
        margin-left: 1vw;
    }

    .profile-content .profile-bottom .profile-list .profile-item {
        width: 44.3125vw;
        position: relative;
        display: flex;
        align-items: flex-end;
        margin-bottom: 40px;
    }

    .profile-content .profile-bottom .profile-list .profile-item .profile-number {
        font-family: "Impact";
        font-weight: 400;
        font-size: 9.75vw;
        color: #004FA0;
        background: #fff;
        z-index: 12;
    }

    .profile-content .profile-bottom .profile-list .profile-item .profile-tag {
        width: 20.083vw;
        height: 20.083vw;
        border-radius: 50%;
        border: 2px dashed #004FA0;
        margin-left: -14px;
        padding-top: 10px;
        line-height: 24vw;
        padding-left: 16px;
    }

    .profile-content .profile-bottom .profile-list .profile-item .profile-tag-text {
        margin-top: 2.083vw;
        font-weight: 400;
        font-size: 3.25vw;
        color: #111111;
        position: absolute;
        left: 0;
        bottom: -35px;
    }

    .professional-content {
        width: 100vw;
        background: url("../images/professional_bg.jpg") no-repeat left 14px;
        padding: 10px 20px;
    }
    .professional-content .professional-box{
        width: 100%;
    }
    .professional-content .pro-box-top {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .professional-content .pro-box-top .box-title .title h1 {
        font-weight: bold;
        font-size: 30px;
        color: #00396C;
    }

    .professional-content .pro-box-top .box-title .title span {
        font-weight: 400;
        font-size: 18px;
        color: #00396C;
        margin-top: 5px;
        margin-left: -38px;
    }

    .professional-content .pro-box-top .box-title .subtitle {
        font-size: 14px;
        color: #545454;
    }

    .professional-content .pro-box-top .more-btn {
        margin-top: 10px;
    }

    .professional-content .professional-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 62px;
    }

    .professional-content .professional-list .professional-item {
        width: 48%;
         height: 200px;
         margin-bottom: 18px;
        overflow: hidden;
        position: relative;
        cursor: pointer;
    }

    .professional-content .professional-list .professional-item .professional-img {
        height: 28.385vw;
        transition: 0.5s all ease-in-out;
    }

    .professional-content .professional-list .professional-item .professional-text {
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 18px 0;
    }

    .professional-content .professional-list .professional-item .professional-text .p-t-title {
        font-weight: 400;
        font-size: 14px;
        color: #141414;
    }

    .professional-content .professional-list .professional-item .professional-info {
        position: absolute;
        width: 43vw;
        height: 200px;
        top: 100px;
        left: 0;
        background: #004FA0;
        color: #fff;
        padding: 20px 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        opacity: 0;
        transition: 0.5s all ease-in-out;
    }

    .professional-content .professional-list .professional-item:hover .professional-info {
        opacity: 1;
        top: 0;
    }

    .professional-content .professional-list .professional-item:hover .professional-img {
        transform: scale(1.1);
    }

    .professional-content .professional-list .professional-item .professional-info .p-i-title {
        font-weight: bold;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 30px;
    }

    .professional-content .professional-list .professional-item .professional-info .p-i-number {
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 20px;
    }

    .professional-content .professional-list .professional-item .professional-info .p-i-content {
        font-size: 12px;
        color: #FFFFFF;
        text-align: center;
    }

    .see-btn {
        width: 140px;
        height: 30px;
        border-radius: 18px;
        border: 1px solid #FFFFFF;
        font-size: 10px;
        color: #FFFFFF;
        line-height: 29px;
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
        transition: 0.5s all ease-in-out;
    }

    .see-btn:hover {
        transform: scaleX(1.1);
        color: #fff;
    }

    .bases-content {
        /*height: 52.083vw;*/
        /*display: flex;*/
    }

    .bases-content .bases-left {
        width: 100vw;
        position: relative;
    }

    .bases-content .bases-left img {
        height: 70.083vw;
    }

    .bases-content .bases-left > .swiper-horizontal > .swiper-pagination-bullets, .bases-content .bases-left > .swiper-pagination-bullets.swiper-pagination-horizontal, .bases-content .bases-left > .swiper-pagination-custom, .bases-content .bases-left > .swiper-pagination-fraction {
        bottom: 60px;
        left: 0;
        text-align: right;
        width: 100px;
        margin-left: 780px;
    }

    .bases-content  .bases-content .swiper-pagination-bullet-active {
        border: none;
        background: #004FA0;
        width: 8px;
        height: 8px;
    }

    .bases-content .bases-left .bases-item .bases-i-title {
        background: linear-gradient(to right, transparent, #004FA0);
        height: 50px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        font-weight: bold;
        font-size: 20px;
        color: #FFFFFF;
        line-height: 50px;
        text-align: right;
        padding-right: 80px;
    }

    .bases-content .bases-left .bases-item .bases-i-title img {
        width: 10px;
        height: 14px;
        margin-left: 20px;
    }

    .bases-content .bases-right {
        padding: 30px 20px;
        width: 100vw;
    }

    .bases-content .bases-right .title span {
        font-weight: 400;
        font-size: 18px;
        color: #004fa0;
        margin-left: -38px;
    }

    .bases-content .bases-right .title h1 {
        font-weight: bold;
        font-size: 30px;
        color: #2D2D2D;
    }

    .bases-content .bases-right .subtitle {
        font-weight: bold;
        font-size: 12px;
        color: #2D2D2D;
    }

    .bases-content .bases-right .bases-categories {
        display: flex;
        flex-wrap: wrap;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 100%;
    }

    .bases-content .bases-right .bases-categories .bases-c-item {
        width: 40vw;
        height: 164px;
        background: #FFFFFF;
        box-shadow: 0px 1px 4px 0px rgba(32, 32, 32, 0.34), 0px 0px 10px 0px #F2F2F2;
        border-radius: 14px;
        margin: 8px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 30px;
        text-align: center;
        cursor: pointer;
        transition: 0.3s all ease-in-out;
    }

    .bases-content .bases-right .bases-categories .bases-c-item.active {
        background: #004FA0;
        color: #fff;
    }

    .bases-content .bases-right .bases-categories .bases-c-item:hover {
        background: #004FA0;
        color: #fff;
    }

    .bases-content .bases-right .bases-categories .bases-c-item .bases-c-i {
        font-size: 40px;

    }

    .business-content {
        width: 100vw;

        /*height: 1080px;*/
        background: url("../images/bussiness_bg.jpg") no-repeat;
        background-attachment: fixed;
        padding: 80px 20px 20px 20px;
        position: relative;
        overflow: hidden;
    }
    .business-content .business-box{
        width: 100%;
    }
    .business-content .bu-box-top .box-title .title h1 {
        font-weight: bold;
        font-size: 30px;
        color: #00396C;
    }

    .business-content .bu-box-top .box-title .title span {
        font-weight: 400;
        font-size: 18px;
        color: #00396C;
        margin-top: 5px;
        margin-left: -38px;
    }

    .business-content .bu-box-top .box-title .subtitle {
        display: flex;
        align-items: center;
        padding-right: 50px;
        flex-direction: column;
    }

    .business-content .bu-box-top .box-title .subtitle span {
        font-weight: bold;
        font-size: 14px;
    }

    .business-content .bu-box-top .box-title .subtitle .tags {
        display: flex;
        flex-direction: column;
        margin-left: -165px;
    }

    .business-content .bu-box-top .box-title .subtitle .tags .tags-item {
        display: flex;
    }

    .business-content .bu-box-top .box-title .subtitle .tags .tags-item .t-i-number {
        font-weight: bold;
        font-size: 30px;
        color: #00396C;
    }

    .business-content .bu-box-top .box-title .subtitle .tags .tags-item .t-i-flag {
        font-weight: bold;
        font-size: 16px;
        color: #00396C;
        margin-right: 10px;
        line-height: 60px;
    }

    .business-content .bu-box-top .box-title .subtitle .tags .tags-item .t-i-name {
        font-weight: bold;
        font-size: 16px;
        color: #414141;
    }

    .business-content .businessSwiper {
        margin-top: 20px;
        height: 800px;
    }

    .business-content .swiper-slide {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .business-content .swiper-slide .business-item {
        width: 42.34375vw;
        height: 12.521vw;
         border-radius: 10px;
        border: 1px solid #00396C;
        margin-bottom: 20px;
    }

    .business-content .swiper-slide .business-item.border-no {
        border: none;
    }

    .business-content .swiper-button-prev {
        top: auto;
        left: 20px;
        right: auto;
        bottom: 0px;
        transition: all 0.5s ease;
        width: 50px;
        height: 31px;
        background: #B0B0B0;
        display: none;
    }

    .business-content .swiper-button-prev::after, .business-content .swiper-button-next::after {
        font-size: 12px;
        color: #00396C;
    }

    .business-content .swiper-button-next {
        display: none;
        top: auto;
        left: 80px;
        right: auto;
        bottom: 0px;
        transition: all 0.5s ease;
        width: 50px;
        height: 31px;
        background: #B0B0B0;
        font-size: 12px;
        color: #00396C;
    }

    .business-content .more-btn {
        float: right;
        margin-top: -30px;
        z-index: 99999;
    }



    .policy-result {
        /*height: 1080px;*/
        /*display: flex;*/
        width: 100vw;
        padding: 10px 20px;
    }
    .policy-result-content {
       width: 100%;
    }
    .policy-result .policy-content {
        width: 100%;
        overflow: hidden;
    }

    .policy-result .policy-content .plan-policy {
        width:100%;
    }

    .policy-result .policy-content .plan-policy .plan-box {
        padding-top: 40px;
        width: 100%;
    }

    .policy-result .policy-content .plan-policy .plan-box .box-title .title h1 {
        font-weight: bold;
        font-size: 30px;
        color: #00396C;
        line-height: 54px;
    }

    .policy-result .policy-content .plan-policy .plan-box .box-title .title span {
        font-weight: 400;
        font-size: 18px;
        color: #00396C;
        margin-top: 5px;
    }

    .policy-result .policy-content .plan-policy .plan-box .plan-content {
        margin-top: 40px;
        height: 290px;
        overflow-y: scroll;
        overflow-x: scroll;
        width: 100%;
    }

    .policy-result .policy-content .plan-policy .plan-box table {
        width: 100% !important;
        border-collapse: collapse;
    }
    .policy-result .policy-content .plan-policy .plan-box table  tr:nth-child(1){
        border-top: 1px solid #000;
    }
    .policy-result .policy-content .plan-policy .plan-box table  tr:nth-child(1)>td {
        position: sticky;
        top: 0; /* 粘性定位在顶部 */
        /*background: white; !* 避免透明表头 *!*/
        z-index: 10; /* 确保表头在内容之上 */
    }
    .policy-result .policy-content .plan-policy .plan-box .table-container {
        width: 100%;
        max-width: 100vw;
        height: 200px;
        overflow: auto;
        -webkit-overflow-scrolling: touch; /* 优化移动端滚动 */
        border: 1px solid #000;
    }

    th, td {
        border: 1px solid #000;
        padding: 8px;
        text-align: left;
        white-space: nowrap; /* 防止单元格内容换行 */
    }
    .policy-result .policy-content .plan-policy .policy-box {
        margin-top: 30px;
    }

    .policy-result .policy-content .plan-policy .policy-box .box-title .title {
        background: url(../images/policy.png) no-repeat left 8px;
    }

    .policy-result .policy-content .plan-policy .policy-box .box-title .title h1 {
        font-weight: bold;
        font-size: 24px;
        color: #383838;
        padding-top: 5px;
    }

    .policy-result .policy-content .plan-policy .policy-box .box-title .title span {
        font-weight: bold;
        font-size: 14px;
        color: #383838;
        margin-top: 5px;
    }

    .policy-result .policy-content .plan-policy .policy-box p {
        line-height: 20px !important;
    }

    .policy-result .achievement-content {
        background: #00396C;
        width: 100%;
        /* margin-left: 20px; */
        padding-left: 20px;
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .policy-result .achievement-content .box-title .title {
        background: url("../images/title_w.png") no-repeat left 12px;
    }

    .policy-result .achievement-content .box-title .title h1 {
        font-weight: bold;
        font-size: 30px;
        color: #fff;
        line-height: 54px;
    }

    .policy-result .achievement-content .box-title .title span {
        font-weight: 400;
        font-size: 18px;
        color: #fff;
        margin-top: 5px;
    }

    .policy-result .achievement-content .achievement-list {
        width: 100%;
        margin-top: 40px;
    }

    .policy-result .achievement-content .achievement-list .achievement-item {
        height: 40.646vw;
        width: 94%;
        display: flex;
        padding-bottom: 20px;
        border-bottom: 1px solid #fff;
        margin-bottom: 20px;
        cursor: pointer;
    }
    .policy-result .achievement-content .achievement-list .achievement-item:nth-last-child(1){
        border: none;
    }
    .policy-result .achievement-content .achievement-list .achievement-item .ac-item-img {
        width: 217px;
        height: 146px;
        transition: 0.5s all ease-in-out;
        overflow: hidden;
    }

    .policy-result .achievement-content .achievement-list .achievement-item:hover img {
        transform: scale(1.1);
    }

    .policy-result .achievement-content .achievement-list .achievement-item .ac-item-r {
        padding-left: 20px;
    }

    .policy-result .achievement-content .achievement-list .achievement-item .ac-item-r {
        height: 146px;
        width: 420px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .policy-result .achievement-content .achievement-list .achievement-item .ac-item-r .ac-title {
        font-weight: bold;
        font-size: 16px;
        color: #FFFEFE;
    }

    .policy-result .achievement-content .achievement-list .achievement-item .ac-item-r .ac-content {
        font-weight: 400;
        font-size: 14px;
        color: #FFFEFE;
    }

    .policy-result .achievement-content .achievement-list .achievement-item .ac-item-r .ac-date {
        font-weight: 400;
        font-size: 14px;
        color: #FFFEFE;
    }

    .news-content {
        width: 100vw;
        background: url("../images/news_bg.jpg") no-repeat;
        padding: 30px 20px;
    }
    .news-content .news-box{
        width: 100%;
    }
    .news-content .news-top {
        display: flex;
        flex-direction: column;
    }

    .news-content .news-top .box-title .title h1 {
        font-weight: bold;
        font-size: 30px;
        color: #00396C;
    }

    .news-content .news-top .box-title .title span {
        font-weight: 400;
        font-size: 18px;
        color: #00396C;
        margin-top: 5px;
    }

    .news-content .news-top .box-title .subtitle {
        font-weight: bold;
        font-size: 18px;
        color: #3A3A3A;
    }

    .news-content .news-top .more-btn {
        margin-top: 20px;
    }

    .news-content .news-main {
        display: flex;
        /*margin-top: 50px;*/
        flex-direction: column;
        justify-content: space-between;
    }

    .news-content .news-main .cate-list {
        width: 100%;
        margin-top: 80px;
        display: flex;
    }
    .news-content .news-main .cate-list .cate-item {
        display: flex;
        align-items: center;
        cursor: pointer;
        width: 30vw;
    }

    .news-content .news-main .cate-list .cate-item .line {
        width: 20px;
        height: 3px;
        background: #fafafa;
        margin-right: 5px;
    }

    .news-content .news-main .cate-list .cate-item.active .line {
        width: 20px;
        height: 3px;
        background: #00396C;
        margin-right: 5px;
    }

    .news-content .news-main .cate-list .cate-item .cate-name {
        font-weight: bold;
        font-size: 18px;
        color: #242424;
    }

    .news-content .news-main .cate-news {
        width: 100%;
    }

    .news-content .news-main .news-list {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }

    .news-content .news-main .news-list .news-item {
        width: 100%;
        height: 134px;
        display: flex;
        padding: 30px 20px;
        align-items: center;
        cursor: pointer;
        border-radius: 15px;
        transition: 0.5s all ease-in-out;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);

    }

    .news-content .news-main .news-list .news-item:hover {
        background: linear-gradient(0deg, #00396C 0%, #0070D4 100%);
        color: #fff;
    }

    .news-content .news-main .news-list .news-item:hover * {
        color: #fff !important;
    }

    .news-content .news-main .news-list .news-item .date {
        display: flex;
        align-items: baseline;
        margin-right: 20px;
    }

    .news-content .news-main .news-list .news-item .date .year-month {
        font-weight: bold;
        font-size: 14px;
    }

    .news-content .news-main .news-list .news-item .date .day {
        font-weight: bold;
        font-size: 20px;
        color: #242424;
    }

    .news-content .news-main .news-list .news-item .news-info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .news-content .news-main .news-list .news-item .news-info .news-title {
        font-weight: bold;
        font-size: 18px;
        color: #242424;
    }

    .news-content .news-main .news-list .news-item .news-info .news-bottom {
        display: flex;
        align-items: center;
    }

    .news-content .news-main .news-list .news-item .news-info .news-bottom .news-text {
        font-weight: 400;
        font-size: 14px;
        color: #242424;
        margin-right: 20px;
    }

    .news-content .news-main .news-list .news-item .news-info .news-bottom .more {

        width: 40px;
        height: 40px;
        background: #fff;
        border-radius: 40px;
        line-height: 40px;
    }

    .news-content .news-main .news-list .news-item .news-info .news-bottom .more span {
        font-size: 20px;
        font-weight: bold;
        color: #00396C;
    }

    .news-content .news-main .news-list .news-item:hover .news-info .news-bottom .more span {
        font-size: 20px;
        padding: 10px;
        color: #00396C !important;
    }

    /*==============================================文章列表页====================================*/
    .win_public_top {
        width: 100vw !important;
        height: 68.958vw;
        padding-bottom: 30px;
        position: relative;
        overflow: hidden;
    }
    .win_public_top::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 460px;
        width: 100vw;
        padding-bottom: 30px;
        background: linear-gradient(to left, transparent, #001F3B );
        z-index: 10;
    }
    .win_public_top .top_cont {
        height: 100%;
        padding-top: 108px;
        width: 100%;

    }
    .win_public_top .top_cont .top_left {
        color: #fff;
        width: 100%;
        position: relative;
        z-index: 100;
    }
    .win_public_top .top_cont .top_left .text1 {
        width: 100%;
        letter-spacing: 3px;
        font-weight: bold;
        font-size: 30px;
        color: #FFFFFF;
        margin-left: 40px;
    }
    .win_public_top .top_cont .top_left .circle{
        width: 24.49vw;
        height: 24.74vw;
        background: url(../images/category_title.png) no-repeat;
        background-size: contain;
        position: absolute;
        left: 19px;
        top: -27px;
    }
    .win_public_top .top_cont .top_left .text2 {
        font-size: 15px;
        letter-spacing: 2px;
        font-weight: 300; }
    .win_public_top .top_cont .bread_nav {
        width: 100%;
        color: #fff;
        font-size: 15px;
        font-weight: 300; }
    .win_public_top .top_cont .bread_nav .text1 {
        margin: 0 5px; }
    .win_public_top .top_cont .bread_nav a {
        color: #fff; }
    .win_sort{
        width: 95vw;
        height: 73px;
        background: #fff;
        box-shadow: 0px 3px 7px 0px rgba(100, 100, 100, 1);
        border-radius: 12px;
        margin-top: -30px;
        position: sticky;
        z-index: 999;
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
        flex-direction: column;
    }
    .win_sort .sort_cont{
        display: flex;
        align-items: center;
    }
    .win_sort .sort_cont .sort_box{
        display: block;
        width: 19.3125vw;
        height: 12.125vw;
        margin-right: 10px;
        margin-top: -20px;
        font-weight: bold;
        font-size: 14px;
        color: #353535;
        line-height: 71px;
    }
    .win_sort .sort_cont .sort_box.active{
        background: url(../images/cate_bg.png) no-repeat center bottom;
        background-size: contain;
        color: #fff;
        text-align: center;
        margin-top: -16px;
    }
    .win_sort .bread_nav{
        display: flex;
        line-height: 54px;
    }
    .win_sort .bread_nav .home-icon{
        font-size: 14px;
    }
    .win_sort .bread_nav .text1{
        font-size: 14px;
    }
    .win_sort .bread_nav a:hover{
        color: #003a6c;
    }
    #certify {
        width: 96vw;
        height: 70.083vw;
        position: relative;
        margin: 10px auto;
        overflow: hidden;
    }
    #certify .swiper-container{
        width: 100%;
    }

    #certify .swiper-slide {
        width: 100% !important;
        height: 60vw;
        border-radius: 13px;
        box-shadow: 0 8px 30px #ddd;
        position: relative;
        overflow: hidden;
    }

    #certify .swiper-slide .swiper-news-info{
        position: absolute;
        bottom: 0;
        width: 716px;
        height: 83px;
        background: rgba(0,0,0,0.6);
        border-radius:0 0 13px 13px;
        color: #fff;
        padding: 20px;
    }
    #certify .swiper-slide .swiper-news-info .s-n-date{
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
        margin-left: 10px;
    }
    #certify .swiper-slide .swiper-news-info .s-n-title{
        font-weight: bold;
        font-size: 14px;
        color: #FFFFFF;
    }
    #certify .swiper-slide img {
        width: 100%;
        height: 60vw;
        display: block;
        border-radius: 13px;
        object-fit: cover;
    }

    #certify .swiper-slide p {
        line-height: 98px;
        padding-top: 0;
        text-align: center;
        color: #636363;
        font-size: 1.1em;
        margin: 0;
    }

    #certify .swiper-pagination {
        width: 100%;
        bottom: 20px;
    }

    #certify .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
        background-color: #7E7E7E;
        width: 10px;
        height: 10px;
        opacity: 1;
    }

    #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
        background-color: #00396C;
        border: none;
    }

    #certify .swiper-button-next:hover {
        background-position: 0 -139px;
        background-size: 100%
    }
    .articles_list{
        width: 95vw;
        margin-top: 30px;
    }
    .articles_list .articles_item{
        width: 100%;
        height: 154px;
        background: #FFFFFF;
        border-radius: 17px;
        padding: 5vw;
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px;
        transition: 1s all ease-in-out;
        box-sizing: border-box;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    }
    .articles_list .articles_item:hover{
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
        color: #000;
    }
    .articles_list .articles_item .articles-right .articles-img{
        width: 36vw;
        height: 120px;
        border-radius:10px ;
        overflow: hidden;
    }
    .articles_list .articles_item:hover .articles-right .articles-img img{
        transform: scale(1.1);
    }
    .articles_list .articles_item .articles-right .articles-img img{
        width: 36vw;
        height: 180px;
        border-radius:10px ;
        transition: 1s all ease-in-out;
    }
    .articles_list .articles_item .articles-left{
        width: 48.333vw;
        margin-right: 20px;
    }
    .articles_list .articles_item .articles-left .article-title {
        font-weight: bold;
        font-size: 16px;
        color: #151515;
        margin-bottom: 10px;
    }
    .articles_list .articles_item .articles-left .article-content {
        font-weight: 400;
        font-size: 12px;
        color: #151515;
        height: 50px;
        margin-bottom: 10px;
    }
    .articles_list .articles_item .articles-left .bottom{
        display: flex;
        justify-content: space-between;
    }
    .articles_list .articles_item .articles-left .bottom .date{
        font-weight: 400;
        font-size: 14px;
        color: #151515;
    }
    .articles_list .articles_item .articles-left .bottom .articles_more span{
        font-weight: 400;
        font-size: 12px;
        color: #151515;
    }
    .articles_list .articles_item .articles-left .bottom .articles_more i{
        font-weight: 400;
        font-size: 12px;
        color: #00396C
    }
    /*===================================文章详情页=====================================*/
    .articles-content {
        width: 100vw;
        margin: 60px auto;
        background: url(../images/news_bg.png) no-repeat top center;
        background-size: contain;
        padding-bottom: 30px;
        padding: 20px;
    }
    .articles-content .breadcrumb{
        background: transparent;
        width:100%;
    }
    .articles-content .sw{
        width: 100%;
    }
    .articles-content .mu-breadcrumb{
        width: 100%;
    }
    .articles-content a:hover{
        color: #00396C
    }
    .articles-content h3{
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }
    .articles-content .teacher-img{
        width: 50vw !important;
        margin: 20px 20vw;
    }
    .articles-content .tags{
        margin: 20px 0;
        display: block;
        width:100%;
        height: 39px;
        background: rgba(192, 204, 216,0.2);
        line-height: 39px;
    }
    /*==============================学校简介=========================================*/
    .profile-page{
        width: 100vw;
    }
    .profile-page .xiaoxu{
        height: 380px;
    }
    .profile-page .xiaoxu .xiaoxun-box{
        width: 100%;
        display: flex
    ;
        flex-direction: column;
        align-items: center;
        padding-top: 150px;
        font-size: 24px;
        color: #FFFFFF;
        line-height: 10px;
        font-weight: bold;
        text-shadow: 0px 4px 4px rgba(0, 29, 68, 0.45);
        font-family: '宋体';
    }
    .profile-page .xiaoxu .xiaoxun-box .xiaoxun-title{
        margin-bottom: 64px;
    }
    .profile-page .profile-desc{
        background-attachment: fixed;
        background-size: cover;
    }
    .profile-page .profile-desc .profile-desc-box{
        width: 100vw;
        display: flex;
        padding-top: 58px;
        flex-direction: column;
        padding-bottom: 23px;
    }
    .profile-page .profile-desc .profile-desc-box .profile-d-left{
        width: 100vw;
        padding: 0 20px;
        margin-right:56px ;
    }
    .profile-page .profile-desc .profile-desc-box .profile-d-left .p-d-l-title h1{
        font-weight: bold;
        font-size: 30px;
        color: #000;
    }
    .profile-page .profile-desc .profile-desc-box .profile-d-left .p-d-l-content{
        font-weight: 400;
        font-size: 16px;
        color: #000;
    }
    .profile-page .profile-desc .profile-desc-box .profile-d-left .p-d-l-title .p-d-l-line{
        width: 61px;
        height: 5px;
        background: #00396C;
        margin: 30px 0 50px 0;
    }
    .profile-page .profile-desc .profile-desc-box .profile-d-right{
        width: 90vw;
        height: 269px;
        position: relative;
        margin: 0 auto;
    }
    .profile-page .profile-desc .profile-desc-box .profile-d-right a{
        display: block;
        width: 90vw;
        height: 269px;
    }
    .profile-page .profile-desc .profile-desc-box .profile-d-right .about-img{
        width: 90vw;
        height: 269px;
    }
    .profile-page .profile-desc .profile-desc-box .profile-d-right .play{
        width: 84px;
        height: 84px;
        position: absolute;
        bottom: 0;
        left: 0;
        cursor: pointer;
    }
    .profile-page .union-teacher{
        display: flex;
        flex-direction: column;
    }
    .profile-page .union-teacher .union-item{
        width: 100vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 60px;
        padding-bottom: 70px;
        background-size: cover;
    }
    .profile-page .union-teacher .union-item  .union-title{
        /*font-weight: bold;*/
        font-size: 30px;
        color: #FFFFFF;
    }
    .profile-page .union-teacher .union-item  .union-line{
        width: 61px;
        height: 5px;
        background: #FFFFFF;
        margin: 30px 0;
    }
    .profile-page .school-env{
        position: relative;
    }
    .profile-page .school-env .env-title{
        width: 87vw;
        position: absolute;
        top: 29px;
        left: 13vw;
        z-index: 100;
    }
    .profile-page .school-env .env-title h1{
        /*font-weight: bold;*/
        font-size: 30px;
        color: #FFFFFF;
    }
    .profile-page .swiper-button-next, .swiper-button-prev{
        display: none;
    }
    /*================================教师列表页=====================================*/
    .teacher-content .teacher-desc{
        width: 95vw;
        margin: 15vw auto 0 auto;
    }
    .teacher-content .teacher-desc .teacher-desc-box{
        width: 100%;
    }
    .teacher-content .teacher-desc .teacher-desc-top  .teacher-desc-title{
        font-weight: bold;
        font-size: 30px;
        color: #171717;
    }
    .teacher-content .teacher-desc .teacher-desc-top  .teacher-desc-line{
        width: 61px;
        height: 5px;
        background: #00396C;
        margin: 30px 0;
    }
    .teacher-content .teacher-desc .teacher-desc-bottom{
        display: flex;
        flex-direction: column;
    }
    .teacher-content .teacher-desc .teacher-desc-bottom .teacher-d-l{
        width: 100%;
        margin: 20px auto;
    }
    .teacher-content .teacher-desc .teacher-desc-bottom .teacher-d-l img{
        width:100%;
        border-radius: 20px;
    }
    .teacher-content .teacher-desc .teacher-desc-bottom .teacher-d-r{
        width: 100%;
        font-weight: 400;
        font-size: 16px;
        color: #353535;
        text-indent: 2em;
        line-height: 30px;
    }
    .teacher-content .teachers-box{
        margin-top: 80px;
    }
    .teacher-content .teachers-box .teacher-list{
        display: flex;
        flex-direction: column;
    }
    .teacher-content .teachers-box .teacher-list .teacher-item{
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
        padding-bottom: 30px;
        margin-bottom: 30px;
        cursor: pointer;
        transition: 0.5s all  ease-in-out;
        border-radius: 10px;
    }
    .teacher-content .teachers-box .teacher-list .teacher-box:hover{
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    }
    .teacher-content .teachers-box .teacher-list .teacher-item .teacher-img{
        height: 442px;
        overflow: hidden;
        width: 339px;

    }
    .teacher-content .teachers-box .teacher-list .teacher-box:hover img{
        transform: scale(1.1);
        -webkit-mask-position: 0 0;
        -webkit-mask: linear-gradient(135deg, #000c 40%, #000, #000c 60%) 100% 100% / 250% 250%;
    }
    .teacher-content .teachers-box .teacher-list .teacher-item .teacher-img img{
        width: 339px;
        transition: 0.5s all  ease-in-out;
    }
    .teacher-content .teachers-box .teacher-list .teacher-item .teacher-name{
        font-weight: bold;
        font-size: 24px;
        color: #171717;
        margin: 20px 0;
        text-align: center;
    }
    .teacher-content .teachers-box .teacher-list a{
        display: block;
        width: 96%;
        height: auto;
    }
    .teacher-content .teachers-box .teacher-list .teacher-item .teacher-line{
        width: 280px;
        height: 7px;
        background: url("../images/teacher_line.png") no-repeat;
        background-size: contain;
        margin: 20px auto;
    }
    .teacher-content .teachers-box .teacher-list .teacher-item .teacher-tag{
        font-weight: 400;
        font-size: 16px;
        color: #7F7F7F;
        margin-bottom: 20px;
        text-align: center;
    }
    .teacher-content .teachers-box .teacher-list .teacher-item .teacher-btn{
        width: 231px;
        height: 37px;
        background: #00396C;
        border-radius: 18px;
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 37px;
        text-align: center;
    }
    .teacher-content .teachers-box {
        width: 100%;
        padding-bottom: 50px;
    }
    /**==============================党建活动页====================================*/
    .article-party-content a:hover{
        color: #000;
    }
    .article-party-content{
        background: #F8F8F8;
        padding-bottom: 30px;
    }
    .article-party-content .win_public_top::after{
        background: linear-gradient(to left, transparent, #cf0e1d);
    }
    .article-party-content .win_sort .sort_cont .sort_box{
        display: block;
        width: 19.3125vw;
        height: 12.125vw;
        margin-right: 10px;
        margin-top: -20px;
        font-weight: bold;
        font-size: 14px;
        color: #353535;
        line-height: 71px;
        text-align: center;
    }
    .article-party-content .win_sort .sort_cont .sort_box.active{
        background: url(../images/cate_bg_r.png) no-repeat center bottom;
        background-size: contain;
        color: #fff;
        /*line-height: 42px;*/
        text-align: center;
        margin-top: -16px;
    }
    .article-party-content .top-news{
        margin-top: 33px;
        overflow: hidden;
        position: relative;
        width: 100vw;
    }
    .article-party-content .top-news .swiper-slide{
        display: flex;
        flex-direction: column;
        border-radius: 10px;
        background: #fff;
    }
    .article-party-content .top-news .swiper-slide .party-top-l{
        width: 100%;
        height: 240px;
        background: #000000;
        border-radius: 10px;
        position: relative;
    }
    .article-party-content .top-news .swiper-slide .party-top-l img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .article-party-content .top-news .swiper-slide .party-top-l .party-top-tag{
        width: 102px;
        height: 41px;
        background: url(../images/hot_tag.png) no-repeat;
        background-size: contain;
        font-weight: bold;
        font-size: 14px;
        color: #FFFFFF;
        position: absolute;
        text-align: center;
        line-height: 46px;
        top: 14px;
        right: -1px;
    }
    .article-party-content .top-news .swiper-slide .swiper-news-info{
        padding: 30px;
    }
    .article-party-content .top-news .swiper-slide .swiper-news-info .articles_more{
        margin: 20px auto;
        width: 154px;
        height: 33px;
        background: #E81500;
        border-radius: 16px;
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 33px;
        text-align: center;
    }
    .article-party-content .top-news .swiper-slide .swiper-news-info .s-n-date{
        display: flex;
        font-weight: bold;
        font-size: 12px;
        color: #000000;
        margin-bottom: 20px;
    }
    .article-party-content .top-news .swiper-slide .swiper-news-info .s-n-date .s-n-day{
        width: 29px;
        height: 30px;
        background: #E81500;
        border-radius: 7px;
        font-weight: bold;
        font-size: 20px;
        color: #FFFFFF;
        text-align: center;
    }
    .article-party-content .top-news .swiper-slide .swiper-news-info .s-n-title{
        font-weight: bold;
        font-size: 16px;
        color: #353535;
        margin: 20px 0;
    }
    .article-party-content .top-news .swiper-slide .swiper-news-info .s-n-content{
        font-weight: 400;
        font-size: 14px;
        color: #353535;
        line-height: 36px;
    }
    .article-party-content .swiper-pagination-bullet {
        width: 31px;
        height: 3px;
        background: #939393;
        opacity: 1;
        border-radius: unset;
        border: none;
    }
    .article-party-content  .swiper-pagination-bullet-active {
        background: #E81500;
        border: none;
    }
    .article-party-content  .article-party-list{
        width: 100vw;
        margin-top: 30px;
        padding: 30px 20px;
    }
    .article-party-content  .article-party-list .article-party-item{
        width: 100%;
        border-radius: 10px;
        margin-bottom: 30px;
        box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    }
    .article-party-content  .article-party-list .party-box{
        background: #FFFFFF;
        transition: 0.5s all ease-in-out;
    }
    .article-party-content  .article-party-list .party-box:hover{

    }
    .article-party-content  .article-party-list .party-box .articles-img{
        height: 180px;
        overflow: hidden;
    }
    .article-party-content  .article-party-list .party-box .articles-img img{
        height:  180px;
        transition: 0.5s all ease-in-out;
    }
    .article-party-content  .article-party-list .party-box:hover img{
        transform: scale(1.1);
        -webkit-mask-position: 0 0;
        -webkit-mask: linear-gradient(135deg, #000c 40%, #000, #000c 60%) 100% 100% / 250% 250%;
    }
    .article-party-content  .article-party-list .party-box .bottom{
        padding: 20px;
    }
    .article-party-content  .article-party-list .party-box .bottom .date{
        font-weight: 400;
        font-size: 16px;
        color: #606060;
    }
    .article-party-content  .article-party-list .party-box .bottom .article-title{
        font-weight: bold;
        font-size: 16px;
        color: #191919;
        margin:10px 0 ;
    }
    .article-party-content  .article-party-list .party-box .bottom .articles_more{
        display: flex;
        align-items: center;
    }
    .article-party-content  .article-party-list .party-box .bottom .articles_more span{
        font-weight: 400;
        font-size: 16px;
        color: #606060;
        margin-right: 10px;
    }
    .article-party-content  .article-party-list .party-box .bottom .articles_more i{
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
        background: #BCBCBC;
        border-radius: 50%;
        color: #fff;
        transition: 0.5s all ease-in-out;
    }
    .article-party-content  .article-party-list .party-box:hover  .bottom .articles_more i{
        background:#E81500
    }
    .article-party-content .mu-pagination .pagination .page-item.active .page-link {
        color: #ffffff;
        border-color: #E81500;
        background-color: #E81500;
    }
    .article-party-content .mu-pagination .pagination .page-item .page-link:hover {
        color: #ffffff;
        border-color: #E81500;
        background-color: #E81500;
    }
    .sign-content{
        padding-top: 20vw;
        padding-bottom: 20vw;
    }
    .sign-content .form-container {
        width: 95vw;
        margin: 0 auto;
        background-color: white;
        padding: 30px;
        border-radius: 10px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    }
}

