* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Microsoft YaHei", sans-serif;
    background: #f5f5f5;
}


.top-nav {
    background: #fff;
    border-bottom: 2px solid #0066cc;
}

.nav-tabs {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}

.nav-tabs .tab {
    padding: 15px 35px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    color: #333;
    transition: all 0.3s;
}

.nav-tabs .tab.active {
    color: #fff;
    background: #0066cc;
    font-weight: bold;
    font-size: 18px;
}


.nav-tabs .tab:hover {
    color: #0066cc;
    background: #f0f7ff;
}

.nav-tabs .tab.active:hover {
    color: #fff;
    background: #0066cc;
}


.news-container {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
}

.news-list {
    list-style: none;
}

.news-list li {
    display: flex;
    padding: 12px 0;
    border-bottom: 1px dashed #ddd;
}

.news-list .date {
    color: #666;
    margin-right: 20px;
    font-size: 14px;
}

.news-list a {
    color: #333;
    text-decoration: none;
    flex: 1;
    font-size: 14px;
}

.news-list a:hover {
    color: #0066cc;
}


.service-nav {
    max-width: 1200px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 20px;
    border-radius: 4px;
}

.service-item {
    flex: 1;
    text-align: center;
    padding: 20px;margin:20px;
    cursor: pointer;
    transition: all 0.3s;
   border:solid 1px #0066cc;
   border-radius:10px;
   font-size: 16px;

}

.service-item.active {
    background: #0066cc;
    color: #fff;
}

.service-item i {
    display: block;
    font-size: 32px;
    margin-bottom: 10px;
}
.service-item span {
    display: block;
    font-size: 22px;
    margin-bottom: 10px;
}
.icon-doc{
    background: url(../png/oiog4g.png) no-repeat;
    background-position: center center;
    background-size: 100%;
}
.icon-service{
 background: url(../png/7sdh0v.png) no-repeat;
    background-position: center center;
    background-size: 100%;
}
.icon-interact{
    background: url(../png/qrbmn7.png) no-repeat;
    background-position: center center;
    background-size: 100%;
}

.special-topics {
    max-width: 1200px;
    margin: 20px auto;
    background: #fff;
    padding: 20px;
}

.topics-header {
    display: flex;
    gap: 15px;
    align-items: stretch; 
    margin-bottom: 20px;
}

.topics-header .title {
     
    writing-mode: vertical-lr; 
    text-orientation: upright; 
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 15px 20px;
    letter-spacing: 2px; 
    display: flex;
    align-items: center;
    justify-content: center;
    background:#007de8;
    border-radius: 4px;
}
.topics-header .title a{color:#fff;}
.topics-slider {
    flex: 1;
    position: relative;
}

.topics-wrapper {
    flex: 1;
    overflow: hidden;
    width: 100%;
}

.topics-container {
    display: flex;
    transition: transform 0.3s ease;
    gap: 20px;
}

.topic-item {
    flex: 0 0 253px;
    height: 100px;
    border-radius: 4px;
    overflow: hidden;
    text-decoration: none;
}

.topic-item img {
    width: 100%;
    height: 100%;
    
    transition: transform 0.3s;
}

.topic-item:hover img {
    transform: scale(1.05);
}


.news-container {
    width: 100%;
    margin-bottom: 20px;
}

.news-tabs {
    display: flex;
    border-bottom: 2px solid #0066cc;
}

.tab {
    padding: 10px 20px;
    cursor: pointer;
    background: #f5f5f5;
    margin-right: 2px;
}

.tab.active {
    background: #0066cc;
    color: white;
}

.news-content {
    padding: 15px;
    border: 1px solid #ddd;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}


.service-container {
    margin: 20px 0;
    min-width: 1000px; 
    overflow-x: auto; 
}

.service-tabs {
    display: flex;
    justify-content: space-around;
    background: #f0f0f0;
}

.service-tab {
    padding: 15px 30px;
    cursor: pointer;
}

.service-tab.active {
    background: #0066cc;
    color: white;
}


.service-content {
    max-width: 1200px;
    margin: 20px auto;
    background: #fff;
}


.service-panel {
    display: none;
    padding: 20px;
    height: 400px;
    min-width: 1000px; 
    overflow-x: auto; 
}

.service-panel.active {
    display: block;
}

.gov-menu {
    display: flex;
    gap: 20px;
    height: 360px; 
}
.gov-menu  .menu-section .menu-item{
    width:100%; 
}

.right-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-width: 760px;    
}


.top-content {
    display: flex;
    gap: 20px;
}

.middle-section {
    flex: 0 0 614px; 
    min-width: 0;
}

.right-nav {
    flex: 0 0 280px;
}


.menu-section {
    flex: 0 0 220px;  
    background: #fff;
    border-right: none; font-size: 16px;
}

.menu-item {
    display: flex;
    align-items: center;
    padding: 15px 20px;  
    margin-bottom: 15px;
    cursor: pointer;
    border-bottom: none;
    transition: all 0.3s;
    color: #333;
    font-size: 16px;
    position: relative;
    background: #f0f7ff;
    min-width: 220px;    
    width: 100%;
}


.menu-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #0148b4; 
    opacity: 1;
}


