/* .subHead .sub-nav .sub-nav-item a.active {
    border-bottom: 2px solid #fff;
} */

.sub-about-bg {
    width: 100%;
    height: 665px;
    background: url('../../images/aboutUsImages/submenu-bg.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

    .sub-about-bg .largeScale {
        color: #fff;
        position: absolute;
        top: 35%;
        left: 25%;
    }

        .sub-about-bg .largeScale h1 {
            font-size: 80px;
            font-weight: bold;
            ;
            margin: 0;
        }

        .sub-about-bg .largeScale h3 {
            font-size: 60px;
            font-weight: bold;
            ;
            margin-top: 20px;
        }

.subHead {
    width: 1366px;
    margin: 28px auto 0;
}

    .subHead .sub-logo {
        float: left;
    }

        .subHead .sub-logo .gzc {
            padding-left: 20px;
        }

        .subHead .sub-logo .icon-chacha {
            font-size: 24px;
            color: #fff;
            display: inline-block;
            padding: 0px 14px;
            vertical-align: text-top;
        }

    .subHead .sub-nav {
        float: right;
        position: relative;
        z-index: 10;
    }

        .subHead .sub-nav .sub_border_box {
            width: 78px;
            height: 31px;
            border: 1px solid #0d5edb;
            background: #fff;
            position: absolute;
            left: 382px;
            z-index: -1;
            border-radius: 50px;
        }

        .subHead .sub-nav .sub-navList {
            line-height: 28px;
            text-align: center;
            margin: 0 20px;
            font-size: 16px;
            font-weight: normal;
            font-stretch: normal;
            float: left;
            cursor: pointer;
        }
            .subHead .sub-nav .sub-navList a {
                font-size:16px;
            }

        .subHead .sub-nav .sub-nav-item a {
            color: #fff;
        }

        .subHead .sub-nav .sub-nav-product a {
            color: #fff;
        }

        .subHead .sub-nav .sub-nav-product {
            position: relative;
        }

    .subHead .sub-nav-line {
        border-bottom: 5px solid #fff;
    }

.action-line {
    border-bottom: 5px solid #fff;
}

.subHead .sub-nav .sub-nav-product .sub-subNav {
    width: 136px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 30px;
    left: -36px;
    display: none;
    overflow: hidden;
}

    .subHead .sub-nav .sub-nav-product .sub-subNav .sub-navLine {
        height: 5px;
        background: #fff;
    }

    .subHead .sub-nav .sub-nav-product .sub-subNav li a {
        color: #fff;
        font-size:14px;
    }

.subHead .sub-nav .sub-subNav .sub-liBg {
    background: rgba(255, 255, 255, 0.8);
}

.subHead .sub-nav .sub-nav-item .subActive {
    color: #000;
}

.subHead .sub-nav .sub-nav-product .subActive {
    color: #fff;
}

.sub_en a {
    color: #fff;
}

@media only screen and (max-width: 1366px) {
    .subHead {
        width: 1200px;
    }
}
