@charset "UTF-8";
/*········jgh-样式调整··········*/
.navbar {
    background: #e60012 !important;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {

    color: #ffffff !important;
    background: #c90010 !important;
    /*border-right: 1px solid #0086ff;*/

}

.navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff !important;
    background: #c90010 !important;
}

.footer-background {
    background: #001b34;
}

.footer-background p {
    color: #ffffff;
}

.nav-item {
    position: relative;
}


.dropdown-menu {
    position: absolute;
    top: 41px;
    left: 0;
    z-index: 999999;
    background: #e60012;
    border-radius: 2px;
    -webkit-box-shadow: 0 1.5rem 4rem rgba(31, 45, 61, .15);
    -moz-box-shadow: 0 1.5rem 4rem rgba(31, 45, 61, .15);
    -o-box-shadow: 0 1.5rem 4rem rgba(31, 45, 61, .15);
    box-shadow: 0 1.5rem 4rem rgba(31, 45, 61, .15);
}

.dropdown-item {
    color: #ffffff;
    height: 43px;
    display: flex;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid rgba(161, 151, 151, 0.25);
}

.dropdown-item:hover {
    background-color: #c90010; /* 设置鼠标悬停时下拉菜单项的背景颜色 */
    color: #ffffff; /* 设置鼠标悬停时下拉菜单项的文字颜色 */
}

.open .dropdown-menu {
    display: block;
}

.title_bg {
    background-image: url("../img/index-bg_icon.png");
    background-repeat: no-repeat;
    background-position:16px center;
    color: #ffffff;
    padding-left:40px;
}

.title_row {
    /* background-color: #e60012; */
    background-image: url("../img/index-bg2.png");
    background-repeat: no-repeat;
    background-position:-50px center;
    color: #ffffff;
    margin-right: 4px;
    border-bottom:1px solid #ff4352;
    border-radius: 4px;
    border-bottom-right-radius:0;
    
}

.more-article {
    box-sizing: border-box;
    font-family: "PingFang", "PingFang SC", "syht", "Microsoft YaHei", "黑体", "宋体", sans-serif;
    /*color: #000000;*/
    color: #09a8f2;
    background: none;
    text-decoration: none;
    text-align: right;
    line-height: 44px;
    padding-right: 15px;
    /*font-weight: bold;*/
}

.more-article:hover {
    text-decoration: none;
    /*color: #1C74C3;*/
    color: #0090d3;
    background-color: transparent;
}


/*会员服务*/
.button_bar{
  display:block;
  width:100%;
  height:150px;
  line-height:150px;
  color:#333333;
  background-color:#f3eff5;
  font-size:24px;
  text-align:center;
  border:none;
}
.button_bar:hover{
  background-color:#e9ebff;
  text-decoration: none;
}

/*··········jgh-添加···········*/

.cm-navbar .navbar-nav .nav-link {
    font-size: 18px;
    padding-left: 16px;
    padding-right: 16px;
    color: #ffffff;
}

.cm-navbar .navbar-nav .nav-link.active {
    color: #007bff;
}

.navbar-nav-scroll {
    max-width: 100%;
    height: 2.5rem;
    /*margin-top: .25rem;*/
    overflow: hidden;
}

.navbar-nav-scroll .navbar-nav {
    /*padding-bottom: 2rem;*/

    white-space: nowrap;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    -webkit-overflow-scrolling: touch;
}

.cm-hidden {
    display: none;
}

.cm-pointer {
    cursor: pointer;
}

.cm-ff-yh {
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", serif;
}

.cm-block-head-bottom {
    border-bottom: solid 2px;
    border-color: #007bff;
    display: inline-block;
    padding-bottom: 0.3rem;
}

.cm-trans-bottom {
    width: 100%;
    bottom: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
}

.cm-media-img {
    max-width: 180px;
    max-height: 120px;
}

@media screen and (max-width: 767px) {
    .cm-media-img {
        max-width: 120px;
        max-height: 80px;
    }
}

.cm-link {
    color: #212529;
}

.cm-link:hover {
    color: #0062cc;
}

.es-highlight em {
    color: #dc3545;
    font-style: normal;
}

.body-bg {
    background: #f1f1f1;
}

.container-bg {
    background: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 5px;
}

.status-stamp {
    position: absolute;
    right: 35px;
    top: 20px;
    z-index: 999;
}

.button-fixed {
    z-index: 999998;
    position: fixed;
    top: 100px;
    right: 2%;
}


.back-top {
    display: none;
    opacity: 0.6;
    z-index: 999999;
    position: fixed;
    bottom: 220px;
    left: 90%;
    margin-left: 40px;
    border: 1px solid #a38a54;
    width: 38px;
    height: 38px;
    background-color: #eddec2;
    border-radius: 3px;
    cursor: pointer;
}

.back-top:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.back-top-arrow {
    position: absolute;
    left: 10px;
    top: -1px;
    width: 0;
    height: 0;
    border: 9px solid transparent;
    border-bottom-color: #cc3333;
}

.back-top-stick {
    position: absolute;
    left: 15px;
    top: 15px;
    width: 8px;
    height: 14px;
    display: block;
    background-color: #cc3333;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.service-btn {
    height: 65px;
    font-size: 18px;
    margin-bottom: 18px;
}

.service-btn-1{
    margin-left: 20px;
    margin-right: 20px;
}



.vertical-center {
    display: grid;
    place-items: center; /* 水平和垂直居中 */
}


.border-bottom-dashed {
    border-bottom: 1px dashed #dee2e6; /* 虚线颜色和宽度 */
}

.border-top-dashed {
    border-top: 1px dashed #dee2e6; /* 虚线颜色和宽度 */
}

.border-left-dashed {
    border-left: 1px dashed #dee2e6; /* 虚线颜色和宽度 */
}

.border-right-dashed {
    border-right: 1px dashed #dee2e6; /* 虚线颜色和宽度 */
}

.channel-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);

    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;

    margin-right: 4px;
    border-radius: 4px;
}



.channel-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.channel-group-item-action {
    width: 100%;
    color: #495057;
    /*text-align: inherit;*/
}

.channel-group-item-action:hover, .channel-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

.channel-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}