    .tabBox {
        background-color: #FFF;
        padding: 0.5rem 0 0.2rem;
        border-bottom: 1px solid #EFEFEF;
    }
    
    .tabBox ul {
        width: 4rem;
        margin: 0 auto;
        display: flex;
    }
    
    .tabBox ul li {
        width: 50%;
        font-size: 0.24rem;
        color: #333;
        padding-bottom: 0.4rem;
        cursor: pointer;
        text-align: center;
    }
    
    .tabBox ul li:hover {
        color: #FF6901;
    }
    
    .tabBox ul li:hover {
        background: url(../images/proIconDown.png) center 0.4rem no-repeat;
    }
    
    .acticlelist2 {
        background-color: #FFF;
        padding: 0.68rem 0;
    }
    
    .acticlelist {
        background-color: #FFF;
        padding: 0.68rem 0;
    }
    
    .acticlelist .setWidth {
        border-bottom: 1px solid #EFEFEF;
    }
    
    .acticlelist .setWidth ul li {
        padding: 0.46rem 0.41rem;
        overflow: hidden;
    }
    
    .acticlelist .setWidth ul li a {
        display: flex;
        justify-content: space-evenly
    }
    
    .acticlelist .setWidth ul li a:hover .articleInfo h4,
    .acticlelist .setWidth ul li a:hover .articleInfo h4 time,
    .acticlelist .setWidth ul li a:hover .articleInfo p {
        color: #FF6901;
    }
    
    .acticlelist .setWidth ul li.active {
        background-color: #F6F6F6;
    }
    
    .acticlelist .setWidth ul li .articleImg img {
        width: 3.5rem;
        height: 2.33rem;
        padding-right: 0.35rem;
    }
    
    .acticlelist .setWidth ul li .articleInfo h4 {
        font-size: 0.25rem;
        color: #333;
        padding-bottom: 0.4rem;
    }
    
    .acticlelist .setWidth ul li .articleInfo h4 time {
        color: #999;
        font-size: 0.15rem;
        float: right;
    }
    
    .acticlelist .setWidth ul li .articleInfo p {
        font-size: 0.16rem;
        color: #666;
        line-height: 0.36rem
    }
    
    .acticlelist .setWidth ul li .articleInfo div {
        margin-top: 0.4rem;
        color: #666;
        line-height: 0.38rem;
        font-size: 0.15rem;
        padding-left: 0.22rem;
        float: right;
        width: 1.2rem;
        height: 0.38rem;
        border-radius: 0.03rem;
        border: 1px solid #CACACA;
        background: url(../images/articleArrow001.png) 0.95rem 0.15rem no-repeat;
        background-size: 0.09rem 0.08rem;
        box-sizing: border-box;
    }
    
    .acticlelist .setWidth ul li:hover .articleInfo div {
        border: 1px solid #FF6901;
        color: #FFF;
        background: url(../images/articleArrow002.png) #FF6901 0.95rem 0.15rem no-repeat;
        background-size: 0.09rem 0.08rem;
    }
    
    .acticlelist .pages {
        display: flex;
        justify-content: space-around;
        width: 5.4rem;
        margin: 0.5rem auto 0;
    }
    
    .acticlelist .pages div {
        width: 0.83rem;
        margin: 0 auto;
        height: 0.46rem;
        font-size: 0.18rem;
        border-radius: 0.03rem;
        line-height: 0.46rem;
        text-align: center;
        background-color: #616161;
    }
    
    .acticlelist .pages div:hover {
        background-color: #FF6901;
    }
    
    .acticlelist .pages a {
        color: #FFF;
        display: block;
        cursor: pointer;
        width: 100%;
        height: 100%;
    }
    
    .acticlelist .pages ul {
        display: flex;
        justify-content: space-around;
    }
    
    .acticlelist .pages ul li {
        height: 0.46rem;
        border-radius: 0.03rem;
        font-size: 0.2rem;
        margin: 0 0.085rem;
        line-height: 0.46rem;
        text-align: center;
        background-color: #616161;
        padding: 0 0.2rem;
    }
    
    .acticlelist .pages ul li:hover {
        background-color: #FF6901
    }
    
    .acticlelist .pages ul li.active {
        background-color: #FF6901
    }
    
    .acticlelist .pages ul li.none {
        background-color: #FFF;
        padding: 0;
    }
    
    .articleDetail {
        background-color: #FFF;
    }
    
    .articleDetail .bigTitle {
        text-align: center;
        border-bottom: 1px solid #E8E8E8;
        padding: 0.6rem 0
    }
    
    .articleDetail .bigTitle h4 {
        font-size: 0.32rem;
        font-weight: bold;
        padding-bottom: 0.29rem;
        color: #333
    }
    
    .articleDetail .bigTitle p {
        color: #999;
        font-size: 0.14rem;
    }
    
    .articleDetail .bigTitle .fxd {
        padding: 0 35px 15px;
    }
    
    .articleDetail .bigTitle .fxd .share {
        cursor: pointer;
        display: inline-block;
        background: url(../images/articleDetail001.png) right center no-repeat;
        background-size: 0.12rem 0.09rem;
        padding-right: 0.15rem;
    }
    
    .articleDetail .bigTitle .fxd .share:hover {
        background: url(../images/articleDetail002.png) right center no-repeat;
        background-size: 0.12rem 0.09rem;
    }
    
    .bdsharebuttonbox {
        display: none
    }
    
    .articleDetail .bigTitle .fxd:hover .bdsharebuttonbox {
        display: block;
    }
    
    .articleDetail .articleDetailContent {
        padding: 0.2rem 0 0.58rem 0;
        border-bottom: 1px solid #E8E8E8;
    }
    
    .articleDetailContent img {
        max-width: 10rem;
    }
    
    .articleDetail .articleDetailContent p {
        color: #666;
        font-size: 0.18rem;
        line-height: 0.4rem;
        padding: 0.38rem 0 0 0;
    }
    
    .articleDetail .articleDetailContent p img {
        display: block;
        margin: 0.1rem auto 0;
    }
    
    .articleDetail .articleDetailContent p span {
        display: block;
        text-align: center;
        color: #333;
    }
    
    .articleDetail .articleDetailBot {
        padding: 0.4rem 0 0.85rem 0;
    }
    
    .articleDetail .articleDetailBot ul li {
        font-size: 0.16rem;
        line-height: 0.4rem;
    }
    
    .articleDetail .articleDetailBot ul li span {
        float: right;
        cursor: pointer;
        background: url(../images/forback001.png) right center no-repeat;
        background-size: 0.24rem 0.21rem;
        padding-right: 0.32rem;
    }
    
    .articleDetail .articleDetailBot ul li span:hover {
        background: url(../images/forback002.png) right center no-repeat;
        color: #FF6901;
        background-size: 0.24rem 0.21rem;
    }
    
    .articleDetail .articleDetailBot ul li a {
        color: #666;
        cursor: pointer;
    }
    
    .articleDetail .articleDetailBot ul li a:hover {
        color: #FF6901;
    }
    
    @media only screen and (max-width:1366px) {
        .articleDetail .bigTitle>div {
            width: 4rem !important;
        }
    }
    
    @media only screen and (max-width: 750px) {
        .Macticlelist {
            background-color: #FFF;
            padding: 0 0 0.68rem 0;
        }
        .Macticlelist {
            border-bottom: 1px solid #EFEFEF;
            padding-top: 0.4rem;
        }
        .Macticlelist ul li {
            margin: 0 0.41rem 0.46rem;
            overflow: hidden;
            background-color: #F6F6F6;
        }
        .Macticlelist ul li .articleImg img {
            height: 4rem;
        }
        .Macticlelist ul li a span {
            display: flex;
            justify-content: center;
        }
        .Macticlelist ul li .articleInfo h4 {
            font-size: 0.26rem;
            color: #333;
            padding: 0.3rem;
            line-height: 0.4rem;
            font-family: 'HarmonyOS_Sans_SC_Medium'
        }
        .Macticlelist ul li .articleInfo time {
            color: #999;
            font-size: 0.24rem;
            float: left;
            padding: 0 0 0.3rem 0.3rem;
        }
        .Macticlelist .pages {
            display: flex;
            justify-content: space-around;
            width: 5.4rem;
            margin: 0.5rem auto 0;
        }
        .Macticlelist .pages div {
            width: 0.83rem;
            margin: 0 auto;
            height: 0.46rem;
            font-size: 0.18rem;
            border-radius: 0.03rem;
            line-height: 0.46rem;
            text-align: center;
            background-color: #616161;
        }
        .Macticlelist .pages div:hover {
            background-color: #FF6901;
        }
        .Macticlelist .pages a {
            color: #FFF;
            display: block;
            cursor: pointer;
            width: 100%;
            height: 100%;
        }
        .Macticlelist .pages ul {
            display: flex;
            justify-content: space-around;
        }
        .Macticlelist .pages ul li {
            height: 0.46rem;
            border-radius: 0.03rem;
            font-size: 0.2rem;
            margin: 0 0.085rem;
            line-height: 0.46rem;
            text-align: center;
            background-color: #616161;
            padding: 0 0.2rem;
        }
        .Macticlelist .pages ul li:hover {
            background-color: #FF6901
        }
        .Macticlelist .pages ul li.active {
            background-color: #FF6901
        }
        .Macticlelist .pages ul li.none {
            background-color: #FFF;
            padding: 0;
        }
        .MarticleDetail {
            background-color: #FFF;
            padding: 0 0.34rem;
            overflow: hidden;
        }
        .MarticleDetail .bigTitle {
            text-align: left;
            border-bottom: 1px solid #E8E8E8;
            padding: 0.4rem 0
        }
        .MarticleDetail .bigTitle h4 {
            font-size: 0.32rem;
            padding-bottom: 0.1rem;
            color: #333;
            font-family: 'HarmonyOS_Sans_SC_Medium';
            line-height: 0.48rem;
        }
        .MarticleDetail .bigTitle div {
            text-align: left;
            padding-top: 0.2rem;
            font-size: 0.25rem;
        }
        .MarticleDetail .articleDetailContent {
            padding: 0.1rem 0 0.48rem 0;
            border-bottom: 1px solid #E8E8E8;
        }
        .MarticleDetail .articleDetailContent p {
            color: #666;
            font-size: 0.26rem;
            line-height: 0.5rem;
            padding: 0.28rem 0 0 0;
        }
        .MarticleDetail .articleDetailContent p img {
            display: block;
            margin: 0.1rem auto 0;
            width: 100% !important;
            height: auto !important;
        }
        .MarticleDetail .articleDetailContent p span {
            display: block;
            text-align: center;
            color: #333;
        }
        .MarticleDetail .forback {
            border: 1px solid #DDD;
            width: 1.6rem;
            height: 0.6rem;
            margin: 0.4rem auto;
            font-size: 0.26rem;
            line-height: 0.6rem;
            text-align: center;
            border-radius: 1rem;
        }
        .Loadmore {
            font-size: 0.19rem !important;
        }
        /*分享*/
        .Mshare {
            margin: 0.36rem 0 0;
            width: 100%;
            display: block;
        }
        .Mshare .sharebox {
            font-size: 0;
            color: #000000;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            vertical-align: middle;
        }
        .Mshare .sharebox .shIcon {
            font-size: 0;
            width: 0.8rem;
            height: 0.8rem;
            display: block;
            text-indent: -999em;
        }
        .Mshare .sharebox .ico1 {
            background: url(../images/icc1.png) no-repeat;
            background-size: 0.8rem;
        }
        .Mshare .sharebox .ico2 {
            background: url(../images/icc2.png) no-repeat;
            background-size: 0.8rem;
        }
        .Mshare .sharebox .ico3 {
            background: url(../images/icc3.png) no-repeat;
            background-size: 0.8rem;
        }
        .Mshare .sharebox .ico4 {
            background: url(../images/icc4.png) no-repeat;
            background-size: 0.8rem;
        }
        .Mshare .sharebox .ico5 {
            background: url(../images/icc5.png) no-repeat;
            background-size: 0.8rem;
        }
        .Mshare .sharebox .ico6 {
            background: url(../images/icc6.png) no-repeat;
            background-size: 0.8rem;
        }
        .fx {
            font-size: 0.26rem;
            line-height: 0.26rem;
            color: #999;
            margin-bottom: 0.3rem;
        }
    }
    /*单页*/
    
    .dy {
        background-color: #FFFFFF;
    }
    
    .dy2 {}
    
    .dy h4,
    .dy2 h4 {
        font-size: 28px;
        color: #0093dd;
        margin-bottom: 18px;
        text-align: center;
    }
    
    .dy p {
        font-size: 0.18rem;
        color: #666;
        line-height: 0.4rem;
        text-align: justify;
    }
    
    .mobdy p {
        margin: 0 0.41rem;
        font-size: 0.18rem;
        color: #666;
        line-height: 0.4rem;
        text-align: justify;
    }
    
    .dy2 p {
        font-size: 0.18rem;
        color: #666;
        line-height: 0.4rem;
        text-align: justify;
        margin-bottom: 0.2rem;
    }
    
    .dy img,
    .dy2 img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
        height: auto;
    }
    
    .top {
        opacity: 0;
        z-index: 100000;
        transition: all 0.8s;
        -moz-transition: all 0.8s;
        -webkit-transition: all 0.8s;
        -o-transition: all 0.8s;
    }
    
    .top a {
        width: 48px;
        height: 48px;
        display: inline-block;
        background: url(../images/top.jpg) top center no-repeat;
        outline: none;
    }
    
    .top a:hover {
        background: url(../images/top.jpg) center -196px no-repeat;
    }
    
    .pc-suspension {
        position: fixed;
        right: 0;
        top: 30%;
        width: 0.48rem;
        z-index: 999;
    }
    
    .suspension-show a {
        display: block;
        width: 0.48rem;
        height: 0.48rem;
        margin-top: 3px;
        cursor: pointer;
    }
    
    .suspension-show-one {
        background: url(../images/top.jpg) center -0.48rem no-repeat;
        background-size: 0.48rem;
    }
    
    .suspension-show-two {
        background: url(../images/top.jpg) center -0.96rem no-repeat;
        background-size: 0.48rem;
    }
    
    .suspension-show-three {
        background: url(../images/top.jpg) center -1.44rem no-repeat;
        background-size: 0.48rem;
    }
    
    .suspension-show-one:hover {
        background: url(../images/top.jpg) center -2.4rem no-repeat;
        background-size: 0.48rem;
    }
    
    .suspension-show-two:hover {
        background: url(../images/top.jpg) center -2.88rem no-repeat;
        background-size: 0.48rem;
    }
    
    .suspension-show-three:hover {
        background: url(../images/top.jpg) center -3.36rem no-repeat;
        background-size: 0.48rem;
    }
    
    .suspension-hide-pho {
        display: none;
        position: relative;
        border-radius: 10px;
        top: -130px;
        width: 280px;
        left: -300px;
        background: #edebeb;
        padding: 10px 40px 20px 40px;
    }
    
    .suspension-hide-pho p {
        margin-top: 12px;
        font-size: 16px;
        color: #333333;
        line-height: 30px;
        overflow: hidden;
    }
    
    .suspension-show-four {
        background: url(../images/weixin.jpg) no-repeat center;
        background-size: 0.48rem;
    }
    
    .suspension-show-four:hover {
        background: url(../images/weixinh.jpg) no-repeat center;
        background-size: 0.48rem;
    }
    
    .suspension-hide-ewm {
        display: none;
        position: relative;
        top: -60px;
        width: 115px;
        left: -117px;
    }
    
    .suspension-hide-ewm img {
        width: 115px;
        height: 115px;
    }