.menu-section .menu-item {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.3s;
    color: #333;
    font-size: 16px;
    font-weight:bold;
    position: relative;
    background: #f0f7ff;
    height: 50px;
    width: 220px;        
}

.menu-section .menu-icon {
    width: 35px;
    height: 35px;
    margin-right: 12px;
    object-fit: contain;
    transition: transform 0.3s ease-in-out;
    flex-shrink: 0;
}

.menu-section .menu-item span {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;  
}


.menu-item:hover .menu-icon {
    animation: iconSwing 0.5s ease-in-out;
    transform-origin: center center;
       filter: brightness(0) invert(1);
    opacity: 0.8; 
}


.icon-guide,
.icon-system,
.icon-content,
.icon-report,
.icon-apply {
    
}

.icon-guide::before,
.icon-system::before,
.icon-content::before,
.icon-report::before,
.icon-apply::before {
    
}

.doc-section {
    flex: 1;
    padding: 0 20px;
}

.doc-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 2px solid #0066cc;
    margin-bottom: 15px;
}

.doc-header span {
    font-size: 16px;
    font-weight: bold;
}

.doc-header .more {
    color: #666;
    text-decoration: none;
    font-size: 14px;
}

.doc-header .more:hover {
    color: #0066cc;
}

.doc-list {
    padding: 10px 0;
}

.doc-list a {
    color: #333;
    text-decoration: none;
    display: inline-block;
    width: calc(100% - 100px); 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    padding:10px 0;
    font-size: 16px;
}

.doc-list .time {
    float: right;
    color: #999;
    font-size: 14px;
    width: 100px;
    text-align: right;
    vertical-align: middle;
    padding:10px 0;
    font-size: 16px;
}


.nav-grid {
    display: grid;
    grid-template-columns: repeat(2, 138px); 
    gap: 25px 20px;
    height: auto;
    justify-content: center;
    padding: 15px 0;
}

.nav-item {
    width: 138px; 
    height: 50px;
    display: flex;
    align-items: center;
    padding: 10px 12px;
    background: #f8f8f8;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s;
    margin: 5px 0;
 
}
.nav-item img{
    
}

.nav-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    object-fit: contain;
    transition: transform 0.3s ease-in-out;

}


.nav-item:hover .nav-icon {
    animation: iconSwing 0.5s ease-in-out;
    transform-origin: center center;
      filter: brightness(0) invert(1);
    opacity: 0.8; 
}

.nav-item:hover {
    background: #0373ed; 
    color: #fff;
}

.nav-item span {
    font-size: 15px; 
}


.doc-tabs {
    border: 1px solid #eee;
    border-radius: 4px;
    background: #fff;
    padding: 10px;
    width: 614px; 
}

.tab-header {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #0066cc;
    padding: 0 10px;
}

.tab-item {
    padding: 10px 15px;
    cursor: pointer;
    font-size: 16px; 
    position: relative;
}

.tab-item.active {
    color: #0066cc;
    font-weight: bold;
}

.tab-item.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #0066cc;
}

