*{
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}
ul{
    list-style: none;
}
em{
    font-style: normal;
    font-weight: normal;
}
input,button{
    border: 0;
    outline: none;
}
.layout{
    width: 1200px;
    margin: 0 auto;
    /* border: 1px solid black; */
}
.cl{
    zoom: 1;
}
.clearfix:after{
    content: '';
    clear: both;
    display: block;
}
.pl{
    padding-left: 8px;
}
.pr{
    padding-right: 15px;
}
a{
    text-decoration: none;
}
/* 头部导航 */
.topNav{
    width: 100%;
    height: 36px;
    background-color: #fff;
    box-shadow: 0 0px 3px 2px #b8b8b8 !important;
    line-height: 36px;
    overflow: hidden;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.pos-r{
    position: relative;
}
.icon_jrgx {
    position: absolute;
    top: -0;
    left: -19px;
    overflow: hidden;
    width: 16px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: -0 -0;
}
.sprite {
    background: url(../images/sprite.png);
    margin-top: 2px;
}
.topNav a {
    font-size: 14px;
    color: #5b5757;
}
.topNav a:hover {
    color: #3577f1;
}
.topNav .pipe{
    color: #aaa;
    padding: 0 10px;
}
.icon_rjph {
    position: absolute;
    top: -0;
    left: -19px;
    overflow: hidden;
    width: 16px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: -26px -0;
}
.ml-30{
    margin-left: 30px;
}
/* 头部信息 */
header{
    width: 100%;
    background-color: #f8f8f8;
    padding: 15px 0 20px 0;
    margin-top: 3px;
}
/* logo */
/* .logo{
    margin-top: 30px;
} */
.logo_img{
    font-size: 24px;
    color: #1e1e1e;
    font-weight: bold;
    display: block;
}
.logo_img img{
    width: auto;
    height: 43px;
    margin-right: 10px;
    vertical-align: middle;
}
/* 搜索 */
/* .search{
    margin-top: 30px;
} */
.search-box{
    width: 420px;
    height: 42px;
    position: relative;
    margin-top: 5px;
}
.search-box .bdcs-search-form-input{
    width: 339px;
    height: 38px;
    border: 1px solid #c9c9c9;
    border-right: none;
    background-color: #fff;
    padding-left: 10px;
    vertical-align: middle;
}
.search-box .bdcs-search-form-submit{
    width: 80px;
    height: 40px;
    background: url(../images/search_03.png);
    font-size: 0;
    position: absolute;
    right: 0;
    cursor: pointer
}
.search-hot{
    margin-left: 26px;
    font-size: 14px;
    line-height: 50px;
    color: #222222;
    font-weight: bold;
}
.search-hot a{
    color: #7b7b7b;
    font-weight: normal;
    padding-right: 15px;
}
/* .over{
    overflow: hidden;
} */
.nav{
    width: 100%;
    height: 45px;
    background-color: #195dc9;
    margin-top: 15px;
    line-height: 45px;
    
}
.nav ul li{
    width: 133px;
    text-align: center;
    float: left;
    cursor: pointer;
}
.nav ul li:hover{
    background-color: #ed8938;
}
.nav ul li a{
    font-size: 18px;
    color: #fff;
}
.nav .on{
    background-color: #ed8938;
}
/* 修改导航样式 */
nav{
    width: 100%;
    height: 45px;
    background-color: #195dc9;
    margin-top: 15px;
    line-height: 45px;
    
}
nav ul li{
    width: 133px;
    text-align: center;
    float: left;
    cursor: pointer;
}
nav ul li:hover{
    background-color: #2d7121;
}
nav ul li a{
    font-size: 18px;
    color: #fff;
}
nav .on{
    background-color: #2d7121;
}
/* 精选 */
.content{
    width: 100%;
    height: 248px;
    background-color: #f8f8f8;
}
.content .total{
    border: 1px solid #efefef;
}
.jx ul{
    height: 120px;
    background-color: #fff !important;
    border-bottom: 1px solid #efefef;
    background: url(../images/jx_bgi.png) no-repeat;
    padding: 30px 30px 0px 30px;
}
.jx ul li{
    width: 10%;
    float: left;
    display: block;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.jx ul li img{
    width: 60px;
    height: 60px;
    border-radius: 15px;
}
.jx ul li p{
    font-size: 14px;
    color: #171717;
    line-height: 40px;
    cursor: pointer;
    padding: 0 10px;
}
.jx ul li p a{
    color: #171717;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jx ul li p a:hover{
    color: #3577f1;
}
.cnxs_content{
    height: 94px;
    background-color: #fff;
    overflow: hidden;
}
.cnxs_content img{
    width: 74px;
    height: 74px;
    margin-top: 10px;
    margin-left: 35px;
    float: left;
}
.cnxs_content ul{
    width: 1046px;
    height: 60px;
    margin-left: 45px;
    margin-top: 13px;
    float: left;
    overflow: hidden;
}
/* .cnxs_content ul li:nth-child(6),
.cnxs_content ul li:last-child{
    margin-right: 0;
} */
.cnxs_content ul li{
    float: left;
    width: 139px;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 10px;
}
.cnxs .cnxs_content ul li a{
    color: #232323;
    font-size: 14px;
    line-height: 34px;
}
.cnxs_content ul li a:hover{
    color: #195dc9;
}
.cnxs_content button{
    width: 120px;
    height: 45px;
    background: url(../images/cnxs_btn.png) no-repeat;
    margin-top: 25px;
    margin-right: 10px;
}
.cnxs_content button a{
    color: #fefefe;
    font-size: 16px;
}
.cnxs_content button:hover{
    background: url(../images/cnxs_hover.png) no-repeat;
}
/* 轮播 */
.rotation_plate{
    width: 100%;
    height: 400px;
    background-color: #f8f8f8;
    overflow: hidden;
}
.rotation_plate .rotation{
    width: 738px;
    height: 370px;
    margin-top: 32px;
    position: relative;
}
.rotation ul {
    position: relative;
}
.rotation ul li{
    width: 738px;
    height: 370px;
    position: relative;
    
}
.fc{
    width: 737px;
    height: 55px;
    background-color: rgba(102,102, 102, .8);
    position: absolute;
    bottom: 0;
}
.fc .text{
    color: #fff;
    font-size: 18px;
    line-height: 55px;
    padding-left: 29px;
}
.rotation p {
    padding-right: 5px;
    margin-top: 20px;
    position: absolute;
    bottom: 20px;
    right: 0;
}
.rotation p .dot{
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #a3a3a3;
    margin-right: 20px;
}
.rotation p .active{
    background-color: #ee8e3f;
}
/* 精品阅读 */
.jpyd{
    width: 430px;
    height: 362px;
    border: 1px solid #eeeeee;
    border-top: 5px solid #2c76ee;
    margin-top: 32px;
    background-color: #fff;
}
.jpyd h1,.jpyd h3{
    font-size: 22px;
    color: #1d1d1d;
    text-align: center;
    padding-top: 15px;
}
.jpyd_top{
    width: 430px;
    height: 85px; 
    /* margin-top: 20px; */
    display: none;
}
.jpyd_top .picture{
    width: 117px;
    height: 80px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    /* margin-left: 23px; */
}
.jpyd_top .picture img{
    width: 90px;
    margin-top: 5px;
    margin-left: 12px;
}
.jpyd_top_content{
    width: 260px;
    margin-left: 15px;
}
.jpyd_top_content p{
    font-size: 14px;
    color: #303030;
    line-height: 25px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.jpyd_top_content p a{
    color: #303030;
}
.jpyd_top_content span{
    font-size: 14px;
    color: #999;
    line-height: 30px;
}
.jpyd ul {
    margin-left: 28px;
    margin-top: 10px;
}
.jpyd ul li{
    padding: 9px 0;
    cursor: pointer;
}
.jpyd ul li .a{
    width: 363px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    /* line-height: 25px; */
    color: #303030;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}
.jpyd ul li .a::before{
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #666;
    content: ' ';
    border-radius: 5px;
    vertical-align: middle;
    margin: 0 6px 0 0;
}
.jpyd ul li:hover{
    color: #3987f9;
}
.jpyd ul li a:hover{
    color: #3987f9;
}
.jpyd ul .on{
    display: block;
}
.jpyd ul .list.on .jpyd_top{
    display: block;
}
.jpyd ul .list.on .a{
    display: none;
}
/* 广告位 */
.advertisement_wrap{
    width: 100%;
    background-color: #f8f8f8;
    overflow: hidden;
}
.advertisement{
    height: 90px;
    margin-top: 30px;
}
.main_over{
    overflow: hidden;
    background-color: #f8f8f8;
}
.main{
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    margin-top: 30px;
    overflow: hidden;
    padding-bottom: 30px;
}
.main .zxtj{
    width: 800px;
    border: 1px solid #eeeeee;
    border-top: 5px solid #e5e5e5;
    position: relative;
    background-color: #fff;
}
.zxtj .zxtj_title{
    width: 185px;
    font-size: 22px;
    font-weight: bold;
    color: #1d1d1d;
    text-align: center;
    border-top: 5px solid #2c76ee;
    position: absolute;
    top: -5px;
    line-height: 24px;
    padding-top: 20px;
}
.zxtj ul{
    margin-top: 50px;
    overflow: hidden;
}
.zxtj ul li{
    width: 760px;
    height: 155px;
    border-bottom: 1px dashed #f2f2f2;
    padding: 20px;
}
.zxtj_pic{
    overflow: hidden;
    display: block;
}
.zxtj_pic img {
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    width: 240px;
    height: 150px;
    transition: all 1s;
}
.zxtj_pic img:hover{
    transform: scale(1.1);
}
.zxtj_right{
    width: 480px;
    margin-left: 25px;
}
.zxtj_right h2{
    font-size: 18px;
    color: #000;
    line-height: 25px;
    padding-top: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.zxtj_right h2:hover{
    color: #3577f1;
}
.zxtj_right p{
    font-size: 14px;
    color: #000;
    line-height: 30px;
    padding-top: 10px;
    text-align: justify;
}
.plr-20{
    padding: 0 10px;
}
.zxtj_right div{
    margin-top: 5px;
    overflow: hidden;
    white-space: nowrap;
}
.zxtj_right div span{
    font-size: 14px;
    color: #6c6c6c;
}
.zxtj_right div span a{
    color: #6c6c6c;
}
.zxtj_right div span a:hover{
    color: #3577f1;
}

/* 软件资讯栏目 */
.main_right .rjzx{
    width: 370px;
    /* height: 363px; */
    border: 1px solid #eeeeee;
    border-top: 5px solid #2c76ee;
    background-color: #fff;
    padding-bottom: 20px;
}
.rjzx h2{
    font-size: 22px;
    color: #1d1d1d;
    text-align: center;
    line-height: 24px;
    padding-top: 17px;
}
.rjzx ul{
    margin-top: 25px;
}
.rjzx ul li{
    width: 330px;
    height: 40px;
    border: 1px solid #326dc3;
    text-align: center;
    line-height: 40px;
    margin-top: 16px !important;
    margin: 0 auto;
    font-size: 18px;
}
.rjzx ul li div{
    width: 170px;
    height: 40px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #265eb2;
}
.rjzx ul li a{
    color: #265eb2;
}
.rjzx ul li:hover{
    background: url(../images/rjzx_bgi_03.png) no-repeat;
}
.rjzx ul li:hover a{
    color: #fff;
}
.rjzx ul li:hover div{
    color: #fff;
}
/* 软件下载排行 */
.main_right .rjxz{
    width: 370px;
    /* height: 615px; */
    border: 1px solid #eeeeee;
    border-top: 5px solid #2c76ee;
    margin-top: 20px;
    background-color: #fff;
}
.rjxz h2{
    font-size: 22px;
    color: #1d1d1d;
    text-align: center;
    line-height: 24px;
    padding-top: 17px;
}
.rjxz .rjxz_btn{
    width: 370px;
    height: 40px;
    margin-top: 20px;
}
.rjxz .rjxz_btn li{
    width: 50%;
    height: 40px;
    background-color: #e7e7e7;
    color: #2a2b2c;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    float: left;
}
.btn_active{
    background: url(../images/rjxz_bgi_03.png) no-repeat;
    color: #fefefe !important;
    font-weight: bold;
}
.ph{
    width: 370px;
    /* height: 520px; */
    overflow: hidden;
}
.rjph{
    width: 370px;
    /* height: 520px; */
    margin-top: 15px;
}
.rjph li{
    padding: 0px 16px 15px 20px;
    line-height: 21px;
    position: relative;
}
.rjph .show{
    display: block;
}
.rjph li a span{
    background-color: #d2d2d2;
    color: #606060;
    font-size: 14px;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    display: block;
    text-align: center;
    line-height: 24px;
    float: left;
    margin-top: 5px;
}
.rjph li:nth-of-type(1) span{
    background-color: #ff4e31;
    color: #fff;
}
.rjph li:nth-of-type(2) span{
    background-color: #ff6b4e;
    color: #fff;
}
.rjph li:nth-of-type(3) span{
    background-color: #fe886d;
    color: #fff;
}
.rjph li a img{
    width: 35px;
    height: 35px;
    margin-left: 10px;
    vertical-align: middle;
    border: 1px solid #eeeeee;
    border-radius: 5px;
}
.rjph li a em{
    width: 165px;
    /* margin-left: 14px; */
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #000;
    margin-bottom: -5px;
    padding: 0 10px;
}
.rjph li a em:hover{
    color: #0082ff;
}
.rjph button,
.rjph a.but{
    width: 85px;
    height: 25px;
    border: 1px solid #5ac557;
    border-radius: 5px;
    background-color: #fff;
    font-size: 14px;
    color: #5ac557;
    cursor: pointer;
    position: absolute;
    right: 15px;
    margin-top: 5px;
    text-align:center;
    line-height: 25px;
}
.rjph button:hover,
.rjph a.but:hover{
    background-color: #5ac557;
    color: #fff;
}
/* 热文推荐 */
.main_right .rwtj{
    width: 370px;
    /* height: 400px; */
    border: 1px solid #eeeeee;
    border-top: 5px solid #2c76ee;
    background-color: #fff;
    margin-top: 20px;
}
.rwtj h2{
    font-size: 24px;
    color: #1d1d1d;
    text-align: center;
    line-height: 24px;
    padding-top: 17px;
}
.rwtj .rwtj_btn{
    width: 370px;
    height: 40px;
    margin-top: 20px;
}
.rwtj .rwtj_btn li{
    width: 50%;
    height: 40px;
    background-color: #e7e7e7;
    color: #2a2b2c;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    float: left;
}
.rw{
    width: 370px;
    /* height: 300px; */
    overflow: hidden;
}
.rw .rw_top{
    width: 370px;
    height: 85px; 
    /* margin-top: 17px; */
    display: none;
}

.rw_top .picture{
    width: 117px;
    height: 80px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    /* margin-left: 20px; */
}
.rw_top .picture img{
    margin-top: 5px;
    margin-left: 12px;
    width: 90px;
}
.rw_top_content{
    width: 210px;
    margin-left: 10px;
}
.rw_top_content p{
    font-size: 14px;
    color: #303030;
    line-height: 25px;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.rw_top_content p:hover{
    color: #0082ff;
}
.rw_top_content span{
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.rw ul {
    margin-left: 20px;
    margin-top: 10px;
}
.rw ul li{
    padding: 5px 0;
    padding-right: 10px;
    cursor: pointer;
}
.rw ul li .a{
    width: 317px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    line-height: 25px;
    color: #303030;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
}
.rw ul li .a::before{
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #666;
    content: ' ';
    border-radius: 5px;
    vertical-align: middle;
    margin: 0 6px 0 0;
}
.rw ul li:hover{
    color: #3987f9;
}
.rw ul li a:hover{
    color: #3987f9;
}
.rw ul .on{
    display: block;
}
.rw ul .list.on .rw_top{
    display: block;
}
.rw ul .list.on .a{
    display: none;
}
/* 广告位 */
.gg_end{
    margin-top: 20px;
}
.fixed_top{
    position: fixed !important;
    top: -20px;
}
.right_gg {
    width: 370px;
    /* height: 370px; */
    margin-top: 20px;
}
/* 返回顶部 */
.cbbfixed
{
    position: fixed;
    z-index: 3;
    right: 20px;
    bottom: -112px;
    cursor: pointer;
    transition: bottom ease .3s;
    /* display: none; */
}
.cbbfixed .cbbtn
{
    display: block;
    width: 60px;
    height: 60px;
}
.cbbfixed .gotop
{
    margin-top: 10px;

    transition: background-color ease .3s;
}
.icon_top {
  background-position: -454px -830px;
}
.icon_top:hover {
  background-position: -378px -830px;
}
/* 广告轮播 */
.advertisement_content{
    position: relative;
}
.advertisement_wrap p{
    padding-right: 5px;
    margin-top: 20px;
    position: absolute;
    bottom: 5px;
    right: 0px;
}

.advertisement_wrap  p span{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #a3a3a3;
    margin-right: 20px;
    cursor: pointer;
}
.advertisement_active{
    background-color: #ee8e3f !important;
}

.search .search-box .select::after{
    content: '';
    display: inline-block;
    width: 16px;
    height: 8px;
    margin: 0 0 1px 6px;
    background: url("../images/arrow2.png") no-repeat;
}
.search .search-box .selectWrap{
    position: relative;
    width: 68px;
    height: 38px;
    display: inline-block;
    font-size: 16px;
    color: #015dd1;
    border: 1px solid #015dd1;
    margin-right: -5px;
    background-color: #d8eaff;
    text-align: center;
    line-height: 38px;
    vertical-align: middle;
    cursor: pointer;
}
.search .search-box .selectWrap ul{
   width: 68px;
   border: 1px solid #015dd1;
   background-color: #d8eaff;
   position: absolute;
   top: 38px;   
   left: -1px;
   display: none;
   cursor: pointer;
}
.search .search-box .selectWrap li{
    color: #015dd1; 
    text-align: center;
    line-height: 25px;
    cursor: pointer;
}
.search .search-box .selectWrap li:hover{
    color: #fff;
    background: #0082ff;
}
/* 最新推荐列表修改   2022-11-24 */
.zxtj_right div span {
    font-size: 12px;
}

.plr-20 {
    padding: 0 10px;
}
.zxtj_right div span a{
    width: 60px;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    margin-top: -3px;
    display: inline-block;
    text-overflow: ellipsis;
}

.zxtj_right div span a:nth-child(1) {
    margin-right: 10px;
}

/* 新增新软推荐  2022-11-28 */
.xrtj {
    width: 370px;
    /* height: 363px; */
    border: 1px solid #eeeeee;
    border-top: 5px solid #2c76ee;
    background-color: #fff;
    padding-bottom: 20px;
    position: relative;
}

.xrtj h2 {
    font-size: 22px;
    color: #1d1d1d;
    text-align: center;
    line-height: 24px;
    padding-top: 17px;
}
.xrtj .swiper-container{
    border: 1px solid #eee;
    border-top: none;
    width: 320px;
    margin-top: 20px;
    position: static;
}
.xrtj .bigPic{
    width: 320px;
    height: 160px;
    display:block;
    overflow:hidden;
}
.xrtj .bigPic img{
    width: 320px;
    height: 160px;
    display: block;
    transition: all 1s;
}
.xrtj .bigPic img:hover{
    transform: scale(1.1);
}
.xrtj ul li span.bottom{
    background: rgba(242, 242, 242, 1);
    overflow: hidden;
    display: block;
    padding: 10px;
}
.xrtj ul li span.bottom img{
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 20px;
}
.xrtj ul li span.bottom a.smallPic{
    display: block;
    float: left;
}
.xrtj ul li span.bottom span{
    float: left;
    margin-left: 20px;
    width: 200px;
}
.xrtj ul li span.bottom span a{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    display: block;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xrtj ul li span.bottom span a:hover{
    color: #0082ff;
}
.xrtj ul li span.bottom span p{
    font-size: 14px;
    color: #999;
    margin-top: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.xrtj .swiper-button-prev {
width: 32px !important;
height: 32px !important;
background-image: url(../images/prev.png) !important;
background-size: 32px 32px !important;
position: absolute;
top: 50% !important;
margin-top: -16px !important;
left: -14px !important;
outline: none;
border: none;
}
.xrtj .swiper-button-prev:hover {
background-image: url(../images/prevHover.png) !important;
}
.xrtj .swiper-button-next {
width: 32px !important;
height: 32px !important;
background-image: url(../images/next.png) !important;
background-size: 32px 32px !important;
position: absolute;
top: 50% !important;
margin-top: -16px !important;
right: -15px !important;
outline: none;
border: none;
}
.xrtj .swiper-button-next:hover {
background-image: url(../images/nextHover.png) !important;
}
/* 天极优选  2022-11-28新增 */
.yxSoft{
    width: 758px !important;
    height: auto !important;
    border-bottom: 1px solid rgba(0, 255, 0, 1) !important;
    border: 1px solid rgba(0, 255, 0, 1);
    border-radius: 6px;
    padding: 20px;
    position: relative;
}
.yxSoft a img{
    width: 80px;
    height: 80px;
}
.yxSoft span.pull-left{
    margin-left: 20px;
    margin-top: 6px;
    width: 500px;
}
.yxSoft span.pull-left .top a{
    font-size: 22px;
    color: #333;
    font-weight: bold;
}
.yxSoft span.pull-left .top a:hover{
    color: #0082ff;
}
.yxSoft span.pull-left .top img{
    margin-left: 20px;
}
.yxSoft span.pull-left .top .shortcomment{
    font-size: 14px;
    color: #999;
    margin-left: 20px;
}
.yxSoft span.pull-left p{
    font-size: 12px;
    color: #999;    
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.yxSoft button,
.yxSoft a.but{
    width: 130px;
    height: 35px;
    background: #0099FF;
    border-radius: 10px;
    font-size: 16px;
    color: #fff;
    margin-top: 25px;
    cursor: pointer;
    text-align:center;
    line-height:35px;
}
.yxSoft button:hover,
.yxSoft a.but:hover{
    background: #0066FF;
}
.yxSoft .tjyxIcon{
    position: absolute;
    top: -1px;
    right: -1px;
    font-size: 12px;
    color: #fff;
    background: #000;
    background: rgba(0, 204, 0, 1);
    padding: 2px 5px;
    border-radius: 3px;
}
/* 新增软件图标移入效果 */
.softIcon {
    position: relative;
}
.softIcon .softIcon-hover {
    background-color: var(--color);
    background-size: cover;
    background-repeat: no-repeat;
}

.softIcon .softIcon-hover{
    --size: 83px;
    width: var(--size);
    height: var(--size);
    position: absolute;
    top: 19px;
    left: -10px;
    background-image: var(--img);
    border-radius: 55px;
    opacity: .6;
    transform: scale(0) translateX(-50%);
    filter: blur(20px) opacity(70%);
    z-index: 0;
    transition-delay: .05s;
    transition: transform .3s ease-in-out;
}
.jx ul li a .softIcon .softIcon-hover{
    top: -56px;
    left: -10px;
}
.jx ul li a:hover .softIcon-hover {
    transform: scale(1);
}
.jx ul li a:hover img{
    transform: scale(1.1);
}
.jx ul li img{
    transition: transform .5s ease-in-out 0s;
    -webkit-transition: transform .5s ease-in-out 0s;
}
/* 新增底部热门关键词切换  2023-03-21*/
.new_key_word {
    width: 800px;
    border: 1px solid #eee;
    margin-top: 30px;
    background-color: #fff;
}

.new_key_word .key_word_content h3 {
    width: 240px;
    font-size: 22px;
    font-weight: bold;
    color: #1d1d1d;
    position: absolute;
    top: -5px;
    padding: 20px 025px 0px 25px;
}

.new_key_word_content ul li a {
    font-size: 16px;
    color: #232323;
    line-height: 34px;
}

.new_key_word_content ul li a:hover {
    color: #195dc9;
}

.new_key_word .new_key_word_content .new_key_word_title {
    font-size: 22px;
    color: #1d1d1d;
}

.new_key_word .new_key_word_content .new_key_word_title ul {
    padding: 0px;
    background: #e7e7e7;
}

.new_key_word .new_key_word_content .new_key_word_title ul li {
    cursor: pointer;
}

.new_key_word_content .new_key_word_list ul {
    padding: 15px 25px;
    overflow: hidden;
}

.new_key_word_content .new_key_word_list ul li {
    width: 177px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 10px;
}

.new_key_word .new_key_word_content .new_key_word_title ul li {
    height: 50px;
    text-align: center;
    line-height: 50px;
    padding: 0px 30px;
}

.new_key_word .new_key_word_content .new_key_word_title ul li.active {
    background: #2c76ee;
    color: #fff;
    font-weight: bold;
}
/* 增加广告标识 chenlq 2023-03-30 */

.advertisement_content:before{
   content:'';
   display:inline-block;
    position: absolute;
    left: 0px;
    bottom: 5px;
    width: 29px;
    height: 16px;
    z-index: 999;
    background-image: url(../images/adtips.png);
}

.right_gg,.gg_end,.rightGg,.left_gg{
    position:relative;
}
.right_gg:after,.gg_end:after,.rightGg:after,.left_gg:after{   
    content:'';
   display:inline-block;
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 29px;
    height: 16px;
    z-index: 999;
    background-image: url(../images/adtips.png);
}
.rightGg{
    margin-top: 20px;
}

/* 修改最新推荐样式 */
.zxtj_right span span {
    font-size: 12px;
    color: #6c6c6c;
}
.zxtj_right span span a {
    width: 60px;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    margin-top: -3px;
    display: inline-block;
    text-overflow: ellipsis;
    color: #6c6c6c;
}
.zxtj_right span span a:nth-child(1){
    margin-right: 10px;
}
.zxtj_right span span a:hover {
    color: #3577f1;
}


/*头部搜索框新版样式 2024-07-22 chenlq*/
.search-hot a.hot:before,.search-box .bdcs-search-form-submit,.search-tjbox .jrrs ul li.hot:after,.search-tjbox .jrrs ul li.new:after{
    background:url(../images/new2024_icon.png) no-repeat;
}
#searchInput::placeholder{
    color:#707070;
}

.logo_img{
    font-size: 36px;
}
.logo_img img{
    height: 56px;
}
nav{
    margin-top: 24px;
}
.search-box{
    width: 460px;
    height: 46px;
    margin-top: 7px;
    border:#e9e9e9 solid 1px;
    background:#fff;
    border-radius: 46px;
    box-sizing: border-box;
}
.search-box.focus{
    border-color:#408aee;
}
.search-box.focus ::placeholder{
    font-size: 0;
}
.search-hot{
    font-size: 16px;
    line-height: 56px;
}
.search-hot a.bluecolor{
    color:#0060ff;
}
.search-hot a.hot:before{
    content:'';
    width: 14px;
    height: 18px;
    margin-right: 10px;
    background-position:0 0;
    display: inline-block;
    vertical-align: -2px; 
}
.search .search-box{
    position: relative;
}
.search .search-box .selectWrap{
    height: 44px;
    width: 89px;
    border:0;
    background:none;
    font-size: 15px;
    color:#686868;
    line-height: 44px;
    border-right: #eaeaea solid 1px;
}
.search-box .bdcs-search-form-input{
    width: 260px;
    height: 44px;
    border:0;
    font-size: 14px;
    color:#151515;
}
.search .search-box .select{
    position: relative;
    padding-right: 10px;
}
.search .search-box .select:before{
    content:'';
    width: 9px;
    height: 9px;
    background:#d3d3d3;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    top: 4px;
    right: -10px;
}
.search .search-box .select:after{
    content:'';
    width: 9px;
    height: 9px;
    background:#fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    top: 3px;
    right: -10px;
}
.search-box .bdcs-search-form-submit{
    width: 90px;
    height: 46px;
    background-position: 0 -22px;
    border-radius: 46px; 
    right: -1px;   
}
.search-box .bdcs-search-form-submit:hover{
    background-position: 0 -71px;
}
.search .search-box .selectWrap ul{ 
    width: 90px;
    padding: 0 10px;
    border:#f2f3f4 solid 1px;
    background:#fff;
    border-radius: 10px;
    box-shadow: 0px 4px 8px 0px rgba(179, 186, 199, 0.6);
    box-sizing: border-box;
    top: 44px;
    left: 0;   
    z-index: 100; 
}
.search .search-box .selectWrap ul li{
    font-size: 15px;
    color:#999999;
    line-height: 35px;
    text-align: center;
    border-bottom:#e1e1e1 solid 1px;
}
.search .search-box .selectWrap ul li:last-child{
    border:0;
}
.search .search-box .selectWrap ul li:hover{
    color:#0182ff;
    background:none;
}
.search-tjbox{
    width: 460px;
    height: 285px;
    padding: 17px 20px;
    background:#fff;
    border:#aad5ff solid 1px;
    box-shadow: 0px 3px 6px 2px rgba(172, 172, 172, 0.6);
    box-sizing: border-box;
    border-radius: 20px;
    overflow:hidden;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 99;
    display: none;
}
.search-tjbox .jrrs{    
    width: 135px;
    float:left;
}
.search-tjbox .djdzk{
    width: 268px;
    float:right;
}
.search-tjbox h3{
    font-size: 16px;
    color:#222222;
    font-weight: bold;
    font-style: italic;
}
.search-tjbox ul{
    margin-top: 10px;
}
.search-tjbox ul li{
    font-size: 14px;
    color:#6e6e6e;
    line-height: 28px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.search-tjbox ul li em{
    color:#d1d1d1;
    font-weight: bold;
    margin-right: 8px;
}
.search-tjbox ul li:nth-of-type(1) em{
    color:#ff5f5f;
}
.search-tjbox ul li:nth-of-type(2) em{
    color:#ff8143;
}
.search-tjbox ul li:nth-of-type(3) em{
    color:#ffb14f;
}
.search-tjbox ul li a{
    color:#6e6e6e;
}
.search-tjbox ul li:hover a{
    color:#0182ff;
}
.search-tjbox .jrrs ul li.hot:after{
    content:'';
    width: 18px;
    height: 18px;
    margin-left: 10px;
    background-position: -19px 0;
    display: inline-block;
    vertical-align: middle;
}
.search-tjbox .jrrs ul li.new:after{
    content:'';
    width: 18px;
    height: 18px;
    margin-left: 10px;
    background-position: -42px 0;
    display: inline-block;
    vertical-align: middle;
}
.search-tjbox .jrrs ul li em{
    float:left;
}
.search-tjbox .jrrs ul li a{
    float:left;
    max-width: 90px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.fixed_top{
    z-index: 9;
}
.software_main_right .gg_end img{
    width: 370px;
    display: block;
}
.software_news{
    margin-top: 20px;
}
/* 修改顶部导航样式 (入口新增icon图标) dull 2024-09-20 */
.topNav .pull-left a img{
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.topNav .pull-left a span{
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

/* 资讯首页块优化样式修改   2025-05-30  chenlq*/
.zxbanner1 .advertisement {
    margin-top:10px;
}
.zxtj .zxtj_title_20250530 {
    width: 100%;
    padding-right: 40px;
    padding-top: 0;
    box-sizing: border-box;    
    line-height: 24px;
    border-top: 0;
    text-align: left;
    position: absolute;
    top: -5px;
}
.zxtj .zxtj_title_20250530 h2{
    padding-top: 20px;
    font-size: 22px;
    font-weight: bold;
    color: #1d1d1d;
    text-align: left;
    border-top: 5px solid #2c76ee;
    padding-left: 48px;
    padding-right: 48px;
    display: inline-block;
}

.zxtj .zxtj_title_20250530 span{
    margin: 20px 10px 0;
    font-size: 16px;    
    font-weight: normal;
    line-height: 24px;
    display: inline-block;
    cursor: pointer;
}
.zxtj .zxtj_title_20250530 span.active{
    color:#2c76ee;
    border:#2c76ee solid 1px;
    padding: 0 10px;
    border-radius: 24px;    
}
.main_right .rwtj_20250530{
    margin-top: 0;
}
.xrtj_20250530{
    margin-top: 20px;
}
/* 标签优化 */
.zxtj .zxtj_title_20250530 .title {
    padding-top: 20px;
    font-size: 22px;
    font-weight: bold;
    color: #1d1d1d;
    text-align: left;
    border-top: 5px solid #2c76ee;
    padding-left: 48px;
    padding-right: 48px;
    display: inline-block;
}
.rwtj h3 {
    font-size: 24px;
    color: #1d1d1d;
    text-align: center;
    line-height: 24px;
    padding-top: 17px;
}
.xrtj h3 {
    font-size: 22px;
    color: #1d1d1d;
    text-align: center;
    line-height: 24px;
    padding-top: 17px;
}
.rjxz h3 {
    font-size: 22px;
    color: #1d1d1d;
    text-align: center;
    line-height: 24px;
    padding-top: 17px;
}