.md-bread-catlog-href {
    height: 0.32rem;
    font-family: MicrosoftYaHei;
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.8rem;
    text-align: justify;
    font-style: normal;
}

.sh-device-nav {
    padding: 0 0px;
    width: 100%;
    overflow-x: hidden;
    box-shadow: inset 0px -1px 0px 0px #F2F2F2;
}


/*之间过滤样式区间 */

@media screen and (max-width: 1024px) {

    .shgongsijianjie   .sh-device-nav{
        display: none;
        height: 0;
    }

    .mNavSwiper {
        width: calc(100% - 32px);
        height: 40px;
        line-height: 40px;
    }
    .mNavSwiper .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
        margin-right: 5.3%;
        height: inherit;
    }
    /* .mNavSwiper  .swiper-slide:last-child{
        margin-right: 0;
    } */
    .mNavSwiper .mactive-nav {
        text-align: justify;
        font-style: normal;
        box-shadow: inset 0px -4px 0px 0px #F7B334
    }
    .mNavSwiper .swiper-slide a {
        color: #666666;
        font-size: 12px;
    }
    .mNavSwiper .mactive-nav a {
        font-weight: bold;
        font-size: 12px;
        color: #F7B334;
    }
    .mNavSwiper .swiper-wrapper {
        justify-content: center;
    }
    /*second style */
    .msecondNavSwiper {
        width: calc(100% - 16px);
        height: 40px;
        line-height: 40px;
    }

    .msecondNavSwiper .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 0;
        height: inherit;
        text-align: center;
        width: 25%;
        /* flex: 1; */
    }

    .msecondNavSwiper .swiper-slide a {
        /* width: 171px; */
        width: 100%;
        height: 40px;
        border: 1px solid #E8E8E8;
        display: inline-block;
        color: #333;
        font-size: 14px;
        font-weight: bold;
    }
    .msecondNavSwiper .swiper-slide.active a {
        height: 40px;
        background: #F7B334;
        color: #ffffff;
        display: inline-block;
        border: 1px solid #F7B334;
    }
    .msecondNavSwiper .swiper-slide:first-child a {
        border-radius: 4px 0px 0px 4px
    }
    .msecondNavSwiper .swiper-slide:last-child a {
        border-radius: 0px 4px 4px 0px;
    }
    .msecondNavSwiper .swiper-wrapper {
        justify-content: center;
    }
}


/*移动端样式  */

@media screen and (max-width: 750px) {
    .mNavSwiper {
        /* width: 100%; */
        width: calc(100% - 32px);
        height: 40px;
        line-height: 40px;
        padding: 0
    }
    .mNavSwiper .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        width: auto;
        height: inherit;
        margin: 0 10px
    }
    .mNavSwiper .mactive-nav {
        text-align: justify;
        font-style: normal;
        box-shadow: inset 0px -4px 0px 0px #F7B334
    }
    .mNavSwiper .swiper-slide a {
        color: #666666;
        font-size: 12px;
    }
    .mNavSwiper .mactive-nav a {
        font-weight: bold;
        font-size: 12px;
        color: #F7B334;
    }
    .mNavSwiper .swiper-wrapper {
        justify-content: center;
    }
    /*second style */
    .msecondNavSwiper {
        width: calc(100% - 32px);
        height: 40px;
        line-height: 40px;
    }
    
    .msecondNavSwiper .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 0;
        height: inherit;
        text-align: center;
        width: auto;
        /* flex: 1; */
    }

    .msecondNavSwiper .swiper-slide a {
        /* width: 171px; */
        width: 100%;
        height: 40px;
        border: 1px solid #E8E8E8;
        display: inline-block;
        color: #333;
        font-size: 14px;
        font-weight: bold;
        padding: 0 8px;
    }
    .msecondNavSwiper .swiper-slide.active a {
        height: 40px;
        background: #F7B334;
        color: #ffffff;
        display: inline-block;
        border: 1px solid #F7B334;
    }
    .msecondNavSwiper .swiper-slide:first-child a {
        border-radius: 4px 0px 0px 4px
    }
    .msecondNavSwiper .swiper-slide:last-child a {
        border-radius: 0px 4px 4px 0px;
    }
    .msecondNavSwiper .swiper-wrapper {
        justify-content: center;
    }
    .simplepage .title-info {
        font-family: MicrosoftYaHei, MicrosoftYaHei;
        font-weight: bold;
        font-size: 18px;
        color: #333333;
        line-height: 24px;
        font-style: normal;
        text-align: center;
        margin-top: 60px;
        margin-bottom: 32px;
    }
}


/*真机移动端样式适配 给特定的栏目加swiper  */

@media screen and (max-width: 500px) {
    /*信息公开特殊样式处理*/
    #mnavone-InformationDisclosure .mNavSwiper .swiper-wrapper {
        justify-content: flex-start;
    }
    /*人才发展 */
    #mnavone-talenDevelopment .mNavSwiper .swiper-wrapper {
        justify-content: flex-start;
    }
    /*投资者关系 */
    #mnavone-InvestorRelations .mNavSwiper .swiper-wrapper {
        justify-content: flex-start;
    }
}