@charset "UTF-8";

h3 {
    font-size: var(--48px--);
    font-weight: 400;
}

h4 {
    /* font-size: var(--38px--); */
    font-size: var(--48px--);
    font-weight: 400;
}

.banner {
    max-height: 100lvh;
    overflow: hidden;
}

.banner .ban .swiper-slide img {
    width: 100%;
    height: 100%;
    min-height: 60lvh;
    object-fit: cover;
}

.banner .ban {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner .ban .center {
    width: 95%;
    max-width: 1680px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    z-index: 5;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 1 !important;
    cursor: default;
}

.swiper-button-next,
.swiper-button-prev {
    border: 0;
    cursor: pointer;
    transition: background-color .6s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: transparent;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 60px;
    transition: color .6s ease;
    color: #fff;
}

.idx {
    padding: clamp(30px, 7.845188284518828vw, 150px) 0 clamp(30px, 5.208333333333vw, 100px);
    background: linear-gradient(to bottom, #f3f8fd, #dae5f1);
}

.idx .inform,
.idx .detail,
.idx .company {
    margin-bottom: clamp(30px, 7.845188284518828vw, 150px);
}


.idx h3 {
    color: #2271b1;
    text-align: center;
    margin-bottom: clamp(20px, 2.353556485355649vw, 45px);
}

.idx .inform>.newList {
    /* padding: 0 clamp(20px, 7.96875vw, 153px); */
    border: 2px solid #666;
    border-radius: 30px;
}

.idx .inform>.newList li>a {
    display: block;
    font-size: var(--24px--);
    color: #000;
    padding: clamp(20px, 2.353556485355649vw, 45px) 0;
    display: flex;
    gap: clamp(30px, 3.125vw, 60px);
}

.idx .inform>.newList li:not(:last-child)>a {
    border-bottom: 1px solid #666;
}

.idx .inform>.newList li>a span {
    color: #2271b1;
}

.idx .detail>.proDetail {
    padding: clamp(40px, 5.8333333333vw, 112px) 0;
    background-color: #fff;
    border-radius: 30px;
}

.idx .detail>.proDetail h4 {
    text-align: left;
    color: #000;
    margin-bottom: clamp(20px, 2.353556485355649vw, 45px);
}

.idx .proDetail .bigImg {
    margin-bottom: clamp(30px, 5.208333333333vw, 100px);
}

.idx .proDetail .bigImg .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: clamp(280px, 20.8333333333vw, 400px);
}

.idx .proDetail .bigImg .swiper-slide img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.idx .proDetail .thumb {
    height: clamp(100px, 8.3333333333vw, 160px);
    margin-bottom: clamp(40px, 4.4270833333333vw, 85px);
}

.idx .proDetail .thumb .swiper-slide {
    cursor: pointer;
}

.idx .proDetail .thumb .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.idx .proCon .tableBox,
.idx .proCon ul {
    overflow-x: scroll;
    overflow-y: hidden;
}

.company-info-list {
    display: grid;
    grid-template-columns: 1fr;
}

.idx .proCon table {
    width: 100% !important;
    border-collapse: collapse;
}

.idx .company ul li {
    display: flex;
    width: 100%;
    /* min-width: 500px; */
}

.idx .proCon table tr,
.idx .company ul li {
    border-bottom: 1px solid #666;
}


.idx .company ul li span:first-child {
    width: 35%;
}

.idx .company ul li span:last-child {
    width: 65%;
}

.idx .company ul li span:last-child i {
    font-style: normal;
    line-height: 133%;
    display: block;
    margin-bottom: 15px;
}

.idx .proCon table td,
.idx .company ul li span {
    padding: 20px 0;
    font-size: var(--24px--);
    color: #000;
    line-height: 250%;
}

.idx .proCon table tr:has(>td:nth-of-type(2):last-child)>td {
    width: calc(100% / 2);
    padding-right: 10px;
}

.idx .proCon table tr:has(>td:nth-of-type(3):last-child)>td {
    width: calc(100% / 3);
}

.idx .proCon table tr:has(>td:nth-of-type(4):last-child)>td {
    width: calc(100% / 4);
}

.idx .proCon a {
    text-decoration: underline;
}

.idx .proCon strong {
    font-size: var(--24px--);
    font-weight: 700;
}

.idx .company .proCon table tr:has(>td:nth-of-type(2):last-child)>td:first-child {
    width: 29%;
}

.idx .company .proCon table td {
    line-height: 125%;
}

/* 文章详情 */
strong,
b {
    font-weight: 700;
}

.news_text_word {
    padding: 2rem 0 6rem;
}

.news_text_word .new_tt {
    font-size: 2.25rem;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 0 0 1rem;
    margin-bottom: 1rem;
    color: #000;
    line-height: 133%;
    font-weight: 500;
    margin-top: 3rem;
}

.news_flex {
    text-align: center;
    font-size: max(14px, 0.833vw);
    color: #999;
    line-height: 200%;
}

.news_flex span {
    display: inline-block;
    margin: 0 0.781vw;
}

.news_word {
    font-size: 1rem;
    line-height: 150%;
    color: #333;
    font-weight: 300;
    margin-top: 2%;
}

.news_word iframe {
    width: 100%;
    aspect-ratio: 2 / 1;
}

.news_word video {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    max-height: 85vh;
    object-fit: contain;
}

.news_text_word table td,
.news_text_word table th {
    border: 1px solid #ccc;
    padding: 5px;
}

.news_text_word table {
    border-collapse: collapse;
    margin-bottom: .5rem;
}

.news_word h2 {
    font-size: 1.5rem;
    margin: 1rem 0 .8rem;
}

.news_word h3 {
    font-size: 1.125rem;
    margin: 1.5rem 0 .5rem;
}

.news_word ol,
.news_word ul {
    padding-inline-start: 1.5rem;
}

.news_word li {
    list-style-type: disc;
    margin: 0.25rem 0;
}

.news_word ol li {
    list-style-type: decimal;
}

.news_word img {
    max-width: 100% !important;
    height: auto !important;
}

.news_word a {
    color: initial;
    text-decoration: underline;
}

.news_word a:hover {
    color: #000;
}

.news_page {
    display: flex;
    margin-top: 1.563vw;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding-top: 1.042vw;
    flex-wrap: wrap;
}

.news_page a {
    color: #666;
    font-size: var(--18px--);
    display: block;
    width: 100%;
    margin: 10px 0;
}

.news_page a span {
    color: #333;
}

.newF {
    padding-bottom: clamp(30px, 5.208333333333vw, 100px);
}

.newF h3 {
    color: #2271b1;
    text-align: center;
    margin-bottom: clamp(20px, 2.353556485355649vw, 45px);
    text-align: center;
}

.news {
    background: linear-gradient(to bottom, #f3f8fd, #dae5f1);
}

@media (max-height: 750px) {
    .idx .proDetail .bigImg .swiper-slide {
        height: clamp(200px, 14.5833333333333vw, 280px);
    }
}

@media (max-width:768px) {

    .idx .company .proCon table td {
        white-space: nowrap;
    }

    .verifyBox input {
        flex: auto !important;
        width: 100% !important;
    }

    .verifyBox img {
        max-width: 100%;
    }

    form div.required:has(>textarea) span {
        right: 5px !important;
        bottom: 10px !important;
        font-size: var(--14px--) !important;
    }

    .news_text_word .new_tt {
        font-size: var(--20px--);
    }

    .idx .proCon table {
        min-width: 500px !important;
    }

    .news_text_word .new_tt {
        padding: 0;
    }

    .news_flex {
        margin-bottom: 2rem;
    }

    .news_word {
        margin: 2rem 0;
    }

    .news_page a {
        margin: 5px 0;
    }

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 35px;
    }

    .idx .proCon table tr:has(>td:nth-of-type(2):last-child)>td {
        width: auto !important;
        box-sizing: content-box;
    }

    .idx .proCon table td,
    .idx .inform>.newList li>a,
    .idx .proCon strong {
        font-size: 12px !important;
    }

    .news_page a,
    form div.required:has(>textarea) span {
        font-size: 14px;
    }

    .idx .inform>.newList li>a {
        gap: 20px;
    }

    form input[type="text"],
    form input[type="email"],
    form textarea,
    form h-select,
    form select {
        padding: 20px 15px;
    }

    .idx .proCon .tableBox {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .idx .proCon table {
        width: 100%;
        min-width: 500px;
        border-collapse: collapse;
        /* table-layout: fixed; */
    }

    .idx .proCon table td {
        padding: 15px 10px;
        font-size: var(--24px--);
        line-height: 1.5;
        vertical-align: middle;
        box-sizing: border-box;
    }

    .idx .company .proCon table td:first-child {
        width: 30%;
        white-space: nowrap;
    }

    .idx .company .proCon table td:last-child {
        width: 70%;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    .idx .proCon table tr:has(>td:nth-of-type(2):last-child)>td,
    .idx .proCon table tr:has(>td:nth-of-type(3):last-child)>td,
    .idx .proCon table tr:has(>td:nth-of-type(4):last-child)>td {
        width: auto !important;
    }

    .idx .company ul li span:first-child {
        width: 90px;
        font-size: 12px !important;
    }

    .idx .company ul li span:last-child {
        width: calc(100% - 90px);
        font-size: 12px !important;
    }
}

@media (max-width: 380px) {
    .idx .inform>.newList li>a {
        flex-wrap: wrap;
    }
}