*{
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}
ul{
    list-style: none;
}
em{
    font-style: normal;
    font-weight: normal;
}
img{
    border: none;
}
input,button{
    border: 0;
    outline: none;
}
.layout{
    width: 1200px;
    margin: 0 auto;
}
.cl{
    zoom: 1;
}
.clearfix:after{
    content: '';
    clear: both;
    display: block;
}
.pl{
    padding-left: 8px;
}
.pr{
    padding-right: 15px;
}
a{
    text-decoration: none;
    transition: color .2s linear;
}
a:hover{
    color: #0082ff;
}
.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("../img/sprite.png");
    margin-top: 2px;
}
.topNav a {
    font-size: 14px;
    color: #5b5757;
    font-size: "微软雅黑";
}
.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_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-box{
    width: 420px;
    height: 42px;
    position: relative;
    margin-top: 5px;
}
.search-box .bdcs-search-form-input{
    width: 340px;
    height: 38px;
    border: 1px solid #c9c9c9;
    border-right: none;
    background-color: #fff;
    padding-left: 10px;
}
.search-box .bdcs-search-form-submit{
    width: 80px;
    height: 40px;
    background: url("../img/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;
    display: inline-block;
    vertical-align: middle;
}
.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{
    display: block;
    font-size: 18px;
    color: #fff;
}
.nav .on{
    background-color: #ed8938;
}
.search-box select{
    width: 68px;
    height: 40px;
    font-size: 16px;
    color: #015dd1;
    border: 1px solid #015dd1;
    margin-right: -4px;
    background-color: #d8eaff;
    padding-bottom: 2px;
    outline: none;
    text-align-last: center;
}
.search-box .bdcs-search-form-input{
    width: 260px !important;
    border-left: none !important;
    padding-left: 20px !important;
    vertical-align: middle;
}
.software_main{
    width: 100%;
    background-color: #f8f8f8;
}
.software_main .option{
    border-bottom: 1px solid #c4dfff;
}
.software_main .option ul li{
    height: 35px;
    font-size: 18px;
    color: #1d1d1d;
    padding: 0px 30px;
    line-height: 35px;
    cursor: pointer;
}

.search .search-box .select::after{
    content: '';
    display: inline-block;
    width: 16px;
    height: 8px;
    margin: 0 0 1px 6px;
    background: url("../img/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;
}
/* 修改导航样式 */
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{
    display: block;
    font-size: 18px;
    color: #fff !important;
}
nav .on{
    background-color: #ed8938;
}

/*头部搜索框新版样式 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(../img/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;
   /*  top: 123px;
   left: 50%;     
   margin-left: -208px; */
    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;
    margin-top:0;
}
.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;
}
/* 修改顶部导航样式 (入口新增icon图标) dull 2024-09-02 */
.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;
}