body{
    margin: 0;
    /* 解决底部固定导航遮挡版权内容 */
    /*padding-bottom: 40px !important; /* 高度根据你底部导航实际高度调整，一般40-70px */
}
/* 给页面最底部添加黑色背景，代替白色 padding */
body::after {
  content: "";
  display: block;
  height: 40px;     /* 和导航高度一样 */
  background: #0d1021; /* 你的 footer 黑色 */
}
/* a字体 */
.text_a{
    color: #6c757d;
    text-decoration: none;
}
.text_a:hover{
    text-decoration: none;
}
.text_b{
    color: #212529;
    text-decoration: none;
}
.text_b:hover{
    text-decoration: none;
}

.text_c{
    font-size: 14px;
    color: #0d1021;
}
.text_c:hover{
    text-decoration: none;
}
.text_c14{
    font-size: 14px;
    color: #fff;
}
.text_c14:hover{
    text-decoration: none;
    color: #d9d2d2;
}
.text_d14{
    font-size: 14px;
    color: #0d1021;
}
.text_d14:hover {
    text-decoration: none;
    color: #007bff;
}
.text_c15{
    font-size: 15px;
    color: #0d1021;
}
.text_c15:hover{
    text-decoration: none;
    color: #007bff;
}
.text_c16{
    font-size: 16px;
    color: #0d1021;
}
.text_c16:hover{
    text-decoration: none;
    color: #007bff;
}
.text_c18{
    font-size: 18px;
    color: #0d1021;
}
.text_c18:hover{
    text-decoration: none;
    color: #007bff;
}
.text_d{
    font-size: 12px;
    color: #0d1021;
}
.text_d:hover{
    text-decoration: none;
}
.text_d12{
    font-size: 12px;
}
.text_d12:hover{
    text-decoration: none;
}
.text_d12h{
    font-size: 12px;
    color: #0d1021;
}
.text_d12h:hover{
    text-decoration: none;
}
.text_e{
    color: #ffffff;
}
.text_e:hover{
    color: #6c757d;
    text-decoration: none;
}
.text_f{
    color: #dacfcf;
}
.text_f:hover{
    color: #6c757d;
    text-decoration: none;
}
.text_h{
    color: #0d1021;
    text-decoration: none;
}
.text_h:hover{
    text-decoration: none;
}

/* 边距 */
.idx_top{
    padding-top: 30px;
}
.footer-you{
    border-top: 1px solid #ccc; /* 设置顶部边框，可以更改颜色和大小 */
    margin: 0.01vh 0; /* 设置边距，可以更改上下边距 */
    font-size: 12px;
}

.new_bk {
    /*border: 2px solid #f2ebeb;*/
    border-bottom: 1px solid #f5f2f2;
    padding: 10px;
}

.row_list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.bk_topic{
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 50rem!important;
}

/* 图片尺寸 */
.idx-img{
    width: 100%;
    border-radius: 5px;
    height: 280px;
    object-fit: cover;
}

.lm_img {
    border-radius: 5px;
    max-width:100%;
    object-fit: cover;
    height: auto;
}
.lm_img20 {
    border-radius: 5px;
    max-width:20%;
    object-fit: cover;
    height: auto;
}
.lm_img100 {
    border-radius: 5px;
    max-width:100%;
    object-fit: cover;
    height: auto;
}
.img-margins{
    width: 100%;
    height: 120px;
    object-fit: cover;
}

/* 背景颜色 */
.headr-bj{
    background-color: #212529;
}
.subject_zt{
    background-color: #f6f6f6;
}
.footer-bj{
    background-color: #0d1021;
}
.footer-color{
    color: #8c8e91;
}

/* 首页 */
@media screen and (max-width: 1000px) {
.footer-div {
display: none;
}
}
.zt_text{
    width: 49%;
    display: inline-block;
}
.zt_text{
    width: 49%;
    display: inline-block;
}

/* 底部导航 */
@media (max-width: 900px) {
  .nav-bar-dh {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: block;
    background-color: #f8f9fa;
  }
}

