.fheader {
    background-color: white;
}

.fheader.transparent {
    background: hsla(0, 0%, 100%, .3);
}

.navbar .navbar-nav .nav-item.active .nav-link {
    color: #0089ff !important;
}

.navbar .icon-arrow-down {
    background: url('../images/icon_down.png') no-repeat;
    display: inline-block;
    width: 12px;
    height: 8px;
    /*margin-left: 5px;*/
}

.navbar .nav-item.active .icon-arrow-down {
    background: url('../images/icon-up.png') no-repeat;
    display: inline-block;
    width: 12px;
    height: 8px;
}

.navbar .nav-item.active .icon-arrow-down:before {
    content: none;
}

.navbar .icon-arrow-down:before {
    content: none;
}

.nav-son-detail {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 330px;
}
.nav-son-price-detail {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 480px;
}

.nav-son-about-detail,
.nav-son-ziyuan-detail {
    position: absolute;
    z-index: 999;
    width: 100%;
    height: 140px;
}
.plan-detail-industry a{
    cursor: pointer;
}
.nav-son-detail-left {
    background-color: rgb(246, 251, 254);
}

.nav-son-detail-right {
    background-color: white;
}

.nav-plan-detail {
    margin: 0 auto;
}

.nav-plan-detail-left {
    background: url('../images/nav-plan-bg.jpg') no-repeat;
    background-size: contain;
    padding: 45px 20px 0 0;
    background-position: bottom;
    background-color: rgb(248, 252, 255);
}

.nav-plan-detail-right,
.nav-price-detail-right,
.nav-son-detail-right {
    background-color: white;
    padding: 45px 0px 0 0px;
}

.nav-plan-detail-right.d-none {
    display: none !important;
}

.nav-plan-detail-right-one {
    padding: 0 60px 0 60px;
}

.nav-plan-detail-right-two {
    height: 330px;
    width: 220px;
    margin-right: 60px;
}

.nav-plan-detail-right-one-title {
    font-size: 20px;
    color: #0089ff;
    font-weight: bold;
}

.nav-price-detail-right-one-title {
    font-size: 22px;
    color: #444444;
    font-weight: bold;
}

.nav-price-detail-right-one-title.active {
    color: #0089ff;
}

.nav-plan-detail-right-one-son-title {
    font-size: 18px;
    padding-bottom: 15px;
    color: #333;
}

.nav-plan-detail-right-one-son-desc {
    font-size: 13px;
    color: #666;
}

.nav-plan-detail-left-one h6 {
    font-size: 24px;
    color: #333;
}

.nav-plan-detail-left-one p {
    font-size: 14px;
    line-height: 22px;
    color: #666;
}

.nav-plan-detail-left-two a {
    margin-bottom: 16px;
    color: #333;
    cursor: pointer;
}

.role-view-div a:hover {
    background-color: #f7f8fc;
    text-decoration: none;
    cursor: pointer;
}

.nav-plan-detail-left-two a.active span {
    color: #0089ff;
}

.nav-plan-detail-left-three {
    padding-bottom: 40px;
}

.plan-detail-industry img {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
}

.plan-detail-plan img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.plan-detail-industry p {
    line-height: 28px;
    padding: 0 10px;
}

.plan-detail-industry .col-lg-3 {
    padding-left: 0;
    padding-right: 0;
}

.plan-detail-industry .bg-gradient-primary,
.plan-detail-plan .bg-gradient-primary {
    background-color: rgb(246, 251, 254);
}

.plan-detail-plan .nav-plan-detail-right-one-son-desc {
    padding: 10px 30px;
    line-height: 28px;
    text-align: center;
}

.nav-son-detail.noActive,
.nav-son-price-detail.noActive,
.nav-son-about-detail.noActive,
.nav-son-ziyuan-detail.noActive {
    height: 0px;
    opacity: 0;
    z-index: -1;
    transition: height 0.4s linear;
}

.nav-son-detail.noActive .nav-plan-detail,
.nav-son-price-detail.noActive .nav-plan-detail,
.nav-son-about-detail.noActive .nav-plan-detail,
.nav-son-ziyuan-detail.noActive .nav-plan-detail {
    display: none !important;
}

