.textEellipsis {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.clearF:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    clear: both;
}

.userSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.totalIconCss {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.floatL {
    float: left;
}

.floatR {
    float: right;
}

.hdi-page {
    font-size: 14px;
    color: #404751;
}

    .hdi-page * {
        box-sizing: border-box;
    }

    .hdi-page .common-title {
        font-weight: bold;
        font-size: 32px;
        color: #404751;
        line-height: 32px;
        text-align: center;
        padding-top: 70px;
        margin-bottom: 60px;
    }

    .hdi-page .banner-module {
        background: url("../../images/HDI/banner-bg2.jpg") no-repeat center;
        width: 100%;
        min-width: 1400px;
        height: 450px;
        background-size: cover;
        position: relative;
    }

        .hdi-page .banner-module .banner-title {
            background: url("../../images/HDI/banner-title.png") no-repeat center;
            width: 714px;
            height: 144px;
            background-size: cover;
            position: absolute;
            left: 0;
            top: 127px;
        }

        .hdi-page .banner-module .jump-link {
            height: 50px;
            line-height: 50px;
            background: #00863E;
            border-radius: 25px;
            display: inline-block;
            color: #ffffff;
            font-size: 22px;
            padding: 0 40px;
            transition: all 0.3s ease-in-out;
            position: absolute;
            left: 0;
            bottom: 100px;
        }

            .hdi-page .banner-module .jump-link:hover {
                background: #08783C;
            }

    .hdi-page .help-module .help-remit {
        display: flex;
        gap: 10px;
    }

    .hdi-page .help-module .list-lot {
        background: url("../../images/HDI/help-list-bg.jpg") no-repeat center;
        width: 272px;
        height: 188px;
        padding: 34px 26px 26px;
        position: relative;
        transition: all 0.3s ease-in-out;
    }

        .hdi-page .help-module .list-lot:hover {
            transform: translateY(-10px);
        }

        .hdi-page .help-module .list-lot:before {
            content: '';
            display: block;
            position: absolute;
            left: 26px;
            top: 26px;
            width: 70px;
            height: 50px;
        }

        .hdi-page .help-module .list-lot:first-child:before {
            background: url("../../images/HDI/num-icon1.png") no-repeat center;
        }

        .hdi-page .help-module .list-lot:nth-child(2):before {
            background: url("../../images/HDI/num-icon2.png") no-repeat center;
        }

        .hdi-page .help-module .list-lot:nth-child(3):before {
            background: url("../../images/HDI/num-icon3.png") no-repeat center;
        }

        .hdi-page .help-module .list-lot:nth-child(4):before {
            background: url("../../images/HDI/num-icon4.png") no-repeat center;
        }

        .hdi-page .help-module .list-lot:nth-child(5):before {
            background: url("../../images/HDI/num-icon5.png") no-repeat center;
        }

        .hdi-page .help-module .list-lot .title {
            font-weight: bold;
            font-size: 24px;
            color: #00863E;
            padding-left: 40px;
            margin-bottom: 20px;
        }

        .hdi-page .help-module .list-lot li {
            font-size: 16px;
            margin-left: 8px;
            padding: 6px 0 6px 16px;
            position: relative;
        }

            .hdi-page .help-module .list-lot li:before {
                width: 6px;
                height: 6px;
                background: #404751;
                border-radius: 50%;
                content: '';
                display: block;
                position: absolute;
                left: 0;
                top: 50%;
                margin-top: -3px;
            }

    .hdi-page .quality-module .common-des {
        width: 1400px;
        text-align: center;
        margin: 0 auto;
        font-size: 20px;
        position: relative;
    }

        .hdi-page .quality-module .common-des:after {
            background: url("../../images/HDI/quality-icon.png") no-repeat center;
            width: 36px;
            height: 20px;
            content: '';
            display: block;
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -10px;
        }

    .hdi-page .quality-module .quality-remit {
        background: url("../../images/HDI/quality-bg.jpg") no-repeat center;
        width: 100%;
        min-width: 1400px;
        height: 600px;
        background-size: cover;
        margin-top: 30px;
        padding: 47px 0 47px 0;
    }

    .hdi-page .quality-module .vel-box {
        display: flex;
        gap: 28px;
    }

    .hdi-page .quality-module .menu-list {
        background: url("../../images/HDI/quality-menu-bg.png") no-repeat center;
        width: 242px;
        height: 632px;
        transform: translateY(-127px);
        color: #ffffff;
        position: relative;
    }

        .hdi-page .quality-module .menu-list:after {
            background: url("../../images/HDI/munt-pic.png") no-repeat center;
            width: 158px;
            height: 158px;
            content: '';
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            margin: 0 auto;
            bottom: 34px;
        }

        .hdi-page .quality-module .menu-list dt {
            padding: 24px 40px;
            font-size: 24px;
        }

        .hdi-page .quality-module .menu-list dd {
            font-size: 20px;
            padding: 20px 16px 20px 42px;
            cursor: pointer;
            position: relative;
        }

            .hdi-page .quality-module .menu-list dd:after {
                background: url("../../images/HDI/arrow-icon.png") no-repeat center;
                width: 12px;
                height: 12px;
                content: '';
                display: block;
                position: absolute;
                right: 16px;
                top: 50%;
                margin-top: -6px;
                transition: all 0.3s ease-in-out;
            }

            .hdi-page .quality-module .menu-list dd:hover {
                background: #e2f0e8;
                color: #00863E;
                font-weight: bold;
            }

                .hdi-page .quality-module .menu-list dd:hover:after {
                    background: url("../../images/HDI/arrow-hover-icon.png") no-repeat center;
                    transform: translateX(5px);
                }

            .hdi-page .quality-module .menu-list dd.active {
                background: #e2f0e8;
                color: #00863E;
                font-weight: bold;
            }

                .hdi-page .quality-module .menu-list dd.active:after {
                    background: url("../../images/HDI/arrow-hover-icon.png") no-repeat center;
                }

    .hdi-page .quality-module .val-item {
        width: 1130px;
        height: 505px;
        border-radius: 6px;
        background: #ffffff;
        padding: 34px 30px;
        color: #00863E;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

        .hdi-page .quality-module .val-item dt {
            font-weight: bold;
            font-size: 26px;
            margin-bottom: 14px;
        }

        .hdi-page .quality-module .val-item dd {
            font-size: 20px;
            display: flex;
            align-items: center;
            padding: 12px 0;
        }

            .hdi-page .quality-module .val-item dd:before {
                background: url("../../images/HDI/check-icon.png") no-repeat center;
                width: 20px;
                height: 20px;
                content: '';
                display: block;
                margin-right: 14px;
            }

            .hdi-page .quality-module .val-item dd span {
                display: inline-block;
                width: 200px;
                display: block;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                color: #404751;
            }

    .hdi-page .quality-module .quality-pic {
        width: 340px;
        height: 436px;
        border: 1px solid #E3E5E9;
        border-radius: 8px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .hdi-page .quality-module .quality-pic img {
            transition: all 0.3s ease-in-out;
        }

        .hdi-page .quality-module .quality-pic:hover img {
            transform: scale(1.1);
        }

    .hdi-page .capacity-remit {
        background: url("../../images/HDI/capacity-bg.jpg") no-repeat center;
        width: 100%;
        min-width: 1400px;
        height: 372px;
        background-size: cover;
        padding: 62px 0;
    }

        .hdi-page .capacity-remit .table-val {
            height: 248px;
            background: #ffffff;
            border-radius: 6px;
            border-collapse: collapse;
        }

            .hdi-page .capacity-remit .table-val tr:first-child td:nth-child(5),
            .hdi-page .capacity-remit .table-val tr:last-child td:nth-child(5) {
                padding-left: 40px;
            }

            .hdi-page .capacity-remit .table-val tr:first-child td:last-child,
            .hdi-page .capacity-remit .table-val tr:last-child td:last-child {
                padding-left: 30px;
            }

            .hdi-page .capacity-remit .table-val td {
                height: 124px;
                border-right: 1px solid #F1F2F4;
                border-bottom: 1px solid #F1F2F4;
                padding-left: 60px;
            }

                .hdi-page .capacity-remit .table-val td:last-child {
                    border-right: unset;
                }

            .hdi-page .capacity-remit .table-val .title {
                font-weight: bold;
                font-size: 20px;
                margin-bottom: 8px;
            }

            .hdi-page .capacity-remit .table-val .des {
                font-size: 14px;
            }

    .hdi-page .fac-box {
        background: url("../../images/HDI/fac-bg.jpg") no-repeat center;
        width: 100%;
        min-width: 1400px;
        height: 802px;
        background-size: cover;
        padding: 80px 0;
    }

        .hdi-page .fac-box .swiper-container {
            border-radius: 6px;
        }

        .hdi-page .fac-box .fac-item {
            background-position: center;
            background-repeat: no-repeat;
            height: 642px;
            padding: 38px 38px 164px;
            overflow: hidden;
            color: #ffffff;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
        }

        .hdi-page .fac-box .fac-title {
            font-weight: bold;
            font-size: 26px;
            margin-bottom: 20px;
        }

        .hdi-page .fac-box .fac-des {
            font-size: 18px;
            line-height: 28px;
        }

        .hdi-page .fac-box .page-bt {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 36px;
            display: flex;
            gap: 20px;
            justify-content: center;
        }

            .hdi-page .fac-box .page-bt .fac-menu {
                width: 172px;
                height: 92px;
                cursor: pointer;
                opacity: 0.3;
                transition: all 0.3s ease-in-out;
                margin: unset;
                overflow: unset;
            }

                .hdi-page .fac-box .page-bt .fac-menu.swiper-pagination-bullet-active {
                    opacity: 1;
                    transform: translateY(-10px);
                }

                .hdi-page .fac-box .page-bt .fac-menu:hover {
                    opacity: 1;
                }

    .hdi-page .use-remit {
        display: flex;
        gap: 21px;
    }

        .hdi-page .use-remit .use-item {
            width: 216px;
            height: 374px;
            overflow: hidden;
            border-radius: 6px;
            position: relative;
            color: #ffffff;
        }

            .hdi-page .use-remit .use-item img {
                transition: all 0.3s ease-in-out;
            }

            .hdi-page .use-remit .use-item:hover img {
                transform: scale(1.1);
            }

            .hdi-page .use-remit .use-item .use-title {
                position: absolute;
                left: 0;
                right: 0;
                top: 50px;
                text-align: center;
            }

    .hdi-page .fqa-remit {
        background: #F1F2F4;
        border-radius: 6px;
        padding: 33px 0;
    }

        .hdi-page .fqa-remit .fqa-row {
            display: flex;
        }

        .hdi-page .fqa-remit .list {
            width: 50%;
            padding: 16px 0 16px 52px;
        }

            .hdi-page .fqa-remit .list:first-child {
                border-right: 1px solid #ffffff;
            }

        .hdi-page .fqa-remit .title {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 22px;
        }

        .hdi-page .fqa-remit .des {
            font-size: 18px;
        }

    .hdi-page .quote-module {
        background: url("../../images/HDI/jump-bg.png") no-repeat center;
        width: 100%;
        min-width: 1400px;
        height: 136px;
        background-size: cover;
        margin-top: 90px;
    }

        .hdi-page .quote-module .jump-remit {
            display: flex;
            height: 100%;
            justify-content: space-between;
            align-items: center;
            color: #ffffff;
        }

            .hdi-page .quote-module .jump-remit .title {
                font-size: 24px;
                font-weight: bold;
            }

            .hdi-page .quote-module .jump-remit .des {
                font-size: 16px;
            }

            .hdi-page .quote-module .jump-remit .jump-link {
                height: 50px;
                line-height: 50px;
                background: #ffffff;
                border-radius: 6px;
                color: #00863E;
                font-size: 18px;
                display: inline-block;
                padding: 0 28px;
                margin-left: 30px;
                transition: all 0.3s ease-in-out;
            }
/*# sourceMappingURL=hdi.css.map */