.tab-header .more {
    margin-left: auto;
    color: #666;
    text-decoration: none;
    font-size: 14px;
}

.tab-header .more:hover {
    color: #0066cc;
}

.tab-content {
    display: none;
    padding: 15px;
}

.tab-content.active {
    display: block;
}


.bottom-section {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 4px;
    background: #fff;
}


.pointtile {
    font-size: 16px;
    font-weight: bold;
    color: #0066cc;
    white-space: nowrap;
    padding: 8px 20px;
    border: 1px solid #0066cc;
    border-radius: 4px;
}


.image-nav {
    display: flex;
    gap: 15px;
    flex: 1;
    justify-content: space-between;
    min-width: 600px; 
}


.nav-banner {
    width: 130px;
    height: 50px;
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    overflow: hidden;
    border-radius: 4px;
    background: #f8f8f8;
    transition: all 0.3s;
    padding: 8px;
}

.nav-banner img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    transition: transform 0.3s ease-in-out;
    flex-shrink: 0;
}


.nav-banner:hover img {
    animation: iconSwing 0.5s ease-in-out;
    transform-origin: center center;
    filter: brightness(0) invert(1);
    opacity: 0.8; 
}

.nav-banner span {
    position: static;
    flex: 1;
    padding: 0 6px;
    color: #333;
    font-size: 15px; 
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: none;
}


.nav-banner:hover {
    background: #0373ed; 
}

.nav-banner:hover span {
    color: #fff;
}


.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: rgba(0, 102, 204, 0.7); 
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-btn.prev {
    left: 10px; 
}

.slider-btn.next {
    right: 10px; 
}


.topics-slider:hover .slider-btn {
    opacity: 1;
}

.slider-btn:disabled {
    background: rgba(204, 204, 204, 0.7);
    cursor: not-allowed;
}

.slider-btn:not(:disabled):hover {
    background: rgba(0, 102, 204, 0.9);
}


.menu-item:hover {
    background: #0385fd; 
    color: #fff; 
}

.menu-item.active {
    background: #e6f3ff;
    color: #0066cc;
}


@keyframes iconSwing {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(-10deg); }
    50% { transform: rotate(10deg); }
    75% { transform: rotate(-5deg); }
    100% { transform: rotate(0deg); }
}


.nav-item:hover {
    background: #0373ed; 
    color: #fff;
}

.nav-item:hover .nav-icon {
    animation: iconSwing 0.5s ease-in-out;
    transform-origin: center center;
}


.service-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: -15px;
}

.service-section {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 10px;
    flex-shrink: 0; 
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    margin-bottom: 6px;
    border-bottom: 2px solid #0066cc;
}

.section-header span {
    font-size: 16px;
    font-weight: bold;
}

.section-header .more {
    color: #666;
    text-decoration: none;
    font-size: 14px;
}

.section-header .more:hover {
    color: #0066cc;
}


.service-grid {
    display: flex;
    justify-content: space-between;
    gap: 0;
    padding: 5px 0;
    margin:0;
}

.service-grid .service-item {
    flex: 0 0 auto;
    width: 100px;
    height: 95px; 
    padding: 8px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #f8f8f8;
    border-radius: 4px;
    transition: all 0.3s;
    text-decoration: none;
    color: #333;margin:0;
}

.service-grid .service-icon {
    width: 40px; 
    height: 40px;
    margin: 0 0 8px 0; 
    object-fit: contain;
    transition: transform 0.3s ease-in-out;
    font-size:16px;
}

.service-grid .service-item span {
    font-size: 14px; 
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    
}


.service-grid .service-item:hover {
    background: #e8f3ff;
    color: #0066cc;
    transform: translateY(-2px);
}

.service-grid .service-item:hover .service-icon {
    animation: iconSwing 0.5s ease-in-out;
    transform-origin: center center;
}


.service-grid-2 {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    flex-wrap: wrap;
    padding-bottom: 5px;
    min-width: 800px; 
}

.service-grid-2 .service-item {
    width: calc(20% - 12px); 
    height: 45px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    overflow: hidden;
    border-radius: 4px;
    background: #f8f8f8;
    transition: all 0.3s;
    padding: 6px 8px;
}


