/* 基本設定_start */

.indexContainer {
    padding: 0px;
}


/* 基本設定_end */

.topFixedHeader {
    background-color: #08192D80;
}


/* indexCategory_start */

.indexCategoryContent {
    padding: 48px 0;
}

.indexCategoryContent .categoryContentInner .owl-item:nth-child(odd) .item {
    padding-top: 48px;
}

.indexCategoryContent .contentTitle,
.indexCategoryContent .indexButtonContent {
    text-align: right;
}

.indexCategoryContent .categoryContentInner {
    position: relative;
    margin-left: -4px;
    margin-right: -4px;
}

.indexCategoryContent .categoryContentInner .owl-nav .owl-next {
    position: absolute;
    top: 25%;
    right: -20px;
    margin: 0;
}

.indexCategoryContent .categoryContentInner .owl-nav .owl-prev {
    position: absolute;
    top: 25%;
    left: -20px;
    margin: 0;
}


/* indexCategory_end */

.indexBannerContent {
    position: relative;
}


/* index_product_start */

.indexProductContent .contentTitle {
    text-align: center;
}

.indexBannerProductContent {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    top: 50%;
    z-index: 999;
    left: 16%;
}

.indexBannerProductContent .item {
    padding: 0;
}


/* index_product_end */


/* index_Editor_start */

.indexEditorContent {
    padding: 48px 0;
}

.indexAboutUsInner .txtNormal {
    font-size: 1.125rem;
    line-height: 1.6;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -moz-line-clamp: 4;
    -ms-line-clamp: 4;
    -o-line-clamp: 4;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
    -o-box-orient: vertical;
    white-space: normal;
    text-align: left;
    overflow: hidden;
}

.compnayImgInner {
    background-color: #c3c3c3;
}

.compnayImgInner img {
    height: 100%;
    max-width: unset;
    width: unset;
}


/* .indexAboutUsText {
    padding-left: 24px;
    border-left: 1px dashed #fcfcfc;
} */

.indexButtonContent {
    margin-top: 24px;
}

.indexAboutUsImg {
    position: relative;
}

.indexAboutUsImg::after {
    background-color: #ffcc00;
    position: absolute;
    bottom: -24px;
    right: -24px;
    content: '';
    display: block;
    width: 50%;
    padding-bottom: 50%;
}

.indexAboutUsImg .imgInner {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    /* border-radius: 4px; */
    z-index: 9;
    box-shadow: 4px 4px 20px 4px rgb(0 0 0 / 25%);
}


/* .indexAboutUsImg .imgInner {
    padding-bottom: 75%;
} */

.indexAboutUsImg .imgInner img {
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    /* max-height: 100%;
    max-width: unset; */
}

.productContentInner .ptName {
    margin-bottom: 8px;
}

.productContentInner .ptModal {
    margin-bottom: 0;
}


/* index_Editor_end */


/* index_news_start */

.indexNewsContent {
    padding: 60px 0px;
}


/* index_news_end */

@media only screen and (max-width: 1499px) {}

@media only screen and (min-width: 1200px) {}

@media only screen and (max-width: 1199px) {
    /* index_news_start */
    .indexNewsContentInner {
        max-width: 80%;
    }
    /* index_news_end */
}

@media only screen and (min-width: 992px) {}

@media only screen and (max-width: 991px) {
    /* index_banner_start */
    .swiperItem a {
        height: 450px;
    }
    /* index_banner_end */
}

@media only screen and (min-width: 768px) {}

@media only screen and (max-width: 767px) {
    .indexEditorContent {
        padding: 24px 0;
    }
    .bannerText .indexButtonContent {
        margin-top: 0;
    }
    .indexCategoryContent .contentTitle,
    .indexCategoryContent .indexButtonContent {
        text-align: center;
    }
    .indexButtonContent {
        margin-top: 12px;
        text-align: center!important;
    }
    .indexAboutUsInner .txtNormal {
        text-align: center;
    }
    .indexAboutUsImg::after {
        width: 84%;
        transform: translateX(50%);
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        right: 50%;
        bottom: -16px;
    }
    /* index_news_start */
    .indexNewsContentInner {
        max-width: 100%;
        padding: 0px 15px;
    }
    .indexNewsDate,
    .indexNewsLink {
        display: block;
        width: 100%;
        padding: 0px 15px;
        border: none;
    }
    .indexNewsDate {
        text-align: left;
        margin-bottom: 10px;
    }
    .indexNewsLink a {
        padding: 0px;
        overflow: inherit;
        text-overflow: inherit;
        white-space: inherit;
    }
    /* index_news_end */
    .indexCategoryContent .categoryContentInner .owl-nav .owl-next {
        right: -4px;
    }
    .indexCategoryContent .categoryContentInner .owl-nav .owl-prev {
        left: -4px;
    }
    .indexProductContent {
        padding: 48px 0px;
    }
}

@media only screen and (max-width: 568px) {}

@media only screen and (max-width: 440px) {}

@media only screen and (max-width: 420px) {}