html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-color: #fff;
}

.body-main {
    min-height: 600px;
}

.page-top-padding {
    height: 150px;
}

.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder,
.form-floating > .form-control:focus::placeholder {
    text-align: start;
}

#pagefooter {
    min-height: 200px;
    background-color: #F2F2F2;
}

.custom-col-5 {
    flex: 0 0 20%;
    /* flex-grow:0, flex-shrink:0, width:20% */
    max-width: 20%;
    /* 限制最大宽度，防止溢出 */
}

/********************index style********************/
/*nav*/
.navbar .logo {
    padding: 0 !important;
}

    .navbar .logo img {
        height: 50px;
    }

#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 18px;
    font-weight: normal;
}

#mainNav.navbar-shrink .navbar-nav .nav-item .nav-link:hover {
    color: #0866A8;
}

.navbar-toggler:focus {
    box-shadow: 0 0 2px rgba(8, 102, 168, .5);
}

/*banner*/
.index-banner {
    /*padding-top: 82px;*/
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.carousel-caption {
    bottom: 16%;
}

    .carousel-caption p {
        margin-top: 12px;
        font-size: 20px;
    }

.py-20 {
    padding: 16px 0;
}

/*index-product*/
.index-product {
    padding: 50px 0 30px 0;
}

    .index-product .p-item {
        text-align: center;
        padding: 30px 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
        border-radius: 8px;
        cursor: pointer;
    }

        .index-product .p-item .p-icon {
            margin-bottom: 20px;
        }

        .index-product .p-item i {
            font-size: 48px;
            color: #C6CED3;
        }

        .index-product .p-item:hover i {
            color: #fff;
        }

        .index-product .p-item:hover p {
            color: #fff;
        }

        .index-product .p-item:hover {
            background: linear-gradient(to bottom, #61B5EE, #3778C9);
        }

.index-tit {
    text-align: center;
    margin-bottom: 4vh;
}

    .index-tit h3 {
        color: #333;
        margin-bottom: 8px;
    }

    .index-tit p {
        color: #888888;
    }

/*index-about*/
.index-about {
    background: url(../images/Index/about_bg.jpg) no-repeat;
}

    .index-about .about-con {
        width: 56%;
        padding: 115px 0;
        text-align: justify;
    }

        .index-about .about-con * {
            color: #fff;
        }

        .index-about .about-con h3 {
            margin-bottom: 10px;
        }

        .index-about .about-con h4 {
            font-weight: bold;
            font-size: 18px;
            margin-bottom: 20px;
        }

        .index-about .about-con p {
            margin-bottom: 30px;
            /*text-indent: 2rem;*/
        }

.about-us p {
    margin-bottom: 30px;
}

.index-about .about-con a {
    width: 280px;
    height: 48px;
    text-align: center;
    color: #fff;
    border-radius: 8px;
    display: block;
    line-height: 48px;
    background: linear-gradient(to left, #61B5EE, #3778C9);
}

    .index-about .about-con a:hover {
        background: linear-gradient(to left, #72bff3, #4890e7);
    }

/*index-solution*/
.index-solution {
    padding: 50px 0;
}

    .index-solution .solution-item {
        background-color: #fff;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    }

.solution-item img {
    width: 100%;
}

.solution-item .s-des {
    padding: 20px;
    min-height: 190px;
}

    .solution-item .s-des h4 {
        margin-bottom: 12px;
        font-size: 20px;
    }

    .solution-item .s-des p {
        color: #666666;
        line-height: 1.8;
    }

/*index-news*/
.index-news {
    background-color: #FAFAFA;
    padding: 50px 0;
}

    .index-news .news-tit {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 30px;
    }

    .index-news .news-img {
        overflow: hidden;
        background-color: #fff;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    }

        .index-news .news-img a {
            display: block;
            padding: 12px;
            font-size: 18px;
            color: #333;
            width: 90%;
        }

            .index-news .news-img a:hover {
                color: #0866A8;
            }

        .index-news .news-img img {
            width: 100%;
        }

    .index-news .news-list ul li {
        background-color: #fff;
        padding: 15px 16px;
        margin-bottom: 20px;
        border-radius: 2px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .index-news .news-list ul li a {
            color: #333;
            width: 80%;
            display: inline-block;
        }

            .index-news .news-list ul li a:hover {
                color: #0866A8;
            }

        .index-news .news-list ul li span {
            color: #888888;
        }

/*合作伙伴*/
.index-huoban {
    padding: 50px 0 10px 0;
}

    .index-huoban .row .pic {
        width: 100%;
    }

.hb-list {
    overflow: hidden;
    margin: 0 -6px 2.91666667vw
}

    .hb-list li {
        float: left;
        width: 25%;
        margin-bottom: 12px
    }

    .hb-list .con {
        display: block;
        border: 1px solid #dfdfdf;
        margin: 0 6px
    }

        .hb-list .con:hover .pic img {
            -webkit-transform: translate(-50%, -50%) scale(.8);
            -moz-transform: translate(-50%, -50%) scale(.8);
            -ms-transform: translate(-50%, -50%) scale(.8);
            -o-transform: translate(-50%, -50%) scale(.8);
            transform: translate(-50%, -50%) scale(.8);
            -webkit-filter: grayscale(0%);
            -moz-filter: grayscale(0%);
            -ms-filter: grayscale(0%);
            -o-filter: grayscale(0%);
            filter: grayscale(0%);
        }

    .hb-list .pic {
        position: relative;
        height: 0;
        padding-top: 45.2173913%;
        overflow: hidden
    }

        .hb-list .pic img {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            max-width: 100%;
            display: block;
            max-height: 100%;
            -webkit-transition: .6s;
            -o-transition: .6s;
            -moz-transition: .6s;
            transition: .6s;
        }

/*join-us*/
.index-join {
    background: url(../images/JoinUS/join_bg1.jpg) no-repeat;
}

    .index-join .join-con {
        width: 46%;
        padding: 100px 0;
        text-align: justify;
    }

        .index-join .join-con * {
            color: #fff;
        }

        .index-join .join-con h3 {
            margin-bottom: 10px;
        }

        .index-join .join-con h4 {
            font-weight: bold;
            font-size: 18px;
            margin-bottom: 20px;
        }

        .index-join .join-con p {
            margin-bottom: 30px;
        }

        .index-join .join-con a {
            width: 280px;
            height: 48px;
            text-align: center;
            color: #fff;
            border-radius: 8px;
            display: block;
            line-height: 48px;
            background: linear-gradient(to left, #61B5EE, #3778C9);
        }

            .index-join .join-con a:hover {
                background: linear-gradient(to left, #72bff3, #4890e7);
            }

/*footer*/
.footer-contact {
    /*margin-top: 20px;*/
}

    .footer-contact li {
        text-indent: -5rem;
        padding-left: 5rem;
    }

        .footer-contact li span {
            color: #333;
            font-size: 14px;
        }

        .footer-contact li i {
            color: #0866A8;
            margin-right: 8px;
        }

.flex-sb {
    justify-content: space-between;
}

.top-line {
    border-top: 1px solid #E0E0E0;
    margin-top: 20px;
    padding-top: 10px;
}

.footer-links-box * {
    color: #333 !important;
    text-align: left;
}

.footer-links-box h5 {
    font-size: 17px;
    margin-top: 3px;
    margin-bottom: 12px;
}

.footer-links-box ul li {
    margin-bottom: 5px;
}

    .footer-links-box ul li a {
        font-size: 14px;
    }

        .footer-links-box ul li a:hover {
            color: #0866A8 !important;
        }

/*顶部banner*/
.top-banner {
    position: relative;
    padding-top: 80px;
}

    .top-banner img {
        width: 100%;
        display: block;
    }

    .top-banner .container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
    }

        .top-banner .container .top-tit h3 {
            font-size: 36px;
            margin-bottom: 10px;
        }

        .top-banner .container .top-tit a {
            color: #F2F2F2;
        }

        .top-banner .container .top-tit span {
            color: #F2F2F2;
        }

/*加入我们*/
.header-search {
    max-width: 1120px;
    min-width: 964px;
    height: 48px;
    background-color: rgba(0, 0, 0, .1);
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    margin-top: 10px;
}

    .header-search .icon-search {
        position: absolute;
        left: 15px;
        top: 50%;
        margin-top: -10px;
        width: 21px;
        height: 21px;
        background-image: url(../images/search.png);
        background-repeat: no-repeat;
        background-size: 21px 21px;
        cursor: pointer;
    }

    .header-search .input-value {
        font-size: 16px;
        color: #333333;
        border: 1px solid transparent;
        transition: .5s all cubic-bezier(0.2, 0.0, 0.2, 1);
    }

    .header-search .search-input {
        line-height: 48px;
        height: 48px;
        padding-left: 48px;
        padding-right: 150px;
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

.search-input-wrapper .search-select-ul,
.menu .children-menu {
    display: block;
}

    .search-input-wrapper .search-select-ul.normal {
        animation: rotateSelectBack .5s cubic-bezier(.165, .84, .44, 1) forwards;
        -webkit-animation: rotateSelectBack .5s cubic-bezier(.165, .84, .44, 1) forwards;
    }

.search-input-wrapper .search-select-ul {
    padding: 0px 24px 24px 24px;
}

.search-input-wrapper .search-select-ul {
    display: none;
    background: #FFF;
    margin-top: 1px;
    -webkit-box-shadow: 1px 14px 17px 0 rgba(0, 0, 0, .15);
    box-shadow: 1px 14px 17px 0 rgba(0, 0, 0, .15);
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    max-height: 240px;
    overflow-y: auto;
    box-sizing: border-box;
}

.header-search .search-btn {
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translate(0, -50%);
    line-height: 18px;
    color: #0866A8;
    transition: .5s color cubic-bezier(0.2, 0.0, 0.2, 1);
    padding-right: 14px;
    font-size: 16px;
    font-weight: 600;
}

    .header-search .search-btn:after {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -6px;
        width: 12px;
        height: 12px;
        background-size: 12px 12px;
        background-position: center;
        background-repeat: no-repeat;
        transition: .5s all cubic-bezier(0.2, 0.0, 0.2, 1);
    }

.search-sidebar {
    display: inline-block;
    width: 25.715%;
    margin-right: 2.75%;
    margin-top: 32px;
    transition: .3s margin cubic-bezier(0.2, 0.0, 0.2, 1);
}

    .search-sidebar .sidebar-title {
        font-size: 22px;
        color: #333333;
        line-height: 22px;
    }

    .search-sidebar .option-wrapper {
        margin-top: 24px;
        padding: 0 24px;
        box-sizing: border-box;
        background: #FFFFFF;
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
        box-shadow: 0 2px 3px 0 #d8d8d8\0;
    }

        .search-sidebar .option-wrapper .item-link {
            display: block;
        }

        .search-sidebar .option-wrapper .item-text {
            position: relative;
            cursor: pointer;
        }

        .search-sidebar .option-wrapper .option-item {
            font-size: 20px;
            color: #333333;
            line-height: 20px;
            padding: 24px 0;
            border-bottom: 1px solid #D8D8D8;
        }

        .search-sidebar .option-wrapper .item-text .open-btn {
            cursor: pointer;
            position: absolute;
            width: 12px;
            height: 12px;
            right: 0;
            top: 4px;
        }

        .search-sidebar .option-wrapper .item-text.active .vertical-btn {
            animation: rotateVerticalGo .5s cubic-bezier(0.2, 0.0, 0.2, 1) forwards;
        }

        .search-sidebar .option-wrapper .item-text .vertical-btn {
            position: absolute;
            right: 5px;
            top: 0px;
            width: 2px;
            height: 12px;
            background-color: #323232;
        }

        .search-sidebar .option-wrapper .item-text.active .transverse-btn {
            animation: rotateTransverseGo .5s cubic-bezier(0.2, 0.0, 0.2, 1) forwards;
        }

        .search-sidebar .option-wrapper .item-text .transverse-btn {
            position: absolute;
            right: 0px;
            top: 5px;
            width: 12px;
            height: 2px;
            background-color: #323232;
        }

        .search-sidebar .option-wrapper .item-li-box:first-child {
            margin-top: 0;
        }

        .search-sidebar .option-wrapper .item-li-box .checkbox-content {
            display: inline-block;
        }

        .search-sidebar .option-wrapper .item-li {
            position: relative;
            display: inline-block;
            font-size: 16px;
            color: #333333;
            line-height: 20px;
            padding-left: 28px;
            box-sizing: border-box;
            cursor: pointer;
        }

            .search-sidebar .option-wrapper .item-li::before {
                content: "";
                position: absolute;
                top: 2px;
                left: 0;
                width: 16px;
                height: 16px;
                display: block;
                background: url(../images/Rectangle-22x.png) no-repeat;
                background-size: 100% 100%;
            }

        .search-sidebar .option-wrapper .item-li-box {
            margin-top: 14px;
        }

        .search-sidebar .option-wrapper .last {
            border: none;
        }

.search-content {
    float: right;
    width: 71.429%;
    margin-top: 32px;
    margin-bottom: 120px;
    min-height: 100vh;
}

    .search-content .search-nav {
        margin-bottom: 24px;
    }

    .search-content .new {
        display: inline-block;
        font-size: 22px;
        color: #333333;
        line-height: 22px;
    }

    .search-content .search-number {
        float: right;
    }

        .search-content .search-number .search-page,
        .search-content .search-number .search-count {
            float: left;
            font-size: 16px;
            color: #818181;
            line-height: 22px;
        }

.main .recruit-margin {
    margin-top: 4px;
    padding: 0;
}

.main .recruit-wrap .recruit-list {
    cursor: pointer;
    background: #FFFFFF;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 3px 0 #d8d8d8\0;
    opacity: 1;
    margin-bottom: 16px;
    -webkit-transition: all .35s cubic-bezier(0.2, 0.0, 0.2, 1);
    transition: all .35s cubic-bezier(0.2, 0.0, 0.2, 1);
    position: relative;
    min-height: 184px;
}

.search-content .recruit-wrap .recruit-list-link {
    padding-top: 3%;
    padding-left: 3.5%;
    padding-bottom: 3.5%;
    padding-right: 5%;
}

.main .recruit-wrap .recruit-list-link {
    display: inline-block;
    padding: 2.5%;
    padding-top: 2.143%;
    width: 100%;
    box-sizing: border-box;
}

.main .recruit-wrap .recruit-join {
    position: absolute;
    top: 10px;
    right: 10px;
}

    .main .recruit-wrap .recruit-join span {
        display: inline-block;
        width: 100px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 20px;
        background: linear-gradient(to right, #61B5EE, #3778C9);
        color: #fff;
        font-size: 16px;
        cursor: pointer;
    }

        .main .recruit-wrap .recruit-join span a {
            color: #fff;
            display: block;
            width: 100%;
            height: 100%;
        }

        .main .recruit-wrap .recruit-join span:hover {
            background: linear-gradient(to right, #72bff3, #4890e7);
        }

.content-wrapper .share-list,
.recruit-wrap .share-list {
    position: absolute;
    left: 50%;
    width: 236px;
    height: 182px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.20);
    transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    margin-left: -118px;
    background-color: #ffffff;
    padding: 16px;
    z-index: 1;
    box-sizing: border-box;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: .35s cubic-bezier(0.2, 0, 0.2, 1) transform;
}

.main .recruit-wrap .recruit-list .recruit-title {
    font-size: 22px;
    line-height: 32px;
    -webkit-transition: all .35s cubic-bezier(0.2, 0.0, 0.2, 1);
    transition: all .35s cubic-bezier(0.2, 0.0, 0.2, 1);
    color: #707070;
}

.main .recruit-wrap .recruit-list .recruit-tips {
    font-size: 16px;
    margin: 6px 0px 22px;
    line-height: 22px;
    color: #707070;
}

.main .correlation-degree .recruit-wrap .recruit-list .recruit-text {
    width: 76.503%;
    color: #707070;
}

.recruit-wrap .share-text {
    display: inline-block;
    font-size: 16px;
    color: #333333;
    line-height: 16px;
    margin-top: 8px;
}

.main .recruit-wrap .recruit-list .recruit-collection .icon-collection {
    position: relative;
    width: 24px;
    height: 32px;
    display: block;
    margin: 0 auto 8px;
    background-size: 24px 32px;
    overflow: hidden;
}

.content .main .recruit-wrap .recruit-list .recruit-text {
    width: 82.708%;
    color: #808080;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.search-sidebar .option-wrapper .item-li.active::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url(../images/Checkbox_selected2x.png) no-repeat;
    background-size: 100% 100%;
}

.filter-content {
    display: none;
}

.searchPage {
    display: none;
}

/*解决方案*/
.protfolio-con {
    padding: 50px 0;
}

    .protfolio-con li {
        margin-bottom: 40px;
        padding-bottom: 40px;
        display: flex;
        justify-content: space-between;
        border-bottom: solid 1px #ebebeb;
    }

        .protfolio-con li .s_pic img {
            width: 540px;
            height: 356px;
            display: block;
        }

        .protfolio-con li .s_des {
            padding-left: 50px;
        }

            .protfolio-con li .s_des h4 {
                font-size: 22px;
                margin-bottom: 16px;
                color: #2b2e2e;
                font-weight: normal;
            }

                .protfolio-con li .s_des h4 span {
                    margin-right: 20px;
                }

            .protfolio-con li .s_des p {
                font-size: 14px;
                color: #303030;
                line-height: 24px;
                text-align: justify;
                padding-left: 50px;
            }

/* news*/
.news-con {
    padding: 50px 0;
}

.news-list li {
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .1);
}

    .news-list li a {
        display: flex;
        color: #333;
    }

    .news-list li .pic {
        margin-right: 20px;
    }

        .news-list li .pic img {
            width: 240px;
            height: 150px;
        }

    .news-list li .news-des h4 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .news-list li .news-des p {
        color: #888;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .news-list li .news-des .time {
        font-size: 14px;
        color: #999;
    }
/*news-detail*/
.news_detail {
    padding: 50px 0;
}

.nd_tit {
    text-align: center;
    margin-bottom: 20px;
}

    .nd_tit h3 {
        font-size: 26px;
        margin-bottom: 20px;
        color: #303030;
        font-weight: normal;
    }

    .nd_tit p {
        font-size: 14px;
        color: #666;
    }

.detail_box {
    padding: 36px 0;
    border-top: solid 3px #0866A8;
    border-bottom: solid 3px #0866A8;
}

    .detail_box p {
        font-size: 16px;
        color: #303030;
        margin-bottom: 12px;
        line-height: 24px;
        text-align: justify;
        text-indent: 30px;
        width: 100%;
    }

    .detail_box li {
        font-size: 15px;
    }

    .detail_box p img {
        max-width: 100%;
    }

.np_links {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

    .np_links a {
        font-size: 14px;
        display: block;
        padding: 0 32px;
        height: 32px;
        border: solid 1px #ebebeb;
        text-align: center;
        line-height: 32px;
    }

        .np_links a:hover {
            background-color: #fafafa;
            color: #0042AB;
        }
/*product*/
.product-con {
    padding: 50px 0;
}

    .product-con .p-item {
        background-color: #fff;
        border-radius: 10px;
        padding: 20px;
        margin-bottom: 20px;
        box-shadow: 0 0 12px rgba(0, 0, 0, .1);
    }

        .product-con .p-item a {
            display: flex;
            position: relative;
        }

            .product-con .p-item a .p-icon {
                margin-right: 20px;
            }

                .product-con .p-item a .p-icon i {
                    font-size: 40px;
                    color: #C6CED3;
                }

            .product-con .p-item a .p-des {
                color: #333;
                padding-top: 8px;
            }

                .product-con .p-item a .p-des p {
                    font-size: 20px;
                    margin-bottom: 10px;
                }

        .product-con .p-item .p-pic {
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
        }

            .product-con .p-item .p-pic img {
                width: 60px;
                display: block;
            }

        .product-con .p-item:hover {
            background: linear-gradient(to left, #72bff3, #4890e7);
        }

            .product-con .p-item:hover a i {
                color: #fff;
            }

            .product-con .p-item:hover a .p-des {
                color: #fff;
            }
/*产品详情*/
.pro-con {
    padding: 50px 0;
}

    .pro-con .p-pic img {
        width: 100%;
        display: block;
    }

    .pro-con .p-des h4 {
        font-size: 30px;
        margin-bottom: 10px;
        color: #333;
    }

    .pro-con .p-des p {
        font-size: 16px;
        color: #666;
        line-height: 24px;
        text-align: justify;
        margin-bottom: 20px;
    }

    .pro-con .p-des .p-tit h4 {
        padding-left: 10px;
        font-size: 20px;
        color: #333;
        position: relative;
        margin-bottom: 20px;
    }

        .pro-con .p-des .p-tit h4::before {
            content: '';
            width: 4px;
            height: 20px;
            display: block;
            position: absolute;
            background-color: #0866A8;
            left: 0;
            top: 2px;
        }

    .pro-con .p-des p {
        font-size: 16px;
        color: #666;
        text-align: justify;
    }

.guige {
    margin-top: 30px;
}

    .guige .p-tit {
        font-size: 24px;
        font-weight: bold;
        padding-left: 16px;
        position: relative;
        margin-bottom: 30px;
    }

        .guige .p-tit::before {
            content: '';
            width: 4px;
            height: 24px;
            display: block;
            position: absolute;
            background-color: #0866A8;
            left: 0;
            top: 6px;
        }

.guige-table thead {
    background-color: #0042AB;
    color: #fff;
}

.guige-table tr td:first-child {
    border-right: 1px solid #ebebeb;
}
/*加入我们*/

.join-text ul li {
    color: #333;
}

.join-con .section-heading {
    font-size: 24px;
    margin-bottom: 10px;
}

.join-con .section-subheading {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

.join-con .join-text p {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.join-con .join-text h4 {
    font-size: 20px;
    color: #333;
    margin-bottom: 12px;
}

.join-con .join-text ul {
    margin-left: 20px;
    margin-bottom: 30px;
}

.join-text ul li {
    color: #666;
    margin-bottom: 10px;
}
/*about*/
.about-con {
    padding: 50px 0;
}

    .about-con .a-pic img {
        width: 100%;
        display: block;
    }

    .about-con .a-des h4 {
        font-size: 30px;
        margin-bottom: 10px;
        color: #333;
    }

    .about-con .a-des p {
        /*text-indent: 2rem;*/
        font-size: 16px;
        color: #666;
        line-height: 24px;
        text-align: justify;
        margin-bottom: 5px;
    }

    .about-con .a-des .a-tit h4 {
        padding-left: 10px;
        font-size: 20px;
        color: #333;
        position: relative;
        margin-bottom: 20px;
    }

        .about-con .a-des .a-tit h4::before {
            content: '';
            width: 4px;
            height: 20px;
            display: block;
            position: absolute;
            background-color: #0866A8;
            left: 0;
            top: 2px;
        }

    .about-con .a-des p {
        font-size: 16px;
        color: #666;
        text-align: justify;
    }

.wh {
    margin-top: 40px;
}

.wh-tit {
    font-size: 24px;
    font-weight: bold;
    padding-left: 16px;
    position: relative;
    margin-bottom: 30px;
}

    .wh-tit::before {
        content: '';
        width: 4px;
        height: 24px;
        display: block;
        position: absolute;
        background-color: #0866A8;
        left: 0;
        top: 6px;
    }

.wh .wh-item {
    padding: 20px;
    display: flex;
    background-color: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, .1);
    min-height: 150px;
}

    .wh .wh-item .wh-icon {
        margin-right: 20px;
    }

        .wh .wh-item .wh-icon i {
            font-size: 48px;
            color: #0866A8;
        }

    .wh .wh-item .wh-des h4 {
        font-size: 20px;
        color: #333;
        margin-bottom: 16px;
    }

    .wh .wh-item .wh-des p {
        font-size: 16px;
        color: #666;
    }

.a_about {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .a_about img {
        width: 100%;
    }

    .a_about .pr {
        position: relative;
    }

    .a_about .a_about_des {
        position: absolute;
        left: 10%;
        top: 20%;
        color: #fff;
    }

        .a_about .a_about_des h4 {
            margin-bottom: 10px;
        }

        .a_about .a_about_des p {
            opacity: .9;
            margin-bottom: 10px;
        }

        .a_about .a_about_des a {
            display: block;
            width: 200px;
            height: 40px;
            border-radius: 20px;
            text-align: center;
            line-height: 40px;
            background-color: #329ae3;
            color: #fff;
        }

.zhuanli {
    margin-top: 48px;
}

    .zhuanli img {
        width: 100%;
    }

.wh-tit a {
    position: absolute;
    right: 0;
    font-size: 14px;
    color: #888;
    line-height: 24px;
}

    .wh-tit a:hover {
        color: #0866A8;
    }
/*contact*/
.contact-con {
    padding: 50px 0;
}

    .contact-con .m-tit {
        margin-bottom: 30px;
        font-size: 14px;
        color: #888;
        line-height: 1.5;
        text-align: center;
    }

        .contact-con .m-tit h3 {
            font-size: 20px;
            color: #333;
            font-weight: 700;
            margin-bottom: 14px;
        }

    .contact-con .con .tit {
        font-size: 20px;
        color: #fff;
        line-height: 81px;
        font-weight: 700;
        background: #3778C9;
        padding-left: 40px;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .contact-con .con .tit img {
            display: inline-block;
            vertical-align: middle;
            margin-top: -2px;
            margin-right: 22px;
        }

    .contact-con .con .text {
        border: 1px solid #e9e9e9;
        border-top: none;
        font-family: Arial;
        font-size: 16px;
        color: #999;
        line-height: 24px;
        font-weight: 700;
        height: 118px;
        overflow: hidden;
        padding: 29px 10px 0 37px;
    }

.address-box img {
    width: 100%;
}

.address-box ul li {
    color: #888;
    margin-bottom: 20px;
}

.address-box h4 {
    color: #333;
    margin-bottom: 20px;
}

.message-box input {
    outline: none;
}

    .message-box input:focus {
        box-shadow: none;
    }

.message-box .btn {
    background-color: #0042AB;
    width: 280px;
    border-color: #0042AB;
}

    .message-box .btn:first-child:active {
        background-color: #0042AB;
        border-color: #0042AB;
    }

#pagefooter img {
    width: 140px;
}
/*专利*/

.zl-con {
    padding: 50px 0;
}

    .zl-con .m-tit {
        margin-bottom: 30px;
        font-size: 14px;
        color: #888;
        line-height: 1.5;
        text-align: center;
    }

        .zl-con .m-tit h3 {
            font-size: 20px;
            color: #333;
            font-weight: 700;
            margin-bottom: 14px;
        }
/*分页及新增*/
.page {
    margin-top: 40px;
}

    .page .page-link {
        color: #666;
    }

        .page .page-link.active, .active > .page-link {
            z-index: 3;
            color: #fff;
            background-color: #0042AB;
            border-color: #0042AB;
        }

.control-content {
    display: none;
}

    .control-content:first-child {
        display: block;
    }

.about-tab {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #ebebeb;
    display: flex;
}

    .about-tab a {
        width: auto;
        margin-right: 20px;
        cursor: pointer;
    }

    .about-tab .active {
        color: #0042AB;
        font-weight: bold;
    }

.hd-item {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .1);
}

    .hd-item img {
        width: 100%;
    }

    .hd-item .hd-des h4 {
        font-size: 24px;
        color: #333;
        margin-bottom: 16px;
    }

    .hd-item .hd-des p {
        font-size: 16px;
        color: #888;
        margin-bottom: 20px;
    }

    .hd-item .hd-des a {
        width: 120px;
        height: 40px;
        background-color: #0042AB;
        border-radius: 20px;
        color: #fff;
        display: block;
        text-align: center;
        line-height: 40px;
    }

        .hd-item .hd-des a:hover {
            background-color: #3376e3;
        }

.compat-multi-line-ellipsis {
    width: 100%;
    height: 4.5em;
    line-height: 1.5em;
    overflow: hidden;
    word-wrap: break-word;
    position: relative;
}


    .compat-multi-line-ellipsis::after {
        content: "...";
        position: absolute;
        right: 0;
        bottom: 0;
        background-color: #fff;
        padding-left: 5px;
    }

/*缺省页*/
.nfd-con {
    padding-top: 180px;
}

.nfd-pic {
    text-align: center;
}

    .nfd-pic img {
        width: 400px;
    }

.nfd-txt {
    text-align: center;
    margin-top: 30px;
    color: #888;
    font-size: 16px;
}

/*弹窗*/
.model-con {
    margin-top: 30px;
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #b7bec4;
    --bs-btn-border-color: #b7bec4;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #b1c6db;
    --bs-btn-hover-border-color: #b1c6db;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b1c6db;
    --bs-btn-active-border-color: #b1c6db;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #b1c6db;
    --bs-btn-disabled-border-color: #b1c6db;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0042AB;
    --bs-btn-border-color: #0042AB;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #215fc4;
    --bs-btn-hover-border-color: #215fc4;
    --bs-btn-focus-shadow-rgb: 246, 122, 88;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #215fc4;
    --bs-btn-active-border-color: #215fc4;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #215fc4;
    --bs-btn-disabled-border-color: #215fc4;
}


/* 产品页调整 */
.pr-tit {
    text-align: center;
}

    .pr-tit h3 {
        font-size: 28px;
        color: #333;
        margin-bottom: 20px;
    }

.main-wrapper {
    width: 100%;
    padding: 10px 15px;
    margin: 0 auto;
    overflow-x: hidden;
}

.main-category-wrap {
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 5px 0 2px 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

    .main-category-wrap::-webkit-scrollbar,
    .sub-category-wrap::-webkit-scrollbar {
        display: none;
    }

.category-tab {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 8px 8px 0;
    border: 1px solid #0042AB;
    border-radius: 20px;
    color: #0042AB;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
    touch-action: manipulation;
}

    .category-tab.active {
        background-color: #0042AB;
        color: #fff;
        box-shadow: 0 2px 4px rgba(13, 110, 253, 0.3);
    }

    .category-tab:first-child {
        margin-left: 0;
    }

.sub-category-wrap {
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 5px 0 15px 0;
    margin: 10px 0 20px 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    border-top: 1px solid #bbb;
    padding-top: 15px;
}

.subcategory-tab {
    display: inline-block;
    padding: 6px 14px;
    margin: 0 8px 8px 0;
    border: 1px solid #0042AB;
    border-radius: 20px;
    background-color: #fff;
    color: #0042AB;
    font-size: 13px;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
    touch-action: manipulation;
}

    .subcategory-tab.active {
        background-color: #0042AB;
        color: #fff;
        box-shadow: 0 2px 4px rgba(13, 110, 253, 0.3);
    }

.content-area {
    width: 100%;
    min-height: calc(100vh - 220px);
    background-color: #fff;
    /*border-radius: 12px;*/
    /*padding: 15px;*/
    overflow: hidden;
}

.content-item {
    width: 100%;
    height: 100%;
}

    .content-item img {
        max-width: 100%;
        height: auto;
        border-radius: 8px;
        margin: 10px 0;
    }

    .content-item h5 {
        font-size: 16px;
        font-weight: 600;
        color: #333;
        margin-bottom: 10px;
    }

    .content-item p {
        font-size: 14px;
        color: #666;
        line-height: 1.5;
        margin-bottom: 8px;
    }

    .content-item h5 {
        margin-bottom: 20px;
        padding-left: 20px;
        position: relative;
        line-height: 20px;
        border-radius: 0;
    }

        .content-item h5::before {
            content: '';
            width: 4px;
            height: 20px;
            display: block;
            position: absolute;
            background-color: #0042AB;
            left: 0;
            top: 0;
        }

    .content-item .p-tit {
        padding-left: 10px;
        font-size: 20px;
        line-height: 20px;
        color: #333;
        position: relative;
        margin-bottom: 20px;
    }

        .content-item .p-tit::before {
            content: '';
            width: 4px;
            height: 20px;
            display: block;
            position: absolute;
            background-color: #0866A8;
            left: 0;
            top: 0px;
        }

.text-shadow {
    text-shadow: 2px 2px 4px #000000 !important;
}


.download-link a {
    text-decoration: underline;
    color: blue;
}