.service-grid-2 {
    overflow-x: visible;
}

.service-grid-2 .service-icon {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    object-fit: contain;
    transition: transform 0.3s ease-in-out;
    flex-shrink: 0;
}

.service-grid-2 .service-item span {
    flex: 1;
    font-size: 15px; 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
}


.service-grid-2 .service-item:hover {
    background: #e8f3ff;
}

.service-grid-2 .service-item:hover span {
    color: #0066cc;
}

.service-grid-2 .service-item:hover .service-icon {
    animation: iconSwing 0.5s ease-in-out;
    transform-origin: center center;
}


.biz-tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #0066cc;
    margin-bottom: 20px;
}

.tab-items {
    display: flex;
}

.biz-tabs .tab-item {
    padding: 10px 30px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    color: #333;
}

.biz-tabs .tab-item.active {
    color: #0066cc;
    font-weight: bold;
}

.biz-tabs .tab-item.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #0066cc;
}


.tab-more .more {
    display: none;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    padding: 10px 0;
}

.tab-more .more.active {
    display: block;
}

.tab-more .more:hover {
    color: #0066cc;
}


.biz-content {
    display: none;
}

.biz-content.active {
    display: block;
}


.interaction-section {
    background: #fff;
    border-radius: 4px;
    padding: 15px;
}


.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    margin-bottom: 6px;
    border-bottom: 2px solid #0066cc;
}

.section-header span {
    font-size: 16px;
    font-weight: bold;
}


.interaction-section .section-header {
    border-bottom: 2px solid #0066cc !important; 
}


.mayor-box .section-header {
    border-bottom: 2px solid #0066cc !important; 
}


.letter-list {
    padding: 5px 0;
    overflow-y: auto;
}

.letter-item {
    display: flex;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px dashed #eee; 
}

.letter-item:last-child {
    border-bottom: none; 
}

.letter-title {
    flex: 1;
    color: #333;
    text-decoration: none;
    font-size: 16px; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.letter-status {
    color: #0066cc;
    font-size: 16px; 
    margin: 0 15px;
}

.letter-date {
    color: #999;
    font-size: 14px;
    margin-left: 15px;
}


.interview-list {
    padding: 5px 0;
    overflow-y: auto;
}

.interview-item {
    display: flex;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px dashed #eee;
}

.interview-title {
    flex: 1;
    color: #333;
    text-decoration: none;
    font-size: 16px; 
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.interview-date {
    color: #999;
    font-size: 14px;
    margin-left: 15px;
}


.survey-list {
    padding: 5px 0;
    overflow-y: auto;
}

.survey-item {
    display: flex;
    align-items: center;
    padding: 6px 0;
    border-bottom: 1px dashed #eee;
}

.survey-title {
    flex: 1;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.survey-date {
    color: #999;
    font-size: 14px;
    margin-left: 15px;
}


.survey-tab {
    font-size: 16px;
    color: #666;
    cursor: pointer;
    padding: 2px 8px;
    position: relative;
    transition: all 0.3s;
    font-weight: bold;
}

.survey-tab.active {
    color: #0066cc;
    font-weight: bold;
}


.letter-title:hover,
.interview-title:hover,
.survey-title:hover {
    color: #0066cc;
}


.interaction-right .interview-item,
.interaction-right .survey-item {
    padding: 4px 0; 
    border-bottom: 1px dashed #eee;
}


.section-header span {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}


#gov-interaction {
    display: none; 
    padding: 20px;
    min-height: 400px;
}

#gov-interaction.active {
    display: flex; 
    gap: 20px;
}


.mayor-box {
    width: 45%;
}


.interaction-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.interaction-section {
    background: #fff;
    border-radius: 4px;
    padding: 15px;
}


.interaction-btns {
    display: flex;
    align-items: center;
    gap: 15px;
}

.write-btn {
    display: flex;
    align-items: center;
    padding: 6px 12px;
    background: #0066cc;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s;
}

.write-btn:hover {
    background: #0052a3;
}

.btn-icon {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}


.letter-list,
.interview-list,
.survey-list {
    margin-top: 10px;
}

.letter-item,
.interview-item,
.survey-item {
    padding: 6px 0;
}


.interaction-right .interview-list,
.interaction-right .survey-list {
    flex: 1;
    margin-top: 8px;
    padding-bottom: 2px; 
    display: flex;
    flex-direction: column;
    justify-content: flex-start; 
   
    
}


.interaction-right .interview-item:last-child,
.interaction-right .survey-item:last-child {
    padding-bottom: 0; 
    border-bottom: none; 
    margin-bottom: 0; 
}


.writeinfo {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 15px;
    padding: 12px;
    background: #f8f8f8;
    border-radius: 4px;
}

.writeinfo .write-btn {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 12px;
    background: #fff;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s;
    border: 1px solid #eee;
    cursor: pointer;
}

.writeinfo .write-btn:hover {
    background: #e8f3ff;
    border-color: #0066cc;
    color: #0066cc;
}

.writeinfo .btn-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.writeinfo .write-btn span {
    flex: 1;
    line-height: 1.4;
}


.writeinfo .write-btn:last-child span {
    text-align: left;
}




#gov-service {
    display: none;
    padding: 20px;
    height: 400px;
}