.role-view-div .pl-1 {
    padding-left: 15px !important;
}

.role-view-div div {
    cursor: pointer;
}

@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }
}

.nav-son-detail.active{
    opacity: 1;
    height: 330px;
    overflow-y: hidden;
    z-index: 999;
    transition: height 0.4s linear;
}
.nav-son-price-detail.active {
    opacity: 1;
    height: 480px;
    overflow-y: hidden;
    z-index: 999;
    transition: height 0.4s linear;
}

.nav-son-about-detail.active,
.nav-son-ziyuan-detail.active {
    opacity: 1;
    height: 140px;
    overflow-y: hidden;
    z-index: 999;
    transition: height 0.4s linear;
}

.nav-plan-detail-left {
    width: 150px;
}

.chan-view {
    height: 480px;
    padding-left: 215px;
    background-color: white;
}
.chan-view-new {
    height: 330px;
    padding-left: 215px;
    background-color: white;
}

.chan-view-02 {
    height: 140px;
    padding-left: 215px;
    background-color: white;
}

.chan-view-pr {
    padding-right: 170px;
}

.chan-view-pl {
    padding-left: 170px;
}

/*适配*/
@media (min-width: 768px) {
    /* .nav-plan-detail-right-two {
        width: 120px;
    } */

    .chan-view,
    .chan-view-new,
    .chan-view-02 {
        padding-left: 35px;
        background-color: white;
    }

    .chan-view-pr {
        padding-right: 50px;
    }

    .chan-view-pl {
        padding-left: 50px;
    }

    .chan-view .pad-lr-12,
    .chan-view-new .pad-lr-12,
    .chan-view-02 .pad-lr-12 {
        padding-left: 15px;
        padding-right: 15px
    }
}
@media (max-width: 1024px) {
    .g_header{
        height: 60px;
    }
}
@media (min-width: 1280px) {
    .g_header{
        height: 80px;
    }
}
@media (min-width: 1024px) {

    .chan-view,
    .chan-view-new,
    .chan-view-02 {
        padding-left: 35px;
        background-color: white;
    }

    .chan-view-pl {
        padding-left: 50px;
    }

    .chan-view .pad-lr-12,
    .chan-view-new .pad-lr-12,
    .chan-view-02 .pad-lr-12 {
        padding-left: 15px;
        padding-right: 15px
    }
}
@media (min-width: 1100px) {
    .chan-view,
    .chan-view-new,
    .chan-view-02 {
        padding-left: 30px;
        background-color: white;
    }

    .chan-view-pr {
        padding-right: 50px;
    }

    .chan-view-pl {
        padding-left: 50px;
    }

    .chan-view .pad-lr-12,
    .chan-view-new .pad-lr-12,
    .chan-view-02 .pad-lr-12 {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width: 1430px) and (max-width:1450px){
    .navbar .icon-arrow-down{
        /*margin-left: 2px!important;*/
    }
}
@media (min-width: 1430px) {
    
    .nav-plan-detail-right-two {
        width: 220px;
    }

    .nav-plan-detail-left {
        width: 350px;
    }

    .navbar {
        padding: .5rem 50px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .chan-view {
        height: 480px;
        padding-left: 215px;
        background-color: white;
    }

.chan-view-new{
     height: 330px;
        padding-left: 215px;
        background-color: white;
}
    .chan-view-02 {
        height: 140px;
        padding-left: 215px;
        background-color: white;
    }

    .chan-view-pr {
        padding-right: 100px;
    }

    .chan-view-pl {
        padding-left: 100px;
    }
}

.index-banner .carousel-caption{
    display: flex!important;
    flex-direction: column;
    top: 0!important;
    justify-content: center;
    margin-top: 80px;
    height: calc(100% - 80px - 40px - 100px);
}
.navbar-brand{
    display: flex;
}
.navbar-brand .img-fluid{
    width: 126px!important;
    height: 30px;
}
.breadcrumb-item+.breadcrumb-item::before{
    content:">";
}