nav {
    width: 100%;
}

nav .search {
    position: relative;
    z-index: 999;
    width: 100%;
    height: 0.88rem;
    background-color: #45bb6d;
}

nav .search .logo {
    float: left;
    width: 1.28rem;
    height: 0.59rem;
    margin-top: 0.14rem;
    margin-left: 0.26rem;
    background:  no-repeat 0 0;
    background-size: 2.8rem .95rem;
}

nav .search .right {
    float: right;
    position: relative;
    width: 4.42rem;
    height: 0.88rem;
}

nav .search .right form {
    margin-top: 0.16rem;
}

nav .search .right form .keywords {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0;
    width: 3.6rem;
    height: 0.56rem;
    background: #f6f6f6;
    border-radius: 0.28rem;
    text-indent: 0.3rem;
}

nav .search .right form .keywords::placeholder {
    font-size: 0.2rem;
    font-weight: 500;
    color: #c5c5c5;
}

nav .search .right form .submit {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 3.06rem;
    width: 0.25rem;
    height: 0.24rem;
    background:  no-repeat -.35rem -.63rem;
    background-size: 2.8rem .95rem;
}

nav .search .right .dropdown {
    position: absolute;
    top: 0;
    bottom: 0;
    /* z-index: 99; */
    /*right: 0.26rem;
    margin: auto 0;
     width: 0.3rem;
    height: 0.32rem;
    background:  no-repeat 0 -.63rem; */
    right: 0;
    margin: auto 0;
    width: 0.71rem;
    height: 0.88rem;
    background:  no-repeat -2.35rem -.35rem;
    background-size: 2.8rem .95rem;
}

nav .search .right .dropdown i {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #0d8b38  no-repeat -2.35rem -.35rem;
    background-size: 2.8rem .95rem;
}

nav .search .right .dropdown i::before {
    position: absolute;
    bottom: -.09rem;
    right: 0;
    width: .14rem;
    height: .09rem;
    content: '';
    background:  no-repeat -1.19rem -0.86rem;
    background-size: 2.8rem .95rem;
}

nav .search .right .dropdownactive {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.71rem;
    height: 0.88rem;
    background: #0d8b38;
}

nav .search .right .dropdownactive::before {
    position: absolute;
    right: 0;
    bottom: -0.09rem;
    display: block;
    content: "";
    width: 0.14rem;
    height: 0.09rem;
    background:  no-repeat;
    background-size: cover;
}

nav .nav_cover {
    position: fixed;
    z-index: -1;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 0.88rem;
    box-sizing: border-box;
    opacity: 0;
    border-radius: 0.1rem;
    transition: all ease 0.2s;
}

nav .nav_cover .links_wrapper {
    background-color: #fff;
    padding: 0 0.3rem;
}

nav .nav_cover .links_wrapper .links_item {
    padding: 0.4rem 0;
    border-bottom: 0.02rem solid #f6f6f6;
    overflow: hidden;
}

nav .nav_cover .links_wrapper .links_item h2 {
    font-size: 0.32rem;
    font-weight: bold;
    color: #323232;
}

nav .nav_cover .links_wrapper .links_item ul {
    display: flex;
    flex-wrap: wrap;
    width: 7.6rem;
}

nav .nav_cover .links_wrapper .links_item ul li {
    height: 0.66rem;
    margin-right: 0.7rem;
}

nav .nav_cover .links_wrapper .links_item ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1.02rem;
    color: #666;
    font-size: 0.28rem;
    font-weight: 500;
}

nav .active {
    opacity: 1;
    z-index: 20;
}

.classify_tabs {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 0.88rem;
    margin-bottom: 0.5rem;
    border-radius: 0.1rem;
    font-size: 0.28rem;
    font-weight: bold;
    color: #666;
    line-height: 0.88rem;
    text-align: center;
}

.classify_tabs .classify_tabs--item {
    width: 3.36rem;
    border-radius: 0.1rem;
    background: #f4f4f4;
}

.classify_tabs .active {
    background: #45bb6d;
    color: #fff;
    position: relative;
}

.classify_tabs .active::before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -0.08rem;
    width: 0.24rem;
    height: 0.1rem;
    content: "";
    background:  no-repeat -1.195rem -.635rem;
    background-size: 2.8rem .95rem;
}