#gov-service.active {
    display: block;
}
.biz-section-title{display: none;}


#gov-service .right-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 360px;
    overflow-y: auto;
    min-width: 800px;
}


#gov-interaction .right-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 360px;
    overflow: visible;
    min-width: 800px;
}


#gov-info .right-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 360px;
    overflow: visible;
    min-width: 800px;
}


.service-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: -15px;
}


.service-section {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 10px;
    flex-shrink: 0; 
}


.service-grid-2 {
    display: flex;
    justify-content: flex-start;
    gap: 15px;
    flex-wrap: wrap; 
    padding-bottom: 5px;
}


.survey-tabs {
    display: flex;
    gap: 15px;
    align-items: center;
}
.survey-section-title{display: none;}
.survey-tab {
    font-size: 16px;
    color: #666;
    cursor: pointer;
    padding: 2px 8px;
    position: relative;
    transition: all 0.3s;
    font-weight: bold;
}

.survey-tab.active {
    color: #0066cc;
    font-weight: bold;
}

.survey-tab:not(:last-child)::after {
    content: '|';
    position: absolute;
    right: -8px;
    color: #ddd;
}


.survey-content {
    display: none;
}

.survey-content.active {
    display: block;
}


.interaction-right .section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    margin-bottom: 6px;
    border-bottom: 2px solid #0066cc;
}

.interaction-right .section-header span {
    font-size: 16px;
    font-weight: bold;
}


.survey-more .more {
    display: none;
    color: #666;
    text-decoration: none;
    font-size: 14px;
}

.survey-more .more.active {
    display: block;
}

.survey-more .more:hover {
    color: #0066cc;
}


.biz-content {
    display: none; 
}

.biz-content.active {
    display: block; 
}
.jdinfo ul {padding:10px 10px 30px 10px;}
.jdinfo ul li {width:100%;float:left; padding:5px 5px 10px 5px;}
.jdinfo ul li a{width:300px;float:left; overlow:hidden;}
.jdinfo ul li  .date{width:100px;float:right;}
.jdrtinfo ul {padding:10px;}
.jdrtinfo ul li {width:100%;float:left; padding:5px 5px 10px 5px;}
.jdrtinfo ul li a{width:300px;float:left; overlow:hidden;}
.jdrtinfo ul li  .date{width:100px;float:right;}
.grid .jdrt{margin-top:15px; background: #007de8;float:right;width:90px;color:#fff;padding:14px 4px 10px 0px;font-size:1.21em;line-height:30px;text-align: center;letter-spacing: 0.6em;}
.jdrt a{color:#fff;}
.jdtitle{margin-top:15px; text-align:center;font-family:"Î¢ÈíÑÅºÚ";width:80px;float:left;color:#fff;padding:14px 0px 5px 8px;font-size:1.21em;line-height:20px;}
.jdtitle a{color:#fff;}


@media screen and (min-width: 769px) {
    .biz-tabs {
        display: flex;
    }

    .biz-content {
        display: none;
    }

    .biz-content.active {
        display: block;
    }
   
}