.card {
    background: #fff;
}

body, html {
    background-color: transparent;
    font-size: 14px;
    /*background: url('../images/indexnew/background1.png') center top/100% no-repeat;*/
}
body.bodyall{
    /* background: url('../images/indexnew/background1.png') center top/100% no-repeat; */

}

* {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* @font-face {
    font-family: 'fangzheng';
    src: url('../fonts/方正正中黑简体.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'youshe';
    src: url('../fonts/youshe.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'kuhei';
    src: url('../fonts/汉仪雅酷黑-85.ttf') format('truetype');
}

@font-face {
    font-family: 'yueguang';
    src: url('../fonts/汉仪月光舞.ttf') format('truetype');
}
@font-face {
    font-family: 'dingding';
    src: url('../fonts/钉钉进步体.ttf') format('truetype');
} */
a, a:focus, a:active {
    text-decoration: none;
    color: #333;
    outline: none;
}

/* 头部tab开始 */

.pb0 {
    padding-bottom: 0;
}

.tab-box {
    padding: 0 20px;
}

.tab-all li {
    color: #fff;
    flex: 1;
    font-size: 20px;
    background: #fff;
    padding-left: 20px;
}

.tab-all li.tab-all-item_1 {
    background: url('../images/top/icon1.1.png') left 20px center/18px no-repeat, #fff;
}

.tab-all li.tab-all-item_2 {
    background: url('../images/top/icon2.1.png') left 20px center/18px no-repeat, #fff;
}

.tab-all li.tab-all-item_3 {
    background: url('../images/top/icon3.1.png') left 20px center/18px no-repeat, #fff;
}

.tab-all li.tab-all-item_4 {
    background: url('../images/top/icon4.1.png') left 20px center/18px no-repeat, #fff;
}

.tab-all li.tab-all-item_5 {
    background: url('../images/top/icon5.1.png') left 20px center/18px no-repeat, #fff;
}

.tab-all li span {
    cursor: pointer;
}

.tab-all li img {
    width: 18px;
    vertical-align: sub;
}

.tab-all li.active {
    background: #0367f2;
    font-weight: bold;
    position: relative;
    margin-top: -12px;
    line-height: 78px;
    transition: 0.1s ease;
}


.tab-all li.tab-all-item_1.active {
    background: url('../images/top/icon1.2.png') left 20px center/18px no-repeat, #0367f2;
}

.tab-all li.tab-all-item_2.active {
    background: url('../images/top/icon2.2.png') left 20px center/18px no-repeat, #0367f2;
}

.tab-all li.tab-all-item_3.active {
    background: url('../images/top/icon3.2.png') left 20px center/18px no-repeat, #0367f2;
}

.tab-all li.tab-all-item_4.active {
    background: url('../images/top/icon4.2.png') left 20px center/18px no-repeat, #0367f2;
}

.tab-all li.tab-all-item_5.active {
    background: url('../images/top/icon5.2.png') left 20px center/18px no-repeat, #0367f2;
}

.tab-all li.active::after {
    content: '';
    height: 12px;
    width: 12px;
    position: absolute;
    right: -12px;
    top: 0px;
    background: url('../images/top/triangle.png') center/100% no-repeat;
}

.tab-all-item.active a {
    color: #fff;
}

.tab-all {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 65px;
    line-height: 65px;
}

.tab-all-item {
    font-size: 1.56rem;
    float: left;
    text-align: center;
}

a, a:hover, a:active, a:visited, a:focus {
    text-decoration: none;
}

.msg {
    font-size: 14px;
}

.msg a {
    color: #222 !important;
}

.tab-all-item a {
    /* color: #fff; */
    color: #333;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.h100 {
    height: 100%;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 8px;
    padding-right: 8px;
}

.card {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 8px;
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-top: 20px;
}

.card:hover {
    /* transform        : scale(1.03); */
    /* -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2); */
}

.content {
    padding: 0px 60px 42px;
}

.title {
    font-weight: bold;
    color: #333;
    font-size: 18px;
    margin-bottom: 5px;
    padding-top: 20px;
    position: relative;
    z-index: 999;
}

.titlebig {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    height: 60px;
    line-height: 52px;
    /* margin-top: 10px; */
}

.titlebig img {
    height: 14px;
}

.titlebig span {
    display: inline-block;
    position: relative;
    /* margin-left: 20px; */
}

.titlebig span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #0367f2;
    z-index: 9;
}

.con {
    padding: 0 15px 30px;
}

.p0 {
    padding: 0;
}

.pr0 {
    padding-right: 0;
}

.grey {
    color: #8e97a1;
}

i {
    font-style: normal;
}

.selected {
    display: block !important;
}

/* 待办tab */

.tab-db li.active {
    color: #fff;
    background: #3877bd;
    margin-top: -1px;
}

.tab-db {
    height: 35px;
    line-height: 35px;
    width: 100%;
    margin: -5px auto 0px;
    background: #f1f7ff;
    padding-left: 0;
    color: #6499dd;
    font-weight: bold;
}

.products .main-db.selected {
    display: block;
}

.tab-dj.active {
    color: #0064ed;
}

.products .main-dj {
    float: left;
    display: none;
    width: 100%;
}

.products .main-dj.selected {
    display: block;
}

.blue {
    color: #037dff;
}

.yellow {
    color: #fddf1b;
}

.orange {
    color: #f68222;
}

.purple {
    color: #e083f3;
}

.qing {
    color: #5fd9d4;
}

.green {
    color: #2dc2b0;
}

.black {
    color: #000;
}

iframe {
    border-radius: 6px;
    width: 100%;
}

/* #iframe0 {
    padding-top: 20px;
} */

#box_zc::-webkit-scrollbar {
    width: 0;
}

.flex-box {
    display: table;
}

.flextable-box {
    display: table-cell;
    vertical-align: middle;
}

/* 底部 */
.foot-box {
    background: rgba(56, 94, 200, 1);
    color: #fff;
    text-align: center;
    padding: 30px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    flex-wrap: wrap;
    position: relative;
}

.foot-box img.logo2 {
    width: 66px;
    margin-right: 40px;
}

.foot-box img.logo3 {
    width: 50px;
    margin-right: 40px;
}

.foot-box img.ewm {
    width: 75px;
    margin-bottom: 5px;
    border: 2px solid #3c94f1;
}
.category-box{
    /* display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; */
    display: flex;
    flex-wrap: wrap;
    gap: 0 3rem;
}
.category-item{
    width: 17%;
    text-align: center;
    padding: 5px 0;
    border: 1px solid #CCCCCC;
    margin-bottom: 15px;
    cursor: pointer;
    border-radius: 3px;
}
.category-item-active{
    background: rgba(21, 118, 232, 1);
    border: none;
    color: #fff;
}
/*.card-box{
    display: flex;
    justify-content: space-between;
}*/
.card-box {
    overflow-x: auto; /* 超出横向滚动（auto比scroll更友好，无超出时隐藏滚动条） */
    display: flex; /* 横向排列 */
    gap: 1.5rem; /* 卡片之间的间距（替代justify-content，避免分散） */
    padding: 10px 0; /* 上下内边距，避免卡片贴边 */
    min-height: 220px; /* 固定最小高度，防止滚动时容器高度变化 */
    width: 100%; /* 改为100%适配父级，避免固定80rem导致小屏幕溢出 */
}
.card-item{
    width: 25.67rem;
    flex-shrink: 0;
    padding: 20px;
    background: rgba(246, 249, 255, 1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    height: 230px;
}

.card-item:hover{
    transform: translateY(-6px);
}

.card-title{
    font-weight: 600;
    font-size: 1.2rem;
    margin: 8px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    max-height: 50px;
}
.card-content{
    color: rgba(102, 102, 102, 1);
    min-height: 34px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-align: justify;
}
.card-btn-box{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 11px;
}
.card-btn{
    width: max-content;
    border: 1px solid rgba(21, 118, 232, 1);
    color: rgba(21, 118, 232, 1);
    padding: 5px 40px;
    border-radius: 40px;
    cursor: pointer;
}

.card-btn:hover {
    background: #1576E8;
    color: #ffffff;
}

.foot-str {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.foot-str span {
    padding-right: 7rem;
}
.foot-link img{
    width: 1rem;
    height: 1rem;
}
.foot-ewm {
    color: #fff;
    font-size: 0.8rem;
}
.foot-hang{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.foot-hang div{
    margin-right: 5rem;
}
.foot-hang1{
    width: 100%;
    text-align: left;
    margin-top: 1rem;
}
/* 友情链接 */
.link-box {
    /* padding: 0 60px; */
    position: relative;
    display: flex;
    height: 50px;
}
.foot-link-box{
    flex: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    padding-bottom: 0.2rem;
}

.foot-link {
    /* padding: 10px 0; */
    /* margin-right: 5px; */
    color: #fff;
    display: flex;
    align-items: center;
}
.more-link-box{
    width: 80rem;
    position: absolute;
    padding: 1rem;
    padding-top: 1.5rem;
    bottom: 14rem;
    /* left: 20rem; */
    margin: 0 auto;
    background: #fff;
    color: #000;
    box-shadow:0 0px 10px rgba(0, 0, 0, 0.2);
}

.more-link{

    display: flex;
    gap: 10px 20px;
    flex-wrap: wrap;
    border-radius: 5px;
}
.close{
    position: absolute;
    top: 0;
    right: 0;
}
.link-item{
    min-width: 32%;
    padding: 3px 0;
    text-align: left;
}
.foot-link a{
    color: #fff;
    display: flex;
    align-items: center;
}
.o-foot-link {
    /* padding: 10px 0; */
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.o-foot-link img{
    width: 1rem;
    height: 1rem;
}
.o-foot-link a{
    color: #000;
    display: flex;
    align-items: center;
}
.o-fgx{
    width: 1px;
    height: 12px;
    background: #000;
    margin: 0.8rem;
}
.fgx{
    width: 1px;
    height: 12px;
    background: #fff;
    margin: 0.8rem;
}


/* 右侧菜单 */
.rightul {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 387px;
    z-index: 9999;
    display: flex;
    transition: all 0.3s ease;
}
.rightul-left{
    width: 50px;
    height: 50px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    margin-right: 10px;
    cursor: pointer;

}
.left-img{
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
    transform: rotate(180deg);
}

.toptu {
    width: 77px;
    background: #fff;
    border-radius: 100px;
    padding: 36px 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    /* font-size: 15px; */

}
.rightli:last-child{
    margin-bottom: 0;
}

.bottomtu {
    background: #fff;
    box-shadow: 0px 0px 6px rgba(53, 117, 225, 0.3);
    height: 50px;
    line-height: 50px;
    width: 50px;
    border-radius: 50%;
    margin: 10px auto;
}
.rightli-name{
    cursor: pointer;
}

.rightli .imgbox{
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.rightli {
    text-align: center;
    margin-bottom: 20px;
    height: 48px;
}

.rightli.active a {
    /* font-weight: bold; */
    /* color: #2e81d7; */
}

.rightli img {
    height: 20px;
    margin-bottom: 6px;
}

.rightli a {
    color: #333;
    white-space: nowrap;
}

.content {
    padding: 0px 0px 42px;
}

#wrapper {
    position: relative;
}

.wrappers {
    /* max-width: 1280px; */
    margin: 0 auto;
    overflow: hidden;
}

.right-tit .btn.active {
    font-weight: bold;
    outline: none;
    background: #fff !important;
}

.right-tit .btn a {
    color: #fff;
}

.btn:active, .btn.active {
    box-shadow: none;
}

.right-tit .btn.active a {
    color: #0367f2;
}

.imgactive {
    width: 24px;
    height: 26px;
}

.imgactive_1 {
    background: url('../images/top/icon1-1.png') center/100% no-repeat;
}

.active .imgactive_1 {
    background: url('../images/top/icon1-2.png') center/13px no-repeat;
}

.imgactive_2 {
    background: url('../images/top/icon2-1.png') center/100% no-repeat;
}

.active .imgactive_2 {
    background: url('../images/top/icon2-2.png') center/13px no-repeat;
}

.titleheng {
    border-bottom: 2px solid #e5e5e5;
    font-weight: bold;
    height: 40px;
    line-height: 38px;
    font-size: 1.2rem;
}

.titleheng .span {
    display: inline-block;
    border-bottom: 3px solid #3591f7;
    padding: 0 5px;
}


.width_all {
    width: 80rem !important;
    margin: 0 auto !important;
    position: relative;
}

.topbox {
    height: 450px;
    background: url('../images/index/banner.png') center top/cover no-repeat;
}

/* 时间 */
.timebox {
    background: #f1f2f3;
    line-height: 28px;
    padding: 6px 0;
}

img.xwc {
    height: 20px;
    vertical-align: sub;
    margin-right: 4px;
}

.riqi {
    color: #666;
    padding-left: 25px;
    position: absolute;
    right: 10px;
    color: #fff;
    top: 6px;
}

/* 用心办 */
.newboxs {
    margin: 28px 0;
}

.newstr {
    font-family: 'yueguang';
    font-size: 2rem;
    color: #fff;
}

.newxin {
    font-size: 1.6rem;
    position: relative;
    margin-left: 15px;
    padding-left: 15px;
}

.newxin::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0.8px;
    height: 20px;
    background: #fff;
}

.newban {
    letter-spacing: -5px;
}

.newshu {
    font-size: 1rem;
}

body#box_zc {
    overflow: hidden;
    padding-bottom: 20px;
}

.cards {
    padding: 1px 15px;
}

.columnWidth {
    /* width: 60%; */
    /* display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 3.2em;
	word-break: break-all; */
}


.containerapp {
    position: absolute;
    left: -82px;
    top: 169px;
    background: url('../../btindex/images/top/kuang.png') center/100% 100% no-repeat;
    padding: 0 20px 15px 10px;
    opacity: 0;
    z-index: -100;
}
.containerapp img{
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.containershjd{
    position: absolute;
    left: -82px;
    top: 101px;
    background: url('../../btindex/images/top/kuang.png') center/100% 100% no-repeat;
    padding: 0 20px 15px 10px;
    opacity: 0;
    z-index: -100;
}
.containershjd img{
    width: 100px;
    height: 100px;
    margin: 0 auto;
}
.all-link-box{
    display: flex;
    justify-content: space-between;
}
.all-link-box-title{
    font-weight: 600;
    width: 80px;
    text-align: left;
    padding-top: 0.5rem;
}

/* .rightliapp:hover .containerapp {
    opacity: 1;
} */

/* .rightlishjd:hover .containershjd {
    opacity: 1;
} */

.rightli img.image {
    height: 100px;
}


.table tbody tr:hover {
    background: rgba(3, 103, 242, .07);
    color: rgba(3, 103, 242, 1);
}

.titlebigfore::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #d3e6ff;
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}
@keyframes jump {
    0% {
        transform: translateY(0)
    }
    50% {

        transform: translateY(-10px)
    }
    0% {

        transform: translateY()
    }
}
@keyframes breathe {
    0% {
        transform: scale(1)
    }
    50% {

        transform: scale(0.8)
    }
    0% {

        transform: scale(1)
    }
}


/* 自定义Tooltip样式 */
.custom-tooltip {
    /* position: fixed;
    background: #333;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    pointer-events: none;
    z-index: 10000;
    opacity: 0;
    transition: opacity 0.2s ease;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    max-width: 300px; */

    /* 边框样式 - 可以自定义 */
    /* border: 1px solid #555; */
    /* border-bottom: 3px solid #ff6b6b;  */
    position: fixed;
    background: #F6F9FF;
    color: #333;
    padding: 14px 18px;
    border-radius: 4px;
    font-size: 16px;
    pointer-events: none;
    z-index: 10000;
    opacity: 0;
    transition: opacity 0.2s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    max-width: 324px;
}

.custom-tooltip.show {
    opacity: 1;
}

    /* 工具提示的小箭头 */
.custom-tooltip::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: inherit;
    transform: rotate(45deg);
}
