* {
    margin: 0;
    padding: 0;
    font-family: "寰蒋闆呴粦";
    box-sizing: content-box;
}

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;
}

.main .layout {
    width: 1200px;
    margin: 0 auto;
}

.main .layout .zt_box {
    border: 1px solid #eee;
    padding: 30px 25px;
    margin-top: 20px;
    background: #fff;
    box-sizing: border-box;
}

.main .layout .zt_box ul {
    width: 1178px;
    transform: translate3d(0px, 0px, 0px);
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition-property: transform;
    box-sizing: content-box;
    gap: 30px;
}

.main .layout .zt_box ul li {
    width: 262px !important;
    height: auto;
    border: 1px solid #f2f3f4;
    border-radius: 10px;
    cursor: pointer;
    margin-top: 30px;
    padding: 0 15px;

}

.main .layout .zt_box ul li .img {
    margin: 0 auto;
}

.main .layout .zt_box ul li img {
    height: 147px;
}

.main .layout .zt_box ul li .view {
    width: 56px;
    height: 30px;
    background: #017ffe;
    border-radius: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

.bt {
    font-size: 16px;
    color: #070707;
    font-weight: bold;
}

.main .layout .zt_box .tist_data {
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    justify-content: space-between;
}

.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;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 160px;
}

.pull-right {
    float: right;
    font-size: 14px;
}

.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;
    font-size: "微锟斤拷锟脚猴拷";
    margin-left: 30px;
}

.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("../images/rjzx_2021/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("../images/rjzx_2021/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;
}

.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: 80px;
}

.search-box {
    width: 460px;
    height: 46px;
    margin-top: 7px;
    border: #e9e9e9 solid 1px;
    background: #fff;
    border-radius: 46px;
    box-sizing: border-box;
    overflow: visible;
}

.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;
}

/* 锟睫改讹拷锟斤拷锟斤拷锟斤拷锟斤拷式 (锟斤拷锟斤拷锟斤拷锟絠con图锟斤拷) 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;
}

#footer {
    background: #f3f3f3;
    padding-top: 40px;
    padding-bottom: 30px;
}

footer {
    padding-bottom: 15px;
}

footer a {
    color: #333;
}

footer a:hover {
    color: #0084ff;
}

footer ul.brand {
    display: block;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
}

footer ul.brand li {
    display: inline-block;
}

footer ul.brand li:after {
    width: 1px;
    height: auto;
    padding: 0 5px;
    content: '|';
    color: #e1e1e1;
}

footer p {
    font-size: 12px;
    line-height: 12px;
    height: 12px;
    margin-top: 10px;
    text-align: center;
    color: #666;
}

.pages {
    margin-top: 25px;
    text-align: center;
}

.pages a,
.pages span {
    font-size: 14px;
    line-height: 26px;
    display: inline-block;
    height: 26px;
    margin: 0 3px 6px;
    padding: 0 10px;
    vertical-align: top;
    border: 1px solid #dedede;
    background-color: #fff;
    color: #4a4a4a !important;
}

.pages a.on,
.pages a:hover,
.pages span {
    color: #fff !important;
    border-color: #f4964a;
    background-color: #f4964a;
}

.pages span {
    line-height: 26px;
}

.pages .pagination li {
    display: inline-block;
}

.pages li.active a,
.pages a:hover,
.pages span {
    color: #fff !important;
    border-color: #f4964a;
    background-color: #f4964a;
}