body {
    background-color: #fff !important;
    ;
    font-family: 思源黑体;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.header {
    width: 100%;
    height: 60px;
    background-color: #fff;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    transition: .4s;
    color: #000;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 0 100px;
    align-items: center;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.52);
}

.header .logo {
    width: 120px;
    display: flex;
    align-items: center;
    margin-right: 80px;
    margin-left: 100px;
}

.header .logo img {
    width: 100%;
}

.header .nvr-item {
    margin-right: 60px;
    font-size: 18px;
    color: #143064;
    cursor: pointer;
}

.header .nvr-item:hover {
    color: #143064;
    font-weight: bold;
}

.header .nvr-item.active {
    color: #143064;
    font-weight: bold;
}


.detail-container {
    width: 100%;
    padding: 0;
    margin-top: 60px;
    background: #BEE7FF;
}

.detail-top {
    width: 1024px;
    height: 303px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1350px) {
    .detail-top {
        padding: 0 30px;
        justify-content: space-around;
    }
}


.detail-top-title {
    font-family: MiSans;
    font-weight: 600;
    font-size: 30px;
    color: #143064;
}

.detail-top-content {
    font-family: MiSans;
    font-weight: 400;
    font-size: 18px;
    color: #143064;
    margin-top: 20px;
}

.detail-top-content>div {
    margin-bottom: 10px;
}

.detail-top-yun {
    width: 468px;
    height: 268px;
}

.detail-content {
    width: 1024px;
    margin: 0 auto;
    padding: 40px 0;
}

@media (max-width: 1350px) {
    .detail-content {
        padding: 40px 40px;
    }
}

.detail-content .nav-link {
    font-weight: 600;
    font-size: 20px;
    color: #666666;
    padding: 10px 60px;
}

.detail-content .nav-link.active {
    font-weight: bold;
    font-size: 20px;
    color: #2C4471;
    border-bottom: 4px solid #43C5FF;
}

.nav-tabs {
    --bs-nav-tabs-border-width: none;
}

.tab-pane {
    padding: 20px;
    font-family: MiSans;
    font-weight: 400;
    font-size: 16px;
    color: #5C7094;
    position: relative;
}

.tab-pane h3 {
    font-family: MiSans;
    font-weight: 600;
    font-size: 30px;
    color: #3D5A90;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
}

.tab-pane .tab-content-title {
    margin-bottom: 20px;
}

.tab-pane .tab-content-btn {
    text-align: center;
    position: absolute;
    z-index: 999;
    top: 230px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
}

.tab-pane .tab-content-btn button {
    padding: 10px 40px;
    background-color: #fff;
    color: #30AFEF;
    border: 1px solid #30AFEF;
    display: inline-block;

}

.tab-pane .tab-content-btn button.active {
    padding: 10px 40px;
    background-color: #30AFEF;
    color: #fff;
    margin-right: 20px;
    display: inline-block;
    border: none;
}

.tab-pane .tab-content-btn button:hover {
    background-color: #30AFEF;
    color: #fff;
    border: 1px solid #30AFEF;
}

.tab-pane .tab-img {
    width: 100%;
}

.tab-pane h4 {
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    color: #5C7094;
}

.tab-pane .tab-content-subtitle {
    margin-bottom: 0;
    margin-top: 60px;
}

.tab-pane .tab-content-subtitle.sbt2 {
    margin-bottom: 0;
    margin-top: 60px;
    border-bottom: 1px solid #D8D8D8;
}

.sbt2 h4 {
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    color: #999999;
    padding-bottom: 5px;
}

#myTabContent2 {
    min-height: 300px;
}

.tab-content-fldy {
    position: relative;
    background: url('../images/fldy.jpg') no-repeat center center;
    background-size: cover;
    height: 153px;
}

.tab-content-fldy .nav-tabs {
    float: right;
    margin-top: 88px;
}

.tab-content-fldy .nav-link.active {
    background-color: transparent;

}

.tab-content-fldy .nav-link {
    font-size: 24px;
    padding: 10px 60px !important;
}

.tab-content-fldy .nav-link.active {
    font-size: 22px;
    color: #000;
    padding: 10px 40px !important;
}

.tab-content-fldy h3 {
    font-weight: 600;
    margin: 0;
    font-size: 30px;
    color: #000000;
    position: absolute;
    left: 15%;
    top: 40%;
    transform: translate(-50%, -50%);
}

.btjt-box {
    width: 100%;
}

.btjt-box h3 {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    margin: 0;
}

.btjt-box p {
    margin-top: 5px;
    color: #666666;
    font-size: 18px;
    font-weight: 400;
}

#chartdiv {
    margin-left: -130px;
}

.qiye-info-title {
    height: 30px;
    font-size: 16px;
    font-weight: 600;
    background: #ffffff;
    color: #333333;
    line-height: 30px;
}

@media (max-width: 1200px) {
    .qiye-info {
        position: relative;
        right: 0;
    }
}

@media(max-device-width: 550px) {
    .header .logo {
        margin-left: 50px;
        margin-right: 40px;
    }

    .header .nvr-item {
        margin-right: 40px;
    }

    #chartdiv {
        margin-left: 0;
    }

    .qiye-info-title {
        height: 40px;
        font-size: 26px;
        font-weight: 600;
        background: #ffffff;
        color: #333333;
        line-height: 30px;
    }

    .qiye-info-content {
        color: #666;
        font-size: 24px;
        background: #ffffff
    }
}