.software_classify .swiper-container .swiper-wrapper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.8rem;
    height: 0.68rem;
    margin-right: 0.2rem;
    background: #f4f4f4;
    border-radius: 0.34rem;
    font-size: 0.28rem;
    font-weight: bold;
    color: #666;
}

.software_classify .swiper-container .swiper-wrapper .active {
    background: #45bb6d;
}
.software_classify .swiper-container .swiper-wrapper .active a {
    color: #fff;
}


.software_list .swiper-container .swiper-wrapper .swiper-slide {
    position: relative;
    width: 1.42rem;
    height: 1.78rem;
    margin-right: 0.26rem;
}

.software_list .swiper-container .swiper-wrapper .swiper-slide img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1.36rem;
    height: 1.36rem;
    border-radius: 0.28rem;
}

.software_list .swiper-container .swiper-wrapper .swiper-slide p {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    font-size: 0.24rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.box {
    width: 100%;
    padding-bottom: 0.04rem;
}

.box .item {
    display: block;
    width: 100%;
    height: 1.48rem;
    margin-bottom: 0.4rem;
}

.box .item .msg {
    position: relative;
    width: 100%;
    height: 100%;
}

.box .item .msg>img {
    float: left;
    width: 1.48rem;
    height: 1.48rem;
    margin-right: 0.29rem;
    border-radius: 0.36rem;
}

.box .item .msg .name {
    flex: 1;
    padding: 0.06rem 0;
    padding-right: 1.8rem;
    box-sizing: border-box;
    overflow: hidden;
}

.box .item .msg .name h4 {
    margin-bottom: 0.2rem;
    font-size: 0.32rem;
    font-weight: bold;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.box .item .msg .name p {
    margin-bottom: 0.12rem;
    font-size: 0.24rem;
    font-weight: 500;
    color: #999;
}

.box .item .msg>i {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
    width: 1.6rem;
    height: 0.76rem;
    line-height: 0.76rem;
    background: #fff;
    border: 0.02rem solid #45bb6d;
    border-radius: 0.38rem;
    font-size: 0.28rem;
    font-weight: bold;
    color: #45bb6d;
    text-align: center;
}

.title_list {
    width: 6.98rem;
}

.title_list>ul>li {
    width: 100%;
    height: 0.98rem;
    position: relative;
    padding: 0.3rem 0;
    padding-left: 0.3rem;
    box-sizing: border-box;
    border-bottom: 1px solid #f1f1f1;
}

.title_list>ul>li:last-child {
    border-bottom: none;
}

.title_list>ul>li::before {
    content: '';
    display: inline-block;
    width: 0.14rem;
    height: 0.14rem;
    border: 0.02rem solid #999;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    transform: translatey(-50%) rotate(45deg);
    left: 0rem;
}

.title_list>ul>li>a {
    padding-left: 0.06rem;
    box-sizing: border-box;
    height: 0.4rem;
    display: block;
    font-size: 0.28rem;
    font-weight: 500;
    color: #37393e;
    padding-right: 1.2rem;
}

.title_list>ul>li>a p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.title_list>ul>li>a span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
    color: #999;
}

.title_list>ul>li>a:hover {
    color: #45bb6d;
}

.latest_subject {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.latest_subject li {
    width: 3.36rem;
    height: 2.12rem;
    margin-bottom: 0.26rem;
}

.latest_subject li>a {
    position: relative;
    width: 100%;
    height: 100%;
}

.latest_subject li>a>img {
    width: 100%;
    height: 100%;
}

.latest_subject li>a .latest_subject_title {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0.95rem;
    padding: .5rem .2rem 0;
    box-sizing: border-box;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
    font-size: 0.24rem;
    font-weight: bold;
    color: #fff;
    /* line-height: 72px; */
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.common_title {
    align-items: center;
    display: flex;
    justify-content: center;
    justify-content: space-between;
    width: 6.98rem;
    height: 1.22rem;
}

.common_title .common_titlename {
    width: 50%;
    height: 0.36rem;
}

.common_title .common_titlename .common_titleicon {
    float: left;
    width: 0.18rem;
    height: 0.34rem;
    margin-right: 0.21rem;
    background: #45bb6d;
    border-radius: 0 0.1rem 0.04rem 0;
}

.common_title .common_titlename h2 {
    float: left;
    line-height: 0.36rem;
    font-size: 0.36rem;
    font-weight: bold;
    color: #000;
}

.common_title>a {
    float: right;
    width: 0.42rem;
    height: 0.42rem;
    line-height: 0.34rem;
    background:  no-repeat -1.87rem -.45rem;
    background-size: 2.8rem .95rem;
    font-size: 0.42rem;
    font-weight: bold;
    color: #45bb6d;
}

.bread {
    align-items: center;
    display: flex;
    justify-content: center;
    justify-content: start;
    box-sizing: border-box;
    width: 100%;
    height: 0.74rem;
    padding: 0 0.26rem;
    font-size: 0;
}

.bread>a {
    position: relative;
    margin-right: 0.48rem;
    font-size: 0.24rem;
    font-weight: 500;
    color: #9d9d9d;
}

.bread>a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: -0.28rem;
    width: 0.12rem;
    height: 0.18rem;
    background:  no-repeat -.65rem -.635rem;
    background-size: 2.8rem .95rem;
}

.bread>a:nth-last-of-type(1) {
    color: #45bb6d;
}

.bread>a:nth-last-of-type(1)::after {
    display: none;
}

.footer {
    position: relative;
    bottom: 0;
    width: 100锛?
    height: 1.16rem;
    display: flex;
}

.footer li {
    flex: 1;
    flex-shrink: 0;
    text-align: center;
    line-height: 1.16rem;
    font-size: 0.32 rem;
}

.footer li a {
    display: flex;
    height: 1.16rem;
    width: 100锛?
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 0.32rem;
    font-weight: 500;
    color: #8e8e8e;
}

.footer li a::after {
    content: '';
    width: 0.02rem;
    height: 0.34rem;
    background: #e2e2e2;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translatey(-50%);
    display: block;
}

.footer li a span {
    display: block;
    width: 0.36rem;
    height: 0.36rem;
    margin-right: 0.2rem;
}

.footer li a .icon_sprites-backhome {
    background:  no-repeat -1.71rem 0;
    background-size: 2.8rem .95rem;
}

.footer li a .icon_sprites-backtop {
    background:  no-repeat -1.34rem 0;
    background-size: 2.8rem .95rem;
}
.article_content h2,
.content_article h2{
    position: relative;
    z-index: 10;
    height: .6rem;
    width: 100%;
    padding-left: .12rem;
    line-height: .6rem;
    background: #eee;
    font-size: .3rem;
    color: #45bb6d;
    overflow: hidden;
    margin: 0.35rem 0;
    font-weight: bold;
}
.article_content h3,
.content_article h3{
    position: relative;
    z-index: 10;
    height: .6rem;
    width: 100%;
    padding-left:.2rem;
    line-height: .6rem;
    font-size: .3rem;
    overflow: hidden;
    margin: 0.35rem 0;
    font-weight: bold;
}
.article_content h3::before,
.content_article h3::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: .07rem;
    height: 50%;
    background-color:#45bb6d;
}

/*xz鏍峰紡*/
:root{--tx-module-color1:#ff6f3d}.tx-info-module-box,.tx-info-module-box *{margin:0!important;padding:0!important;font-size:1em!important;border:0!important;width:auto!important;height:auto!important;-webkit-box-sizing:border-box!important;box-sizing:border-box!important;list-style:none!important;max-width:none!important;max-height:none!important;line-height:1!important;background:0 0!important}.tx-info-module-box{margin:.5em 0 1.5em 0!important}.tx-info-module-btn{display:inline-flex!important;height:2.4em!important;align-items:center!important;justify-content:center!important;padding:0 1em!important;border-radius:4px!important;background-color:var(--tx-module-color1)!important;color:#fff!important;transition:all .35s ease 0s!important}tx-info-module-box{margin:.5em 0 1.5em 0!important}.tx-info-module-btn1{display:inline-flex!important;height:2.4em!important;align-items:center!important;justify-content:center!important;padding:0 1em!important;border-radius:4px!important;background-color:var(--tx-module-color1)!important;color:#fff!important;transition:all .35s ease 0s!important}.tx-info-module-btn:hover{opacity:.9!important;color:#fff!important}.tx-info-module-btn1:hover{opacity:.9!important;color:#fff!important}.tx-info-module-warning-tips{color:#a94442!important;background-color:#f2dede!important;border:1px solid #ebccd1!important;display:flex!important;align-items:flex-start!important;padding:1em 1.5em!important;border-radius:5px!important}.tx-info-module-warning-tips::before{content:""!important;width:4em!important;height:4em!important;margin:0 2em 0 0!important;background: no-repeat 0 0!important;background-size:100% auto!important}.tx-info-module-shop-box{display:flex!important;align-items:center!important;justify-content:center!important}.tx-info-module-shop-box>a{display:flex!important;align-items:center!important}.tx-info-module-imgbox img{width:100%!important;border:0!important;vertical-align:middle!important;line-height:1!important;border-radius:5px!important}.tx-info-module-shop1-box>a{background-color:rgba(0,0,0,.04)!important;border-radius:5px!important;padding:1em!important;flex:auto!important;max-width:600px!important;align-items:stretch!important}.tx-info-module-shop2-box>a{background-color:rgba(0,0,0,.04)!important;border-radius:5px!important;padding:1em!important;flex:auto!important;flex-direction:column!important;max-width:400px!important}.tx-info-module-shop1-box .tx-info-module-imgbox{max-width:200px!important;flex:none!important}.tx-info-module-shop1-box .tx-info-module-imgtxt{flex:auto!important;margin:0 0 0 1.5em!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important}.tx-info-module-txt-title{font-size:1.25em!important;line-height:1.4!important;max-height:2.8em!important;margin:0 0 .5em 0!important;overflow:hidden!important;flex:none!important}.tx-info-module-txt-info{opacity:.6!important;line-height:1.4!important;overflow:hidden!important;flex:auto!important;display:block!important;font-size:14px!important;text-indent: 0em!important}.tx-info-module-imgtxt-span{display:flex!important;align-items:center!important;flex:none!important;margin:1em 0 0 0!important}.tx-info-module-imgtxt-span span.tx-info-module-price{flex:auto!important;font-size:1.2em!important;color:red!important;font-weight:700!important}.tx-info-module-imgtxt-span span.tx-info-module-btn{flex:none!important}.tx-info-module-btn1{flex:none!important}.tx-info-module-shop2-box .tx-info-module-imgtxt{flex:auto!important;width:100%!important;margin:1.5em 0 0 0!important;display:flex!important;flex-direction:column!important}.tx-info-module-down1-box>section{background-color:#fffcf9!important;border-radius:5px!important;padding:1em!important;display:flex!important;align-items:center!important;position:relative!important;border:1px solid #ffd9a8!important}.tx-info-module-down1-box .tx-info-module-imgbox{width:4.2em!important;overflow:hidden!important;border-radius:5px!important;flex:none!important}.tx-info-module-down1-box .tx-info-module-down-txt{flex:auto!important;padding:0 0 0 1.5em!important}.tx-info-module-down1-box .tx-info-module-btn{height:2.6em!important;font-size:1.1em!important;padding:0 2em!important;background-color:#43ab04!important;margin:0 0 0 1em!important;flex:none!important}.tx-info-module-btn1{height:2.6em!important;font-size:1.1em!important;padding:0 2em!important;background-color:#333!important;margin:0 0 0 1em!important;flex:none!important}.tx-info-post-txt1-box,.tx-info-post-txt2-box{background-color:rgba(0,0,0,.04)!important;padding:1em 1.5em!important;border-left:4px solid rgba(0,0,0,.1)!important}.tx-info-post-txt1-box li{line-height:2!important;height:2em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.tx-info-post-txt2-box li{line-height:1.4!important;padding:.4em 0!important}.tx-info-post-img1-box li{padding:.6em 0!important}.tx-info-post-img1-box li>a{display:flex!important;align-items:center!important}.tx-info-post-img1-box li .tx-info-module-imgbox{width:8em!important;height:6em!important;overflow:hidden!important;flex:none!important;margin:0 1em 0 0!important}.tx-info-post-img1-box li .tx-info-module-imgbox img{width:100%!important;height:100%!important;object-fit:cover!important}.tx-info-post-img1-box .tx-info-module-txt-info,.tx-info-post-img1-box .tx-info-module-txt-title{line-height:1.4!important;max-height:2.8em!important;overflow:hidden!important}.tx-info-post-img2-box ul{display:flex!important;flex-wrap:wrap!important;margin-left:-.5em!important;margin-right:-.5em!important}.tx-info-post-img2-box ul li{width:25%!important;padding:0 .5em!important;margin:.5em 0!important}.tx-info-post-img2-box li .tx-info-module-imgbox{overflow:hidden!important;display:block!important;position:relative!important;width:100%!important;height:0!important;padding-top:70%!important}.tx-info-post-img2-box li .tx-info-module-imgbox img{position:absolute!important;left:0!important;top:0!important;width:100%!important;height:100%!important;font-size:0!important;z-index:1!important;object-fit:cover!important}.tx-info-post-img2-box li section{line-height:1.4!important;height:2.8em!important;overflow:hidden!important;margin:.3em 0 0 0!important}@media screen and (max-width:720px){.tx-info-post-img2-box ul li{width:50%!important}.tx-info-module-down1-box>section{align-items:flex-start!important;flex-wrap:wrap!important}.tx-info-module-down1-box .tx-info-module-imgbox{position:absolute!important;left:1em!important;top:1em!important}.tx-info-module-down1-box .tx-info-module-down-txt{margin:0!important;padding-left:5.5em!important}.tx-info-module-down1-box .tx-info-module-btn{margin:1em 0 0 0!important;flex:auto!important;}.tx-info-module-down1-box .tx-info-module-btn1{margin:1em 0 0 0!important;flex:auto!important;}.tx-info-module-shop1-box .tx-info-module-imgbox{max-width:30vw!important}.tx-info-module-shop1-box .tx-info-module-txt-info{display:none!important}}@media screen and (max-width:320px){.tx-info-module-shop1-box>a{flex-direction:column!important;align-items:flex-start!important}.tx-info-module-shop1-box .tx-info-module-imgbox,.tx-info-module-shop1-box .tx-info-module-imgtxt{max-width:none!important;width:100%!important;margin:0!important}.tx-info-module-shop1-box .tx-info-module-imgtxt{margin:.8em 0 0 0!important}}
.m-news-ontent {
    margin-top: 24px;
}

.m-news-ontent h1 {
    margin-bottom: 21px;
    line-height: 42px;
    font-size: 30px;
}

.m-news-ontent .label {
    height: 20px;
    margin-bottom: 15px;
}

.m-news-ontent .label span, .m-news-ontent .label a {
    display: inline-block;
    margin-right: 30px;
    line-height: 20px;
    font-size: 12px;
    color: #808595;
}

.m-news-ontent .label .category {
    padding: 0 11px;
    height: 20px;
    background: rgba(205, 20, 16, 0.1);
    border-radius: 10px;
    color: #cd1410;
}

.m-news-ontent .label .date {
    margin-right: 30px;
}

.m-news-ontent .label .views {
    padding-left: 24px;
    background:  0 -19px/16px auto no-repeat;
}

.m-news-ontent .label .talk {
    padding-left: 24px;
    background:  0 0/16px auto no-repeat;
}

.m-news-ontent .article-content, .m-news-ontent .article-content p, .m-news-ontent .article-content * {
    line-height: 28px;
    font-size: 16px;
    color: #555555;
}
.m-news-ontent .article-content p{
    margin-block-start: 1em;
    margin-block-end: 1em;
    word-break: break-all;
}

.m-news-ontent .article-content a {
    color: #cd1410;
}

.m-news-ontent .article-content img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin: 10px 0;
}

.m-news-ontent .tags {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.m-news-ontent .tags a {
    height: 30px;
    margin-right: 10px;
    padding: 0 20px;
    border-radius: 15px;
    line-height: 30px;
    font-size: 14px;
    display: inline-block;
    color: #cd1410;
    margin-bottom: 10px;
    background: rgba(205, 20, 16, 0.1)
}
/*鏂拌皟鐢ㄦ爣绛綾ss*/


/*鍐呭椤堕儴鏍囩*/
 