*{
    padding: 0;
    margin: 0;
}

.bx{
    width: 1200px;
    margin: 0 auto;
}
header{
    background-color: #151A28;
    width: 100%;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 3;
}
header .header-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

header .header-content img{
    width: 167px;
    height: 48px;
}

header .header-content .menu{
    list-style: none;
    display: flex;
    justify-content: space-between;
    width: 650px;
    height: 100%;
}
header .header-content .menu li{
    font-size: 18px;
    cursor: pointer;
    color: #fff;
    line-height: 80px;
}

header .header-content .menu li a{
    color: #fff;
}

header .header-content .menu li.active-li{
    color:#4371E7;
    background: url('../image/heng.png') center bottom;
    background-repeat: no-repeat;
}

header .header-content .menu li.active-li a{
    color:#4371E7;
}

header .header-content .menu li:hover {
    color: #4371E7;
    background: url('../image/heng.png') center bottom ;
    background-repeat: no-repeat ;
}

header .header-content .menu li:hover a{
    color: #4371E7;
}

.banner-box{
    width: 100%;
    height: 420px;
    background: url('../image/banner.png') center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.content1{
    margin-bottom: 39px;
}

.content1 .content-card{
    height: 316px;
    width: 100%;
    background-color: #F3F6F9;
}

.content1 .content-card .content-box-1{
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    height: 100%;
    padding-top: 60px;
    box-sizing: border-box;
}

.content1 .content-card .content-box-1 .card{
    /* display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between; */
    width: 210px;
    text-align: center;
}

.content1 .content-card .content-box-1 .card img{
    width: 80px;
    height: 80px;
    display: block;
    margin: 0 auto 14px;
}

.content1 .content-card .content-box-1 .card .title{
    color: #151A28;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 9px;
    display: block;
}

.content1 .content-card .content-box-1 .card .detail{
    color: #777777;
    font-size: 14px;
    text-align: center;
    width: 100%;
    display: block;
}

.centent-box-detail-bx{
    padding-top:35px;
    box-sizing: border-box;
    text-align: center;
}

.centent-box-detail-bx .title-h1{
    font-size: 30px;
    font-weight: 600;
    font-weight:bolder;
    color: #1D1D1D;
    background: url('../image/heng.png') center bottom;
    background-repeat: no-repeat;
    line-height: 70px;
    margin-bottom: 20px;
}

.centent-box-detail-bx .detail-p{
    font-size: 16px;
    color:#777;
    margin-bottom: 38px;
    display: inline-block;
}

.centent-box-detail-bx .centent-box-detail-gather{
    display: flex;
    list-style: none;
    width: 100%;
    height: 345px;
}

.centent-box-detail-bx .centent-box-detail-gather li{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url('../image/bgi.png') center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 240px;
    height: 100%;
    cursor: pointer;
    background-color: #000;
    position: relative;
}

.centent-box-detail-bx .centent-box-detail-gather li img{
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
}

.centent-box-detail-bx .centent-box-detail-gather li .detail-1{
    font-size: 18px;
    color:#fff;
    margin-bottom: 20px;
}

.centent-box-detail-bx .centent-box-detail-gather li .card-content{
    font-size: 14px;
    color:#fff;
    font-weight: 300;
    width: 210px;
    transition: all 0.3s;
}

.centent-box-detail-bx .centent-box-detail-gather li .line{
    display: inline-block;
    width: 30px;
    height: 4px;
    background: url('../image/heng1.png') center bottom;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.hide-ke{
    height: 0;
    overflow: hidden;
}

.centent-box-detail-bx .centent-box-detail-gather li:hover .card-content{
    height: 150px;
}

.centent-box-detail-bx .centent-box-detail-gather li:hover .zhe{
    display: block;
}

.zhe{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    background-color: rgba(67,113,231,0.3);
}

.content-1{
    height: 771px;
    width: 100%;
    background: url('../image/banner1.png') center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-1 .company-profile{
    padding: 40px 0;
    box-sizing: border-box;
}

.content-1 .company-profile .company-profile-top{
    width: 100%;
    display: flex;
    margin-bottom: 40px;
}

.content-1 .company-profile .company-profile-top .company-profile-top-left{
    margin-right: 40px;
}

.content-1 .company-profile .company-profile-top .company-profile-top-left img{
    width: 380px;
    height: 500px;
}

.content-1 .company-profile .company-profile-top .company-profile-top-right h1{
    font-size: 24px;
    color:#fff;
}

.content-1 .company-profile .company-profile-top .company-profile-top-right img{
    width: 780px;
    height: 4px;
    margin: 37px 0 40px 0;
}

.content-1 .company-profile .company-profile-top .company-profile-top-right p{
    font-size: 16px;
    color:#fff;
    font-weight: 300;
    text-indent: 32px;
}

.content-1 .company-profile .company-profile-top .company-profile-top-right p:last-of-type{
    margin-bottom: 40px;
}

.content-1 .company-profile .company-profile-top .company-profile-top-right button{
    color:#272E43;
    font-size: 16px;
    border-radius: 20px;
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border:0;
}

.content-1 .company-profile .company-profile-top .company-profile-top-right button:hover{
    cursor: pointer;
}

.content-1 .company-profile .company-profile-bottom{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content-1 .company-profile .company-profile-bottom img{
    width: 160px;
    height: 152px;
}

.content-2 .content-2-bx{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    box-sizing: border-box;
}

 .content-2 .content-2-bx h1 {
        /*font-size: 30px;
    color:#1D1D1D;
    text-align: center;*/
        font-size: 30px;
        font-weight: 600;
        font-weight: bolder;
        color: #1D1D1D;
        background: url('../image/heng.png') center bottom;
        background-repeat: no-repeat;
        line-height: 70px;
        margin-bottom: 20px;
}

.content-2 .content-2-bx .heng{
    width: 22px;
    height: 4px;
    margin: 20px 0;
}

.content-2 .content-2-bx .d{
    color:#777777;
    font-size: 16px;
    margin-bottom: 52px;
}

.content-2 .content-2-bx .company-box{
    display: flex;
}

.content-2 .content-2-bx .company-box img{
    width: 398px;
    height: 65px;
}

.content-3{
    background-color: #1D2335;
    height: 221px;
    width: 100%;
}

.content-3 .content-3-bx{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.content-3 .content-3-bx > div h3{
    font-size: 18px;
    color:#fff;
}

.content-3 .content-3-bx > div .heng3{
    width: 140px;
    height: 4px;
    margin:20px 0;
}

.content-3 .content-3-bx > div ul li{
    font-size: 14px;
    color:#fff;
    line-height: 30px;
    list-style: none;
}

.content-3 .content-3-bx > ul li{
    font-size: 14px;
    color:#fff;
    line-height: 30px;
    list-style: none;
}

.content-3 .content-3-bx > ul li span:last-child{
    display: inline-block;
    width: 230px;
}

.content-3 .content-3-bx > ul li span:first-child{
    margin-right: 5px;
}

.content-3 .content-3-bx > ul li{
    display: flex;
    align-items: start;
}

.content-3 .content-3-bx > div .er{
    width: 140px;
    height: 140px;
    margin-right: 20px;
}

.content-3 .content-3-bx > div > div p{
    font-size: 14px;
    font-weight: 300;
    color:#fff;
}

.content-3 .content-3-bx .er-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.content-1-new{
    /* height: 771px; */
    width: 100%;
    background: none;
}

.content-1-new .company-profile{
    padding: 40px 0 69px;
    box-sizing: border-box;
}

.content-1-new .company-profile .company-profile-top{
    width: 100%;
    display: flex;
    margin-bottom: 40px;
}

.content-1-new .company-profile .company-profile-top .company-profile-top-left{
    margin-right: 40px;
}

.content-1-new .company-profile .company-profile-top .company-profile-top-left img{
    width: 380px;
    height: 500px;
}

.content-1-new .company-profile .company-profile-top .company-profile-top-right h1{
    font-size: 24px;
    color:#333333;
}

.content-1-new .company-profile .company-profile-top .company-profile-top-right img{
    width: 780px;
    height: 4px;
    margin: 37px 0 40px 0;
}

.content-1-new .company-profile .company-profile-top .company-profile-top-right p{
    font-size: 16px;
    color:#666666;
    font-weight: 300;
    text-indent: 32px;
}

.content-1-new .company-profile .company-profile-top .company-profile-top-right p:last-of-type{
    margin-bottom: 40px;
}

.content-1-new .company-profile .company-profile-top .company-profile-top-right button{
    color:#fff;
    font-size: 16px;
    border-radius: 20px;
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border:0;
    background-color: #4371E7;
}

.content-1-new .company-profile .company-profile-top .company-profile-top-right button:hover{
    cursor: pointer;
}

.content-1-new .company-profile .company-profile-bottom{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content-1-new .company-profile .company-profile-bottom img{
    width: 160px;
    height: 152px;
}

.content4 {
    width: 100%;
    background-color: #131929;
    padding: 20px 0;
}

    .content4 .content4-detail {
        width: 986px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .content4 .content4-detail span {
            color: #fff;
            font-weight: 300;
            font-size: 16px;
        }

            .content4 .content4-detail span img {
                width: 18px;
                height: 20px;
                margin-right: 5px;
            }

        .content4 .content4-detail .jh-s {
            display: flex;
            align-items: center;
        }

.content-3 .content-3-bx > div ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
}

.content-3 {
    padding-top: 45px;
    box-sizing: border-box;
}

    .content-3 .content-3-bx {
        align-items: stretch;
    }

.tab-box-k .tab-box-k-con li {
    color: #666;
    font-size: 16px;
}

    .tab-box-k .tab-box-k-con li:hover {
        cursor: pointer;
    }

    .tab-box-k .tab-box-k-con li.active-k:after {
        content: '';
        display: block;
        width: 100%;
        height: 50px;
        top: 0;
        background: #4371E7;
        position: absolute;
        z-index: -1;
        border-radius: 25px;
    }

    .tab-box-k .tab-box-k-con li.active-k {
        color: #fff;
    }

.tab-box-k .tab-box-k-con {
    list-style: none;
    display: flex;
    border-radius: 25px;
    background-color: #FAFAFA;
    height: 50px;
    line-height: 50px;
    border: 1px solid #E5E5E5;
}

    .tab-box-k .tab-box-k-con li {
        width: 134px;
        height: 50px;
        text-align: center;
        position: relative;
        z-index: 2;
    }
.navigation-bar {
    background-color: #F7F7F7;
    margin-bottom: 30px;
    height: 40px;
    line-height: 40px;
}

    .navigation-bar .navigation-bar-con {
        list-style: none;
        display: flex;
        color: #666;
    }

        .navigation-bar .navigation-bar-con li img {
            width: 15px;
            height: 13px;
        }

        .navigation-bar .navigation-bar-con li {
            color: #666;
            font-size: 14px;
            display: flex;
            align-items: center;
        }

            .navigation-bar .navigation-bar-con li:hover {
                cursor: pointer;
            }

            .navigation-bar .navigation-bar-con li:first-child {
                margin-right: 15px;
            }


.tab-box-k .tab-box-k-con li {
    color: #666;
    font-size: 16px;
}

    .tab-box-k .tab-box-k-con li a {
        color: #666;
        font-size: 16px;
        text-decoration: none;
    }

    .tab-box-k .tab-box-k-con li:hover {
        cursor: pointer;
    }

    .tab-box-k .tab-box-k-con li.active-k:after {
        content: '';
        display: block;
        width: 100%;
        height: 50px;
        top: 0;
        background: #4371E7;
        position: absolute;
        z-index: -1;
        border-radius: 25px;
    }

    .tab-box-k .tab-box-k-con li.active-k {
        color: #fff;
    }

        .tab-box-k .tab-box-k-con li.active-k a {
            color: #fff;
        }

.tab-box-k .tab-box-k-con {
    list-style: none;
    display: flex;
    border-radius: 25px;
    background-color: #FAFAFA;
    height: 50px;
    line-height: 50px;
    border: 1px solid #E5E5E5;
}

    .tab-box-k .tab-box-k-con li {
        width: 134px;
        height: 50px;
        text-align: center;
        position: relative;
        z-index: 2;
    }
.navigation-bar-new {
    background-color: #F7F7F7;
    margin-bottom: 30px;
    height: 40px;
    line-height: 40px;
}

    .navigation-bar-new .navigation-bar-con {
        list-style: none;
        display: flex;
        color: #666;
    }

        .navigation-bar-new .navigation-bar-con li img {
            width: 15px;
            height: 13px;
        }

        .navigation-bar-new .navigation-bar-con li {
            color: #666;
            font-size: 14px;
            display: flex;
            align-items: center;
        }

            .navigation-bar-new .navigation-bar-con li a {
                color: #666;
                font-size: 14px;
                text-decoration: none;
            }

            .navigation-bar-new .navigation-bar-con li:hover {
                cursor: pointer;
            }

            .navigation-bar-new .navigation-bar-con li:first-child {
                margin-right: 15px;
            }

.content-1-new .company-profile .company-profile-top .company-profile-top-left img.lxwm {
    width: auto;
}

.content-1-new .company-profile .company-profile-top .company-profile-top-right-new p {
    text-indent: 0;
    margin-bottom: 5px;
}

.content-1-new .company-profile-new {
    border-bottom: 1px dashed #c9c9c9;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.content-1-new .img-box-ke {
    height: 166px;
}

.content-1-new .company-profile-new .company-profile-top .company-profile-top-right img {
    width: 597px;
}

.content-2-new {
    height: auto;
    margin-bottom: 40px;
}

.content4-detail span a {
    color: #fff;
}

.centent-box-detail-bx {
    padding-top: 35px;
    box-sizing: border-box;
    text-align: center;
}

    .centent-box-detail-bx .title-h1 {
        font-size: 30px;
        font-weight: 500;
        color: #1D1D1D;
        background: url('../images/heng.png') center bottom;
        background-repeat: no-repeat;
        line-height: 80px;
        margin-bottom: 20px;
    }

    .centent-box-detail-bx .detail-p {
        font-size: 16px;
        color: #777;
        margin-bottom: 38px;
        display: inline-block;
    }

    .centent-box-detail-bx ul {
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: space-around;
        margin-bottom: 80px;
    }

        .centent-box-detail-bx ul li .num-box {
            color: #242424;
            font-size: 78px;
            margin-bottom: 20px;
        }

            .centent-box-detail-bx ul li .num-box .unit-k {
                font-size: 22px;
            }

        .centent-box-detail-bx ul li .detail-box-kk {
            text-align: center;
        }

            .centent-box-detail-bx ul li .detail-box-kk p {
                color: #666666;
                font-size: 22px;
                margin-bottom: 5px;
            }

            .centent-box-detail-bx ul li .detail-box-kk span {
                color: #666666;
                font-size: 20px;
            }

.detailed-introduction-box {
    display: flex;
    margin-bottom: 41px;
}

    .detailed-introduction-box .detailed-introduction-box-left img {
        width: 480px;
        height: 411px;
        display: block;
    }

    .detailed-introduction-box .detailed-introduction-box-right {
        background-color: #F3F3F3;
        text-align: center;
        padding: 32px 72px 0;
        box-sizing: border-box;
    }

        .detailed-introduction-box .detailed-introduction-box-right .contact-title-box {
            margin-bottom: 16px;
        }

            .detailed-introduction-box .detailed-introduction-box-right .contact-title-box h2 {
                color: #333333;
                font-size: 30px;
                margin-bottom: 15px;
            }

            .detailed-introduction-box .detailed-introduction-box-right .contact-title-box > p {
                color: #666666;
                font-size: 16px;
                margin-bottom: 5px;
            }

            .detailed-introduction-box .detailed-introduction-box-right .contact-title-box span {
                color: #999999;
                font-size: 12px;
            }

        .detailed-introduction-box .detailed-introduction-box-right .contact-detail-box h3 {
            color: #333333;
            font-size: 20px;
            background: url('../images/heng.png') center bottom;
            background-repeat: no-repeat;
            line-height: 42px;
            margin-bottom: 20px;
        }

            .detailed-introduction-box .detailed-introduction-box-right .contact-detail-box h3 .small-one {
                color: #666666;
                font-size: 14px;
            }

        .detailed-introduction-box .detailed-introduction-box-right .contact-detail-box div p {
            color: #333333;
            font-size: 14px;
            text-align: left;
            margin-bottom: 10px;
        }

.company-details-box {
    display: flex;
    padding: 12px 0 22px;
    box-sizing: border-box;
}

    .company-details-box ul {
        list-style: none;
        margin-right: 40px;
        padding-top: 85px;
        box-sizing: border-box;
    }

        .company-details-box ul li {
            width: 188px;
            height: 40px;
            background-color: #fff;
            color: #333333;
            font-size: 16px;
            line-height: 40px;
            text-align: center;
            border-left: 1px solid #F4F4F4;
            border-bottom: 1px solid #F4F4F4;
            border-right: 1px solid #F4F4F4;
        }

            .company-details-box ul li:first-child {
                border-top: 1px solid #F4F4F4;
            }

            .company-details-box ul li.active-tab-ke {
                background-color: #4371E7;
                border: 1px solid #4371E7;
                color: #fff;
            }

            .company-details-box ul li:not(.active-tab-ke):hover {
                color: #4371E7;
                cursor: pointer;
            }

    .company-details-box .detail-paragraph h2 {
        font-size: 24px;
        color: #333333;
        font-weight: 800;
        line-height: 80px;
        text-align: center;
    }

    .company-details-box .detail-paragraph .detail-paragraph-content p {
        text-indent: 40px;
        line-height: 36px;
        font-size: 14px;
        color: #666666;
    }

    .company-details-box .detail-paragraph .detail-paragraph-content img {
        width: 340px;
        height: 220px;
        display: block;
        margin: 20px auto;
    }

/*ÇÐ»»Òþ²ØµÄ*/
.hide-kk {
    display: none;
}

#NewsContent{
    flex:1;
}

