body{
            margin: 0;
        }
        header{
            width: 100%;
            
            
        }
        header img{
            width: 100%;
            height: 170px;
            box-shadow: 0 0px 12px rgba(0, 0, 0, 0.15);
        }
        /* 选项卡容器样式 */
        .tab-container {
            font-family: "微软雅黑", sans-serif;
        }
        /* 选项卡导航栏样式 */
        .tab-nav {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
        }
        .tab-nav li {
            padding-right: 10px;
            color: rgb(96, 98, 102);
            text-align: center;
        }
        .tab-nav li.active .borderbot{
            color: #093a95;
            border:2px solid #093a95;
            border-radius: 2px;
            width:30px;
            margin:0 auto;
            margin-top: 5px;
        }
        .tab-nav li.active .activetitle{
            color: #093a95;
        }
        /* 选项卡内容区域样式 */
        .tab-content {
            margin-top: 10px;
            border-bottom: 2px solid #093a95;
        }
        .tab-panel {
            display: none;
            padding: 6px 0;
            width: 100px;
            color: #fff;
            background: #093a95 ;
            text-align: center;
            border-radius: 0 20px 0 0;
        }
        .tab-panel.active {
            display: block;
        }
        .pd20{
            padding: 20px;
        }
        .pd30{
            padding: 25px 15px;
        }
        .pd10{
            padding: 10px 20px;
        }
        .pd15{
            padding: 10px;
        }
        .contentborder{
            background: #f8f8f8;
            border-radius: 10px;
        }
        .text-ellipsis-2 {
          overflow: hidden;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          /* 可选：调整行高 */
          line-height: 1.5;
        }
        /* 顶部区域样式 */
.top-section {
    background-color: #093a95;
    color: #fff;
    padding: 20px 0;
}

.logo-area {
    display: flex;
    align-items: center;
}

.logo-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 20px;
    margin-left: 20px;
    background-color:#fff;
}

.logo-text h1 {
    font-size: 18px;
    font-weight: 700;
    line-height: 34px;
    color: #f0831e;
}

.logo-text p {
    font-size: 12px;
    line-height: 22px;
}

/* 咨询热线区域样式 */
.hotline-section {
    background-color: #093a95;
    color: #fff;
    text-align: center;
    font-size: 18px;
}

/* 关键词&版权区域样式 */
.keywords-copyright-section {
    background-color: #093a95;
    color: #fff;
    padding: 20px 20px;
    text-align: center;
}

.keywords-copyright-section p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 8px;
}
.bgprimary{
    background: #f77f00;
}