@media (min-width: 900px) {
  .nav-bar-dh {
    display: none;
  }
}

.footer_dh_a{
    position: relative;
    padding-right: 10px; /* 为了给竖条留出一些空间 */
}
.footer_dh_a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 1px; /* 竖条的宽度 */
    height: 100%; /* 竖条的高度 */
    background-color: grey; /* 竖条的颜色 */
}

/* 隐藏 */
@media screen and (max-width: 720px) {
.new-div_p {
display: none;
}
}

/* 面包屑导航 */
.crumbs {
    display: flex;
    line-height: .1;
    font-size: 12px;
    list-style: none;
    border-radius: .25rem;
    margin-top: 10px;
}

/* 正文页 */
.span_ziti{
    font-size: 14px;
    color: #938f8f;
}
.lm_rmwz {
    border-bottom: 1px solid #f5f2f2;
}
.lm_white {
    border-bottom: 1px solid #646464;
}
.row_1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.reco_div {
    display: flex;
    flex-wrap: wrap;
}

/* 按钮样式 */
.topic_al{
    border-top: 4px solid #f0412a;
}
.topic_bott{
    border-bottom: 3px solid #007bff;
}
.topic_dh_bj{
    padding: .5rem .8rem;
}
.topic_div{
    display: flex;
    flex-wrap: wrap;
}
.topic_p{
    display: inline-block;
    width: 50%;
}

/* 05-服务 */
.se_banner{
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.pp_h1p {
    width: 100%;
    text-indent: 30px;
}
.pp_top {
    border-top: 1px solid #ccc;
}

.right_bj {
    width: 100%;
    height: auto;
    background-color: #0d1021;
    background-size: cover;
}
/* 06商城*/
.city_btn{
    color: #d4d4d4;
}
.city_btn:hover{
    color: #fe2644;
}
.city_btn_left{
    border-top-left-radius: 50rem;
    border-bottom-left-radius: 50rem;
    background-color: #f6f6f6;
    border-color: #f8f9fa;
}
.city_btn_right{
    border-top-right-radius: 50rem;
    border-bottom-right-radius: 50rem;
    background-color: #f6f6f6;
    border-color: #f8f9fa;
}
/*搜索*/
.sou_form-control{
    display: block;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* 回到顶部 */
.btn-fd-i{
    font-size: 14px;
    display: block;
    line-height: 3px; /* 设置行高使图标垂直居中 */
    text-align: center; /* 文字水平居中 */
}
.btn-fd-i:hover{
    color: #000000;
}
.btn-div1{
    z-index: 1;
    position: fixed;
    right: 10px;
    left: calc(100% - 52px);
    bottom: 20px;
    width: 42px;
    height: 180px;
    font-size: 12px;
}
.b-an{
    color: #18191c;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 6px;
    margin-top: 6px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0,0,0,.08);
    align-items: center;
    transition: all .2s;
    cursor: pointer;
    position: relative;
}
.content img{
    display: block;
    margin: 0 auto;
    max-width:100%;
    height:auto;
}
.related-box {
    background:#fff5f8;
    padding: 18px;
    border-radius: 12px;
    text-align: center;
    margin-top: 20px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.related-box a {
    display: inline-block;
    margin: 6px 10px;
    color: #d65a9e;
    font-weight: 500;
    text-decoration: none;
}
.related-box a:hover {
    color: #b83b7e;
    text-decoration: underline;
}
.legal-tip2 {
    background: #fff4e4;
    padding: 12px;
    border-left: 4px solid #ff9c3b;
    border-radius: 8px;
    font-size: 15px;
    color: #666;
}
.related-box1 {
    background:#fff5f8;
    padding: 18px;
    border-radius: 12px;
    text-align: center;
    margin-top: 20px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.related-box1 a {
    display: inline-block;
    margin: 6px 10px;
    color: #5c9adf;
    font-weight: 500;
    text-decoration: none;
}
.related-box1 a:hover {
    color: #007bff;
    text-decoration: underline;
}