@charset "UTF-8";

.hidden {
    display: none;
}

.leftFloat {
    float: left;
}

.rightFloat {
    float: right;
}

.clear {
    clear: both;
}

p {
    margin: 0px;
}

a {
    text-decoration: none;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style-type: none;
}

img {
    border: none;
    text-decoration: none;
}

input {
    border: 0;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0px;
    padding: 0px;
    height: 100%;
}

/* 背景图片样式 */
.index_BackGround {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.index_Main {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 625px;
    padding-bottom: 150px;
}

/* logo样式 */
.img_logo {
    position: absolute;
    top: 60px;
    left: calc(50% - 287.5px);
    width: 575px;
    height: 90px;
}

.img_logo > img {
    width: 100%;
    height: 100%;
}

.img_logo .lg {
    width: 70px;
    height: 88px;
    float: left;
    cursor: pointer;
}

.img_logo .lg > img {
    width: 70px;
    height: 88px;
}

.img_logo .wz {
    width: 360px;
    height: 90px;
    float: left;
    cursor: pointer;
}

.img_logo .wz > img {
    width: 360px;
}

.img_logo .wz > img.wz_l1 {
    margin-top: 4px;
}

/* 信用查询框 */
.search_cnt {
    position: absolute;
    /* right: 50%; */
    top: 260px;
    width: 900px;
    height: 80px;
    left: calc(50% - 450px);
}

.search_cnt .search_lx {
    width: 100%;
    height: 66px;
    display: flex;
    gap: 20px;
}

.search_cnt .search_lx > span.sp1 {
    display: inline-block;
    width: 101px;
    height: 50px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 28px;
    color: #333333;
    background-color: rgb(122 184 225 / 82%);
    border-radius: 4px;
    padding-top: 10px;
    box-sizing: border-box;
}

/* .search_cnt .search_lx > span.sp_item{background-color: #f64c4c;border-radius:2px;} */

/* .search_lx_op > span.sp1{color:#f64c4c!important;} */
.search_lx_op > span.sp1 {
    color: #0099ff !important;
}

.search_lx_op > span.sp_item {
    color: #ffffff !important;
}

/* .search_cnt .search_srk{width:560px;height: 46px;border:2px solid #f64c4c;background-color:#FFFFFF;padding-left:10px; } */
.search_cnt .search_srk {
    width: 900px;
    height: 60px;
    background-color: #ffffff;
    border-radius: 4px;
    font-size: 18px;
}

.search_cnt .search_srk .search_input {
    width: 648px;
    height: 60px;
    border: 0;
    padding-left: 20px;

    color: #989898;
}

/* .search_cnt .search_srk .search_anrq{width:76px;height:46px;background-color: #f64c4c;float: right;cursor: pointer;text-align: center;} */
.search_cnt .search_srk .search_anrq {
    width: 119px;
    height: 60px;
    background: linear-gradient(270deg, #53ceff 0%, #0099ff 100%);
    border-radius: 0px 4px 4px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_cnt .search_srk .search_anrq > img {
    width: 46px;
    height: 46px;
    margin-top: 1px;
}

/* .search_cnt .search_srk .search_anrq:hover{background-color: #fe816c;} */

/* 一级导航栏目 */
.navBar {
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    /* margin-left: -600px; */
    top: 830px;
    padding-left: calc(50% - 600px);
    box-sizing: border-box;
}

.navBar {
    background-color: #0099ff;
}

/* .navBar{background-color: #f64c4c;} */

.navBar .nav_item {
    width: 171.4px;
    height: 80px;
    float: left;
    position: relative;
    text-align: center;
}

/* cursor: pointer; */
.navBar .nav_item > span.tm {
    font-size: 18px;
    color: #ffffff;
    line-height: 80px;
    display: inline-block;
    width: 100%;
    height: 80px;
    cursor: pointer;
}

/* .navBar .nav_item > span.tm:hover{background-color: #fe816c;} */
.navBar .nav_item > span.tm:hover {
    background-color: #3d99cd;
}

/* .navBar .nav_item > span.tm_ick{background-color: #fe816c;} */

.navBar .nav_item > em.rg {
    display: inline-block;
    /* border-left: 1px solid #42b8f1; */
}

/* .navBar .nav_item > em.rg{border-left:1px solid #FE7F7F;} */

/* 二级导航栏目 第一种样式 */
.nav_item .nav_sed_context {
    position: absolute;
    width: 1200px;
    height: 150px;
    top: 50px;
    left: 0;
    z-index: 102;
    background-color: white;
    display: none;
}

/* .nav_sed_context .nav_thir_tp_one{width:1198px;height:350px;background-color: #FFFFFF;border:1px solid #0099FF;padding-top:15px;} */
.nav_sed_context .nav_thir_tp_one {
    width: 1198px;
    height: 200px;
    background-color: #f5fafa;
    border: 1px solid #0099ff;
    padding-top: 15px;
}

.navBar .nav_item:nth-child(2) .nav_sed_context {
    height: 370px;
}

.navBar .nav_item:nth-child(2) .nav_sed_context .nav_thir_tp_one {
    height: 370px;
}

/* .nav_thir_tp_one .thir_tp_one{width:25%;height:80px;float: left;} */
.nav_thir_tp_one .thir_tp_one {
    width: 22%;
    height: 90px;
    float: left;
    margin-left: 15px;
}

.nav_thir_tp_one .thir_tp_one > a.thir_ick_one {
    font-size: 16px;
    color: #041323;
    float: left;
    display: inline-block;
    font-weight: bold;
    margin-top: 20px;
    margin-left: 20px;
}

.nav_thir_tp_one .thir_tp_one > a.thir_ick_one:hover {
    color: #0099ff;
}

.nav_thir_tp_one .thir_tp_one > img.hot {
    width: 20px;
    height: 16px;
    float: left;
    margin-top: 24px;
}

/* .nav_thir_tp_one .thir_tp_one > label.thir_ab_one{display: inline-block;width:250px;height:22px;color:#7D8288;font-size: 12px;margin-top:5px;text-align: left;margin-left:-10px;} */
.nav_thir_tp_one .thir_tp_one > label.thir_ab_one {
    display: inline-block;
    width: 250px;
    height: 22px;
    color: #7d8288;
    font-size: 12px;
    margin-top: 5px;
    text-align: left;
    margin-left: 20px;
}

.nav_thir_tp_one .thir_tp_one > img.outer {
    width: 16px;
    height: 16px;
    float: left;
    margin-top: 22px;
}

/* 二级导航栏目 第二种样式 */

/* .nav_sed_context .nav_thir_tp_two{width:1198px;height:350px;background-color: #FFFFFF;border:1px solid #0099FF;} */
.nav_sed_context .nav_thir_tp_two {
    width: 1198px;
    height: 315px;
    background-color: #ffffff;
    border: 1px solid #0099ff;
}

.nav_thir_tp_two .thir_tp_two {
    width: 25%;
    height: 350px;
    float: left;
}

/* .thir_tp_two .tp_two_tit{width:240px;height:50px;margin-top:20px;margin-left:20px;border-bottom:1px solid #EBEBEB;color:#041323;font-size: 14px;font-weight: bold;line-height: 50px;text-align: left;} */
.thir_tp_two .tp_two_tit {
    width: 240px;
    height: 50px;
    margin-top: 20px;
    margin-left: 50px;
    border-bottom: 1px solid #ebebeb;
    color: #041323;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    text-align: left;
}

.thir_tp_two .tp_two_thnd {
    width: 240px;
    margin-left: 20px;
    margin-top: 10px;
}

/* .thir_tp_two .tp_two_thnd > div{width:100%;height: 30px;} */
.thir_tp_two .tp_two_thnd > div {
    width: 100%;
    height: 30px;
    margin-left: 30px;
}

.thir_tp_two .tp_two_thnd > div > a.tp_two_ick {
    color: #041323;
    font-size: 14px;
    line-height: 30px;
    float: left;
}

.thir_tp_two .tp_two_thnd > div > a.tp_two_ick:hover {
    color: #0099ff;
}

.thir_tp_two .tp_two_thnd > div > img.hot {
    width: 20px;
    height: 16px;
    float: left;
    margin-top: 8px;
}

.thir_tp_two .tp_two_thnd > div > img.outer {
    width: 14px;
    height: 14px;
    float: left;
    margin-top: 8px;
}

.nav_item_spread:hover .nav_sed_context {
    display: block;
}

/* 内容/iframe容器 */
.main_context {
    width: 1200px;
    background-color: white;
    position: absolute;
    /* left: 50%;
    margin-left: -600px; */
    top: 470px;
    overflow: hidden;
    display: none;
}

/* 导航栏目按钮 */
.navBar .btnShow {
    width: 63px;
    height: 50px;
    float: right;
    text-align: center;
    cursor: pointer;
}

.navBar .btnShow > img {
    width: 24px;
    height: 24px;
    margin-top: 13px;
}

/* 所有页面都用到的样式 */
.cnt_container {
    width: 1160px;
    margin: 20px auto;
    padding: 0;
    overflow: hidden;
    min-height: 500px;
}

/* 首页模块的外层样式 - 可区分左右（50%），其他页面也可以 */
.cnt_caner {
    width: 100%;
    overflow: hidden;
}

.cnt_caner_content {
    min-height: 500px;
    padding: 20px;
}

.cnt_caner_content_cngs {
    padding: 0px 20px 20px 20px;
    min-height: 500px;
}

.cnt_caner_lgw {
    width: 570px;
    position: relative;
}

.cnt_caner_hg400 {
    height: 400px;
}

.cnt_caner_mgtop20 {
    margin-top: 20px;
}

/* 首页标题 */
.m_title {
    width: 100%;
    height: 30px;
    border-bottom: 4px solid #0c0601;
    margin-bottom: 10px;
}

.m_title .m_tl_na {
    display: inline-block;
    float: left;
    font-size: 18px;
    line-height: 30px;
    margin-right: 20px;
}

.m_title .m_tl_na_item {
    color: #0c0601;
    font-weight: bold;
}

.m_title .m_tl_more {
    display: inline-block;
    float: right;
    font-size: 14px;
    color: #bbbbbb;
    margin-top: 5px;
}

.m_title .m_tl_more:hover {
    color: #0099ff;
}

.cnt_navigation {
    background: url("../../../images/homepage/icon_way.png") no-repeat;
}

/* 导航栏 */
.cnt_navigation {
    height: 20px;
    padding-left: 24px;
    overflow: hidden;
    background-position: left center;
    line-height: 20px;
}

.cnt_navigation .cnt_nav_chnlcls {
    color: #333333;
    font-size: 14px;
    float: left;
}

.cnt_navigation .cnt_nav_gt {
    color: #333333;
    font-size: 14px;
    margin: 0px 4px;
    float: left;
}

/* 左边栏目样式 */
.cnt_jour_nav {
    width: 280px;
}

.jour_nav_xl {
    border: 1px solid #ededed;
    position: relative;
    margin-bottom: 10px;
    background-color: #fcfcfc;
}

.jour_nav_xl .nav_xl {
    width: 100%;
}

.jour_nav_xl .nav_xl .nxl {
    width: 100%;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    position: relative;
}

.jour_nav_xl .nav_xl .nxl:hover {
    background-color: #0099ff;
}

.jour_nav_xl .nav_xl .nxl > span.lo {
    display: inline-block;
    float: left;
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.jour_nav_xl .nav_xl .nxl:hover > span.lo {
    color: #ffffff;
}

.jour_nav_xl .nav_xl .nxl > span.lomg20 {
    margin-left: 20px;
}

.jour_nav_xl .nav_xl .nxl > span.lomg40 {
    margin-left: 40px;
}

.jour_nav_xl .nav_xl .nxl_item {
    background-color: #0099ff;
}

.jour_nav_xl .nav_xl .nxl_item > span.lo {
    color: #ffffff;
}

.jour_nav_xl .nav_xl .nxl > img.outer {
    float: left;
    margin-top: 16px;
}

.jour_nav_xl .nav_xl .nxl > img.imgbx {
    position: absolute;
    top: 16px;
    right: 15px;
}

.jour_nav_xl .nav_xl_two .nxl > span.lo {
    font-size: 14px !important;
}

.jour_nav_xl .nav_xl_two {
    display: none;
}

.jour_nav_xl .nav_xl .nxl .nxl_thir_hid {
    display: none;
}

.cnt_jour_nav_title {
    background: url("../../../images/gab/mkmc.png");
    height: 90px;
    margin-bottom: 10px;
    border: 1px solid #ededed;
    text-align: center;
}

.cnt_jour_nav_title span {
    line-height: 90px;
    font-size: 26px;
    font-weight: bold;
    color: #0099ff;
}

/* 右边栏目切换样式 */
.cnt_jour_cont {
    margin-left: 300px;
    border: 1px solid #ededed;
}

.jour_caner {
    width: 100%;
    height: 50px;
    border-bottom: 2px solid #0099ff;
    display: none;
}

.jour_cont_tab {
    width: 816px;
    height: 50px;
}

.jour_cont_tab .jct_tab {
    width: 155px;
    height: 50px;
    cursor: pointer;
    position: relative;
}

.jour_cont_tab .jct_tab:hover .cb_nav {
    display: block;
}

.jour_cont_tab .jct_tab > span.cb {
    font-size: 14px;
    color: #333333;
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.jour_cont_tab .jct_tab > span.tab_item {
    background-color: #0099ff;
    color: #ffffff;
}

.jour_cont_tab .jct_tab > span.cb > img {
    margin-top: -6px;
}

.jour_cont_tab .jct_tab .cb_nav {
    width: 100%;
    padding-top: 10px;
    border: 1px solid #c2c9d4;
    padding-bottom: 5px;
    display: none;
    background-color: white;
}

.jct_tab .cb_nav .sedcnv {
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333333;
    text-align: center;
}

.jct_tab .cb_nav .sedcnv:hover {
    background-color: #0099ff;
    color: #ffffff;
}

.jct_tab .cb_nav .sedcnv_item {
    background-color: #0099ff;
    color: #ffffff;
}

.jour_caner .rgfour_btn {
    width: 36px;
    height: 50px;
    float: right;
    margin-left: 2px;
    display: none;
}

.jour_caner .rgfour_btn .frbtn {
    width: 16px;
    height: 16px;
    margin-top: 17px;
    cursor: pointer;
}

/* 资讯列表样式 */
.jour_content_item {
    width: 100%;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 20px;
}

.jour_content_item .content_item_title {
    width: 100%;
}

.jour_content_item .content_item_title .item_title {
    line-height: 25px;
    color: #0c0300;
    font-size: 16px;
    font-weight: bold;
}

.jour_content_item .content_item_title .item_title:hover {
    color: #0099ff;
}

.jour_content_item .content_item_title .content_item_zhiding {
    font-size: 14px;
    border: 1px solid #eeab29;
    color: #eeab29;
    padding: 1px 2px;
    margin-left: 5px;
    cursor: default;
}

.jour_content_item .content_item_desc {
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    color: #777777;
    margin-top: 15px;
    cursor: default;
}

.jour_content_item .content_item_nav {
    width: 100%;
    height: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.jour_content_item .content_item_nav_dow {
    width: 100%;
    height: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.jour_content_item .content_item_nav .item_nav {
    height: 20px;
}

.jour_content_item .content_item_nav .item_nav > span {
    display: inline-block;
    line-height: 20px;
    font-size: 12px;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    cursor: default;
}

.jour_content_item .content_item_nav .item_nav > span.nav_zl {
    background-color: #0099ff;
    color: #ffffff;
}

.jour_content_item .content_item_nav .item_nav > span.nav_tp {
    background-color: #efefef;
    color: #0b0300;
}

.jour_content_item .content_item_nav .item_date {
    height: 20px;
}

.jour_content_item .content_item_nav .item_date > span {
    display: inline-block;
    line-height: 20px;
    font-size: 12px;
    float: left;
    color: #a1a1a1;
    cursor: default;
}

.jour_content_item .content_item_nav_dow .item_date > span {
    display: inline-block;
    line-height: 20px;
    font-size: 14px;
    float: left;
    color: #a1a1a1;
    cursor: default;
}

.jour_content_item .content_item_nav .item_date > span.item_lyrq {
    padding-left: 15px;
    background: url("../../../images/homepage/comp.png") 0 center no-repeat;
}

.jour_content_item .content_item_nav_dow .item_date > span.item_lyrqxz {
    padding-left: 24px;
    background: url("../../../images/creditynamic/ico-download.png") 0 center no-repeat;
}

.jour_content_item .content_item_nav_dow .item_date > span.item_lyrqfx {
    padding-left: 24px;
    background: url("../../../images/creditynamic/ico-share.png") 0 center no-repeat;
}

.jour_content_item .content_item_nav .item_date > span.item_fg {
    margin: 0 10px;
}

.jour_content_item .content_item_nav_dow .item_date .item_fg {
    margin: 0 10px;
}

.jour_content_item .content_item_nav .item_date > span.item_lyrq {
    padding-left: 15px;
    background: url("../../../images/homepage/clock.png") 0 center no-repeat;
}

.cnt_page_btn {
    width: 100%;
    height: 55px;
}

.jour_content_item_null {
    width: 100%;
    height: 300px;
    text-align: center;
    padding-top: 30px;
}

.jour_content_item_null .item_null_txt {
    color: #333333;
    font-size: 16px;
    line-height: 100px;
}

/* 底部样式 */
/*background: rgba(0,0,0,0.24);*/
.main_footpn {
    position: absolute;
    width: 100%;
    height: 150px;
    bottom: -350px;
    z-index: 3;
    display: none;
    background: rgba(0, 0, 0, 0.24);
}

.main_footpn .mnfoot_cent {
    width: 60%; /*text-align: center;*/
    color: #ffffff;
    float: left;
    margin: auto;
}

.mnfoot_cent > a.act {
    color: #ffffff;
    font-size: 14px;
    line-height: 26px;
}

.mnfoot_cent > span.fg {
    color: #ffffff;
    font-size: 14px;
    line-height: 26px;
    margin: 0px 10px;
}

.mnfoot_cent > label.lb {
    color: #ffffff;
    font-size: 14px;
    line-height: 26px; /*margin:0px 10px;*/
}

.mnfoot_cent > label.lb > a {
    color: #ffffff;
    font-size: 14px;
    line-height: 26px;
}

.main_footpn > a.dz {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 10px;
    right: 50%;
    margin-right: -374px;
}

.main_footpn {
    width: 100%;
    height: 146px;
    margin-top: 20px;
    color: white;
}

.main_footpn .mnfoot_cent {
    width: 60%;
    text-align: center;
    color: #ffffff;
    float: left;
    margin: auto;
}

.footer_content {
    text-align: center;
    padding-top: 15px;
    line-height: 30px;
    width: 800px;
    margin: auto;
}

.csdwxycn img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.cpxycn img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.main_footpn_div {
    width: 1200px;
    height: 146px;
    margin: auto;
}

.main_footpn_div_dzjg {
    position: relative;
    top: 35px;
    left: 50px;
    width: 80px;
    float: left;
}

.main_footpn_div_zfwzzc {
    position: relative;
    top: 50px;
    right: 50px;
    width: 110px;
    float: right;
}

.task_list_a A {
    color: #2079ff;
    cursor: pointer;
}

/* 右侧登录/二维码/分享的样式 */
.sharebox {
    position: fixed;
    width: 70px;
    z-index: 4;
    right: 1px;
    bottom: 415px;
}

.sharebox .box {
    width: 70px;
    height: 70px;
    position: relative;
    background-color: white;
    border: 0;
    float: left;
    cursor: pointer;
}

.sharebox .box .bximg {
    width: 30px;
    height: 30px;
    border: 0;
    margin: 12px auto 2px auto;
}

.sharebox .box .bxsn {
    width: 70px;
    font-size: 12px;
    color: #676767;
    text-align: center;
    line-height: 20px;
    clear: both;
}

.sharebox .box .bximg_login {
    background: url("../../../images/creditindex/sharebox/ico-login-nor.png");
}

.sharebox .box .bximg_qr {
    background: url("../../../images/creditindex/sharebox/ico-qr-nor.png");
}

.sharebox .box .bximg_share {
    background: url("../../../images/creditindex/sharebox/ico-share-nor.png");
}

.sharebox .box .bximg_feedback {
    background: url("../../../images/creditindex/sharebox/ico-feedback-nor.png");
}

.sharebox .box .bximg_top {
    background: url("../../../images/creditindex/sharebox/ico-top-nor.png");
}

.sharebox .box .bximg_flxybgxz {
    background: url("../../../images/creditindex/sharebox/flxybgxz.png");
}

.sharebox .box .bximg_flxzcf {
    background: url("../../../images/creditindex/sharebox/flxzcf.png");
}

.sharebox .box .bximg_xyd {
    background: url("../../../images/creditindex/sharebox/xyd.png");
}

.sharebox .box:hover {
    background-color: #0099ff;
}

.sharebox .box:hover .bximg_login {
    background: url("../../../images/creditindex/sharebox/ico-login.png");
}

.sharebox .box:hover .bximg_qr {
    background: url("../../../images/creditindex/sharebox/ico-qr-pre.png");
}

.sharebox .box:hover .bximg_share {
    background: url("../../../images/creditindex/sharebox/ico-share-pre.png");
}

.sharebox .box:hover .bximg_feedback {
    background: url("../../../images/creditindex/sharebox/ico-feedback-pre.png");
}

.sharebox .box:hover .bximg_top {
    background: url("../../../images/creditindex/sharebox/ico-top-pre.png");
}

.sharebox .box:hover .bximg_flxybgxz {
    background: url("../../../images/creditindex/sharebox/flxybgxzred.png");
}

.sharebox .box:hover .bximg_flxzcf {
    background: url("../../../images/creditindex/sharebox/flxzcfred.png");
}

.sharebox .box:hover .bximg_xyd {
    background: url("../../../images/creditindex/sharebox/xydred.png");
}

.sharebox .box:hover .bxsn {
    color: white;
}

.sharebox .box .bxnr {
    position: absolute;
    top: 0px;
    background-color: white;
    border: 1px solid #e6e6e6;
    display: none;
}

.sharebox .box:hover .bxnr {
    display: block;
}

.sharebox .box .bxnr_login {
    width: 140px;
    height: 70px;
    left: -142px;
}

.sharebox .box .bxnr_login_success {
    width: 70px;
    height: 70px;
    left: -72px;
}

.sharebox .box .bxnr .bnlg {
    width: 70px;
    height: 70px;
    float: left;
}

.sharebox .box .bxnr .bnlg .nlimg {
    width: 30px;
    height: 30px;
    margin: 12px auto 2px auto;
}

.sharebox .box .bxnr .bnlg .nlsn {
    width: 70px;
    font-size: 12px;
    color: #676767;
    text-align: center;
    line-height: 20px;
    clear: both;
}

.sharebox .box .bxnr .bnlg .nlimg_login {
    background: url("../../../images/creditindex/sharebox/ico-logon-nor-bn.png");
}

.sharebox .box .bxnr .bnlg .nlimg_register {
    background: url("../../../images/creditindex/sharebox/ico-register-nor.png");
}

.sharebox .box .bxnr .bnlg .nlimg_login_out {
    background: url("../../../images/creditindex/sharebox/ico-out.png");
}

.sharebox .box .bxnr .bnlg:hover .nlsn {
    color: #0099ff;
}

.sharebox .box .bxnr_login_success .bnlg:hover .nlsn {
    color: #da4545;
}

.sharebox .box .bxnr .bnlg:hover .nlimg_login {
    background: url("../../../images/creditindex/sharebox/ico-logon-nor-ls.png");
}

.sharebox .box .bxnr .bnlg:hover .nlimg_register {
    background: url("../../../images/creditindex/sharebox/ico-register-nor-ls.png");
}

.sharebox .box .bxnr .bnlg:hover .nlimg_login_out {
    background: url("../../../images/creditindex/sharebox/ico-out-hover.png");
}

.sharebox .box .bxnr_ewm {
    width: 100px;
    height: 215px;
    left: -102px;
    text-align: center;
    padding-top: 10px;
}

.sharebox .box .bxnr_ewm > span.ewmsp {
    font-size: 12px;
    color: #676767;
    line-height: 14px;
    clear: both;
    margin-top: 5px;
}

.sharebox .box .bxnr_ewm > img.ewmimg {
    width: 90px;
    height: 90px;
}

.sharebox .box .bxnr_share {
    width: 130px;
    height: 60px;
    left: -132px;
    text-align: left;
    padding-top: 10px;
}

.sharebox .box .bxnr_share .sharelist_title {
    font-size: 14px;
    color: #333333;
    margin-bottom: 5px;
}

.sharebox .box .bxnr_share .sharelist_wrap {
    width: 130px;
}

.bxnr_share .sharelist_wrap > li {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-left: 2px;
    cursor: pointer;
}

.bxnr_share .sharelist_wrap > li.weixin_share {
    background: url("../../../images/homepage/weixin_icon.png") no-repeat top left;
}

.bxnr_share .sharelist_wrap > li.weibo_share {
    background: url("../../../images/homepage/weibo_icon.png") no-repeat top left;
}

.bxnr_share .sharelist_wrap > li.tieba_share {
    background: url("../../../images/homepage/tieba_icon.png") no-repeat top left;
}

.bxnr_share .sharelist_wrap > li.rb_share {
    background: url("../../../images/homepage/rb_icon.png") no-repeat top left;
}

/* 二维码样式 */
.qrcode_wrap {
    width: 230px;
    height: 290px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
    border: 1px solid #bebebe;
    margin: auto;
    background-color: white;
    padding: 10px;
    font-size: 10px;
    color: #333;
    display: none;
}

.qrcode_wrap .qrcode_header_tips {
    height: 15px;
    line-height: 15px;
}

.qrcode_wrap .qrcode_header_tips .qrcode_header_right {
    display: inline-block;
    width: 15px;
    height: 15px;
    float: right;
    cursor: pointer;
}

.qrcode_wrap .qrcode {
    width: 185px;
    height: 185px;
    margin: 20px auto;
}

.qrcode_wrap .qrcode_footer_tips {
    line-height: 20px;
}

/* 打开第三方网站提示样式 */
.index_outsideAlert {
    text-align: center;
    display: none;
}

.index_outsideAlert > h4.outil {
    color: #0063ba;
    font-size: 24px;
    line-height: 80px;
    padding-top: 20px;
}

.index_outsideAlert > p.outpx {
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.index_outsideAlert > span.outurl {
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #0063ba;
    word-break: break-all;
    white-space: pre-wrap;
}

.index_outsideAlert .alert-foot {
    width: 100%;
}

.index_outsideAlert .alert-foot .checkBox {
    width: 16px;
    height: 16px;
    border: 1px solid #d2d2d2;
    vertical-align: middle;
    margin-top: -4px;
}

.index_outsideAlert .alert-foot .checkBoxTxt {
    font-size: 18px;
    color: #999;
}

/* 资讯详情样式 */
.news_content {
    width: 100%;
    margin: 15px auto 30px auto;
}

.news_content .news_c_title {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #4f5050;
    line-height: 35px;
}

.news_content .news_c_data {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #4f5050;
    line-height: 25px;
    margin-top: 25px;
}

.news_content .news_c_data .new_c_fx {
    width: 240px;
    height: 26px;
    position: absolute;
    top: 0;
    right: 0;
}

.new_c_fx .c_fx_title {
    display: inline-block;
    width: 90px;
    height: 26px;
    line-height: 26px;
    float: left;
}

.new_c_fx .c_fx_title .c_fx_fz {
    color: blue;
    cursor: pointer;
}

.new_c_fx > a.c_fx_p {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-left: 10px;
    cursor: pointer;
    float: left;
}

.new_c_fx > a.fp_weixin {
    background: url("../../../images/homepage/weixin_icon.png") no-repeat top left;
}

.new_c_fx > a.fp_weibo {
    background: url("../../../images/homepage/weibo_icon.png") no-repeat top left;
}

.new_c_fx > a.fp_tieba {
    background: url("../../../images/homepage/tieba_icon.png") no-repeat top left;
}

.new_c_fx > a.fp_rb {
    background: url("../../../images/homepage/rb_icon.png") no-repeat top left;
}

.news_content .news_c_line {
    width: 100%;
    height: 19px;
    border-bottom: 1px solid #ccc;
}

.news_content .news_c_cont {
    width: 100%;
    min-height: 500px;
    margin-top: 40px;
}

.sptLogin {
    width: 450px;
    height: 200px;
    display: none;
}

.sptLogin .pt {
    width: 170px;
    height: 75px;
    border: 1px solid #eee;
    margin-top: 50px;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    line-height: 35px;
}

/*二十大会议*/
.mean {
    width: 100%;
    height: 100px;
}

.logoLianghui {
    width: 1200px;
    margin: 0 auto;
    text-align: right;
    padding: 14px 0;
}

.logoLianghui a {
    display: inline-block;
    height: 70px;
    padding-right: 20px;
}

/*无障碍*/
.barrierFree {
    width: 60px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 11;
    right: 50%;
    margin-right: -500px;
}

.barrierFreeBox {
    width: 60px;
    height: 40px;
}

.barrierFreeBtn {
    width: 60px;
    height: 30px;
    border-radius: 0px 0px 5px 5px;
    background-color: #3d99cd;
    color: white;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
}

/*头部置顶*/
.header_top_bg {
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0px;
    z-index: 10;
    background: #39a4f6;
}

.header_top_bg .hd_tp {
    width: 1200px;
    height: 60px;
    line-height: 60px;
    margin: 0px auto;
    font-size: 18px;
}

.header_top_bg .hd_tp .hd_tp_la {
    margin-right: 20px;
}

.header_top_bg .hd_tp .hd_tp_a {
    font-weight: bold;
}

div.nav_xl_two span.lomg40 {
    width: 238px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 背景图片样式 */
.index_BackGround {
    background: url("../../../images/gab/main-head-big.png") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    height: 752px;
}

/* 标题图片 */
/* .wz{
	background: #333 url('../../../../../images/creditindex/home/logo.png') center center no-repeat;
} */

/* 信用查询框 */
.search_cnt .search_lx > span.sp_item {
    background: url("../../../images/gab/kuang.png") no-repeat;
    color: #fff;
    height: 56px;
}

/* 一级导航栏目 */
.navBar {
    background-color: #0099ff;
}

.navBar .nav_item > span.tm:hover {
    background-color: #fff;
    color: #0099ff;
}

.navBar .nav_item > em.rg {
    border-left: 1px solid #42b8f1;
}

.navBar .nav_item > span.tm_ick {
    background-color: #fff;
    color: #0099ff;
}

.navBar .nav_item > span.tm_ick::after {
    content: "";
    width: 20px;
    height: 2px;
    position: absolute;
    bottom: 16px;
    left: 50%;
    margin-left: -10px;
    background-color: #0099ff;
    border-radius: 2px;
}

/* 信用查询框 */
.search_lx_op > span.sp1 {
    color: #0099ff !important;
}

.search_lx_op > span.sp_item {
    color: #ffffff !important;
}

.search_cnt .search_srk {
    display: flex;
    /* border: 2px solid #0099ff; */
    background-color: #ffffff;
    justify-content: space-between;
}

.search_cnt .search_select {
    cursor: pointer;
    padding-left:20px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    color: #666666;
    gap: 13px;
    width: 120px;
}

.search_cnt .search_select .search_select_icon {
    width: 24px;
    height: 24px;
    transform: rotate(180deg);
}

.search_cnt .search_srk .search_anrq {
    background-color: #0099ff;
}

.search_cnt .search_srk .search_anrq:hover {
    background-color: #0099ff;
}

.hero_universal .hero_title {
    background: url("../../../images/creditindex/home/ico-service.png") no-repeat;
    background-position: center left;
}

.jdzn {
    display: none;
}

.wzred {
    display: none;
}

.mean {
    display: none;
}

.header_top_bg {
    background-color: #0099ff;
}

.hd_tp_la {
    color: #ffffff;
}

.hd_tp_a {
    color: #ffffff;
}

.hd_tp_a:hover {
    color: #ffffff;
}


.search_select_grid {
    display: grid;
    grid-template-columns: 15% 85%;
    border-radius: 4px;
    background-color: #fff;
    width: 900px;
    height: 264px;
    position: absolute;
    left: calc(50% - 450px);
    top: 140px;
    box-shadow: 0px 2px 4px 0px rgba(11, 97, 206, 0.102);
    z-index: 1000;
}

.search_select_grid-left {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F0F3F5;
    border-right: 1px solid #DEE5EB;
    font-size: 16px;
    color: #333;
    padding: 0 20px;
    border-radius: 4px 0 0 4px;
}

.search_select_grid-right {
    background-color: #fff;
    border-radius: 0 4px 4px 0;
}

.search_select_grid-tab .layui-tab-brief > .layui-tab-title .layui-this {
    color: #0099FF;
}

.search_select_grid-tab .layui-tab-title li {
    font-size: 15px;
}

.search_select_grid-tab .layui-tab-brief > .layui-tab-title .layui-this:after {
    border-color: #0099FF;
    left: calc(75% / 2);
    width: 25%;
}

.search_select_grid-tab .layui-tab-title {
    padding: 0 20px;
}

.search_select_grid-content {
    padding: 10px 20px 20px 20px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /* flex-wrap: wrap; */
    gap: 16px;
    height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
    align-content: start;
}

.search_select_grid-content .content-item {
    width: 100px;
    height: 36px;
    background: #F6F9FA;
    border-radius: 4px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    gap: 10px;
    padding: 0 10px;
}

.search_select_grid-content .content-item:hover,
.search_select_grid-content .content-item.active {
    background: #0099FF;
    color: #fff;
}
