
.page-on {
    background-color: #15499a !important;
    color: #ffffff !important;
    border: 1px solid transparent !important;
}

.support-area {
    width: 100%;
}

.product-location-box {
    margin-top: 65px;
}

.index-products-f b {
    font-weight: normal;
}

/*产品*/
.list-products-family {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.index-products-list-title b {
    margin: 0 0 0 5px;
    padding: 0 5px;
    color: #fff;
    background-color: #1db191;
    font-weight: normal;
    border-radius: 10px 10px 10px 0;
    font-size: 12px;
    letter-spacing: 0;
    word-break: break-all;
}

.list-products-family form {
    width: 24%;
    height: 60px;
    text-align: center;
    box-shadow: 2px 5px 3px rgba(0, 0, 0, 0.1);
    letter-spacing: 1px;
    margin-bottom: 50px;
}

.index-products-family form {
    width: 24%;
    height: 60px;
    text-align: center;
    box-shadow: 2px 5px 3px rgba(0, 0, 0, 0.1);
    letter-spacing: 1px;
    margin-bottom: 55px;
}

.index-products-list-a {
    display: flex;
    width: 95%;
    flex-wrap: wrap;
    justify-content: flex-start;
}


.index-products-f-on {
    background-color: #15499a !important;
    color: #ffffff !important;
}

.index-category-name-on {
    background-color: #dfe3ec !important;
    color: #15499a !important;
}

.page-button-mobile {
    display: none;
}

.index-products-list-a-class {
    height: 265px;
    margin-left: 3%;
    margin-bottom: 20px;
    border-radius: 10px;
    background: #fff;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.circle-arrow::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.index-name {
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index-category-name {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    height: 60px;
    width: 100%;
    color: #333;
    background: transparent;
}

.index-category-name:hover {
    color: #15499a;
    background-color: #dfe3ec;
}

.index-category-name:hover .circle-arrow::after {
    border-right: #15499a solid 1px;
    border-bottom: #15499a solid 1px;
}

.index-products-list-a img {
    transform: scale(0.8);
    transform-origin: center;
    height: 205px;
    width: 100%;
    overflow: hidden;
    object-fit: contain;
}

.index-products-list-title {
    font-size: 16px;
    color: #333;
    width: 100%;
    border-top: 1px solid #dadada;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}

.index-products-cl {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.index-products-category {
    width: 24%;
}

.index-products-list {
    width: 74%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.index-products-category form {
    width: 100%;
    display: flex;
    height: 60px;
    text-align: center;
    letter-spacing: 1px;
    align-items: center;
    justify-content: center;
}

.list-products-f {
    display: flex;
    height: 100%;
    width: 100%;
    font-size: 18px;
    color: #333;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.index-products-f {
    display: flex;
    height: 100%;
    width: 100%;
    font-size: 18px;
    color: #333;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.list-products-f b {
    font-weight: normal;
}

.list-products-f:hover, .list-products-family-on {
    background-color: #15499a !important;
    color: #fff !important;
}

.index-products-f:hover, .index-products-family-on {
    background-color: #15499a !important;
    color: #fff !important;
}

.list-products-linebox {
    display: flex;
    width: 100%;
}


.list-products-item {
    justify-content: space-between;
    width: 100%;
}


.list-products-line {
    display: flex;
    flex-wrap: wrap;
    background-color: #FFFFFF;
}

.list-products-line form {
    display: flex;
    width: 25%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.list-products-t {
    font-size: 16px;
    height: 60px;
    width: 100%;
    color: #333;
    background: #fff;
    border-bottom: 1px solid #dadada;
    border-right: 1px solid #dadada;
}

.list-products-line form:only-child {
    width: 100%;

}

/* 2个元素时 */

.list-products-line form:nth-child(1):nth-last-child(2),
.list-products-line form:nth-child(2):nth-last-child(1) {

    width: 50%;

}

/* 3个元素时 */

.list-products-line form:nth-child(1):nth-last-child(3),
.list-products-line form:nth-child(2):nth-last-child(2),
.list-products-line form:nth-child(3):nth-last-child(1) {

    width: 33.3333%;

}


.list-products-t:hover, .btn-link-yes {
    color: #15499a;
    background-color: #dfe3ec;
}

.products-t {
    display: flex;
    text-align: center;
    justify-content: space-between;
    width: 80%;
}

.list-products-one {
    display: none;
    width: 74%;
}

.list-products-one-on {
    display: block;
}

.list-products-one a {
    border-radius: 10px;
    width: 29%;
    float: left;
    margin: 0 2%;
    margin-bottom: 30px;
    box-shadow: 3px 3px 8px #dedede;
    overflow: hidden;
}

.list-products-one img {
    max-width: 100%;
    transition: transform 0.3s ease-in-out;
}

.list-products-one a:hover img {
    transform: scale(1.15);
}

.list-products-one span {
    border-top: 1px solid #dadada;
    text-align: center;
    display: block;
    padding: 15px 0 18px 0;
    color: #333;
    font-size: 16px;
    letter-spacing: 1px;
    background-color: #fff;
}

.list-products-one span b {
    color: #fff;
    background-color: #1db191;
    font-weight: normal;
    border-radius: 10px 10px 10px 0;
    font-size: 12px;
    letter-spacing: 0;
    padding: 0 10px;
    margin-left: 5px;
}


.products-container {
    display: flex;
    flex-direction: column;
}

.products-page-box {
    background: #f5f5f5;
}

.products-info {
    margin: 50px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.products-info-pic {
    height: 350px;
    border: 1px solid #dadada;
    width: 30%;
    margin: 20px 0;
}

.products-info-pic img {
    width: 100%;
    max-height: 340px;
    overflow: hidden;
    object-fit: cover;
}

.products-info-desc {
    width: 60%;
    padding: 30px 0;
}

.products-info-desc-title {
    font-size: 23px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dadada;
}

.products-info-desc-con {
    font-size: 17px;
    letter-spacing: 1px;
    line-height: 35px;
}

.products-info-desc-button {
    margin-top: 20px;
}

.products-info-desc-button a {
    display: inline-block;
    border-radius: 3px;
    padding: 3px 30px;
    background: #15499a;
    color: #fff;
    margin-right: 25px;
}

.products-info-desc-button a:nth-child(2) {
    background: #15499a;
}

.products-table table {
    width: 100%;
    color: #666;
    text-align: center;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    box-sizing: border-box;
    font-size: 12px;
}


/* 固定第一列 */
.products-table table th:first-child,
.products-table table td:first-child {
    position: sticky;
    left: 0; /* 固定到左侧 */
    /* background-color: white; */
    z-index: 1;
    text-align: left;
}

.products-table table tr.table-list-parent {
}

.products-table table tr.table-list-child {
    display: none;
    background: #fffbf8;
}

.products-table table tr.table-list-parent:hover {
    background: #f0f0f0;
}

.products-table table tr th {
    background: #f4f4f4;
    line-height: 16px;
    font-weight: bold;
    padding: 10px 10px;
    text-align: center;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    color: #333;
}

.products-table table tr th.hasdraw_t {
    max-width: 100px;
}

.products-table table tr td {
    padding: 8px 10px;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    background: #fff;
}


.products-table table tr td a.view-parts {
    color: #333;
}

.products-table table tr td i.i-add::after {
    content: "";
    position: absolute;
    top: 50%;
    margin-left: 5px;
    width: 5px;
    height: 5px;
    border-right: 1.5px solid #6c6c6c;
    border-bottom: 1.5px solid #6c6c6c;
    transform: translate(-50%, -50%) rotate(-45deg);
}


.products-table table tr td i.i-remove::after {
    content: "";
    position: absolute;
    top: 48%;
    margin-left: 5px;
    width: 5px;
    height: 5px;
    border-right: 1.5px solid #15499a;
    border-bottom: 1.5px solid #15499a;
    transform: translate(0%, -50%) rotate(45deg);
}

.products-table table tr td a.view-parts:hover {
    text-decoration: underline;
}

.products-table table tr td a.view-apply {
    padding: 1px 0;
    border-radius: 5px;
    background: #1db191;
    color: #fff;
    display: block;
}

.products-table table tr td a.view-pdf {
    background: #15499a;
    padding: 1px 0;
    border-radius: 5px;
    color: #fff;
    display: block;
}

.products-table table tr td a.view-apply:hover, .products-table table tr td a.view-pdf:hover {
    text-decoration: underline;
}

.products-tips {
    width: 100%;
    font-size: 12px;
    color: #9a9a9b;
    text-align: right;
    padding: 20px 0;
}

.products-table .draw-layer {
    min-height: 30px;
    text-align: left;
    width: auto;
    padding: 5px 10px;
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.1);
    z-index: 2;
    white-space: nowrap;
    zoom: 1;
    display: none;
}

.products-page-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-location {
    display: flex;
    justify-content: center;
}

.product-location-nav {
    padding: 40px 20px;
    font-size: 15px;
    width: 65%;
}

.product-location-nav a {
    color: #666;
}


.products-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFFFFF;
}

.products-table table tr.on td:first-child a {
    color: #15499a;
}

.table-list-child td:first-child {
    color: #15499a;
}

.products-box-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.products-box-info {
    display: flex;
}


.products-content {
    width: 88%;
}

.products-p-mobile, .products-t-mobile {
    display: none;
}

.index-products-linebox-mobile {
    display: none;
}

.products-box-category {
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

.products-box-category a {
    width: 100%;
    border-bottom: #dadada solid 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.products-box-category a img {
    height: 200px;
    width: 100%;
}

.products-box-category h3 {
    display: flex;
    justify-content: center;
    width: 100%;
    border-bottom: #dadada solid 1px;
    padding: 20px 0;
    font-size: 20px;
    font-weight: normal;
}

.products-box-child {
    width: 100%;
}

.products-box-child span {
    font-size: 16px;
    padding: 10px;
    display: flex;
    justify-content: center;
    width: 100%;
    border-top: #dadada solid 1px;
}

.products-box-child span {
    font-size: 14px;
}

.products-box-child span b {
    margin: 0 0 0 5px;
    color: #fff;
    background-color: #1db191;
    font-weight: normal;
    border-radius: 10px 10px 10px 0;
    font-size: 12px;
    letter-spacing: 0;
    word-break: break-all;
}

.index-products-main-pc {
    margin-top: 55px;
    width: 65%;
}

.index-products-box-mo {
    display: none;
}

.page_btns {
    padding-top: 20px;
    padding-bottom: 50px;
}

.index-products-cl {
    border-bottom: 1px solid #dadada;
    margin-bottom: 60px;
}

@media screen and (max-width: 600px) {

    .page_btns {
        padding-top: 20px !important;
        padding-bottom: 30px !important;
    }

    .products-box-child span {
        height: 60px;
        display: flex;
        font-size: 12px;
        flex-direction: column;
        align-items: center;
        padding: 5px;
        justify-content: center;
    }

    .products-box-child span b {
        margin: 0;
        font-size: 10px;
        padding: 0 10px;
    }
}

@media screen and (max-width: 1200px) {

    .list-products-item {
        margin-top: 30px;
    }

    .index-products-main {
        width: 80%;
        margin: 50px 0;
    }


    .index-products-family {
        border-bottom: 0;
    }

    .list-products-family {
        display: block;
        border-bottom: 0;
    }


    .list-products-family form {
        margin: 2% 2.5%;
        float: left;
        width: 45%;
    }
}

@media all and (-ms-high-contrast: none) and (max-width: 768px), all and (-ms-high-contrast: active) and (max-width: 768px) {
    .index-products-linebox-mobile {
        width: 100%;
    }

    .products-box-category {
        width: 100%;
    }

    .products-box-child {
        width: 100%;
    }

    .index-products-linebox-mobile img {
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 767px) {
    .page_btns {
        padding-top: 0;
        padding-bottom: 50px;
    }

    .product-location-box {
        margin-top: 100px;
    }

    .index-products-box-mo {
        display: block;
    }

    .index-products-main-pc {
        display: none;
    }

    .index-products {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .index-products-linebox {
        padding: 10px 0;
    }

    .index-products-family {
        margin-top: 40px;
        gap: 6%;
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0;
        justify-content: center;
    }

    .index-products-family li {
        margin-bottom: 20px;
        width: 46%;
        font-size: 16px;
    }

    .index-products-family li b {
        font-size: 16px;
    }

    .index-products-family form {
        width: 48%;
    }

    .list-products-family {
        display: none;
    }


    .index-products-linebox-mobile {
        display: block;
        width: 90%;
    }

    .index-products-linebox-mobile a {
        color: #333;
        float: left;
        width: 50%;
    }

    .index-products-linebox-mobile a:nth-child(odd) {
        border-right: 1px solid #dadada;
    }

    .index-products-linebox-mobile img {
        width: 100%;
    }

    .index-products-linebox-pc {
        display: none;
    }


    .products-tips {
        display: none;
    }


    .products-box {
        border-radius: 20px;
    }

    .index-products-main {
        margin: 50px 0;
        width: 80%;
    }

    .products-p-mobile, .products-t-mobile {
        display: flex;
        width: 100%;
    }

    .product-arrow::after {
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        border-left: 2px solid #fff;
        border-top: 2px solid #fff;
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .products-p-mobile {
        display: flex;
        border-radius: 20px 20px 0 0;
        padding: 10px 20px;
        color: #FFFFFF;
        background-color: #15499a;
        font-size: 15px;
        letter-spacing: 1px;
        align-items: center;
        justify-content: flex-start;
    }

    .products-p-mobile p {
        padding-left: 10px;
    }

    .products-t-mobile {
        letter-spacing: 1px;
        margin-bottom: 20px;
        padding: 15px;
        color: #333;
        font-size: 17px;
        font-weight: bold;
        display: flex;
        justify-content: center;
        border-bottom: 1px solid #dadada;
    }

    .list-products-family li {
        display: none
    }

    .list-products-line {
        display: none;
    }

    .index-products-line {
        width: 100%;
    }

    .index-products-t {
        display: flex;
        text-align: center;
        justify-content: center;
    }

    .product-location-nav {
        display: none;
    }

    .list-products {
        background: #f9f9f9;
    }

    .products-info {
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .products-info-desc {
        width: 88%;
        margin-top: 0;
        padding: 0;
    }

    .products-info-pic {
        overflow: hidden;
        height: 200px;
        width: 90%;
        margin: 0;
    }

    .products-info-desc-title {
        font-size: 18px;
        font-weight: bold;
        color: #15499a;
        margin-bottom: 15px;
        padding-bottom: 0;
        border-bottom: 0;
    }

    .products-info-desc-con {
        font-size: 15px;
        letter-spacing: 0;
        line-height: 30px;
    }

    .products-info-desc-button {
        margin-top: 25px;
    }

    .products-info-desc-button a {
        display: inline-block;
        border-radius: 3px;
        padding: 3px 30px;
        background: #15499a;
        color: #fff;
        margin-right: 15px;
    }

    .products-info-desc-button a:nth-child(2) {
        background: #92D050;
    }


    .products-table {
        padding: 30px 0 0 0;
        overflow: auto;
    }

    .products-table table {
        width: 1000px;
        color: #666;
        text-align: center;
        border: 0;
        border-spacing: 0;
        border-collapse: collapse;
        box-sizing: border-box;
        font-size: 12px;
    }

    .products-table table tr {

    }

    .products-table table tr.table-list-parent {

    }

    .products-table table tr.table-list-child {
        display: none;
        background: #fffbf8;
    }

    .products-table table tr.table-list-parent:hover {
        background: #f0f0f0;
    }

    .products-table table tr th {
        background: #f4f4f4;
        line-height: 28px;
        font-weight: bold;
        padding: 8px 10px;
        text-align: center;
        border: 1px solid #e8e8e8;
        box-sizing: border-box;
        color: #333;
    }

    .products-table table tr td {
        padding: 8px 10px;
        border: 1px solid #e8e8e8;
        box-sizing: border-box;
    }


    .products-table table tr td a.view-parts:hover {
        text-decoration: underline;
    }

    .products-table table tr td a.view-apply {
        padding: 1px 0px;
        border-radius: 5px;
        background: #1db191;
        color: #fff;
        display: block;
    }

    .products-table table tr td a.view-pdf {
        background: #15499a;
        padding: 1px 0px;
        border-radius: 5px;
        color: #fff;
        display: block;
    }

    .products-table table tr td a.view-apply:hover, .products-table table tr td a.view-pdf:hover {
        text-decoration: underline;
    }

    .products-box-line {
        margin-bottom: -15px;
    }

    .products-box-line span {
        display: inline;
        background: #15499a;
        color: #fff;
        padding: 4px 10px;
        border-radius: 5px;
        margin-right: 10px;
    }

    .view-tips {
        display: flex;
        text-align: right;
        font-size: 12px;
        padding-top: 20px;
        margin-bottom: -20px;
        justify-content: flex-end;
        align-items: center;
    }

    .view-tips img {
        margin-right: 10px;
    }


}

@media screen and (max-width: 600px) {


    .products-box-category h3 {
        padding: 10px 0;
        font-size: 16px;
    }

}

@media screen and (max-width: 550px) {
    .products-box-category a img {
        height: 150px;
    }

    .index-products-family li {
        font-size: 12px;
        line-height: normal;
        height: 40px;
        margin-bottom: 10px;
    }

    .index-products-family li b {
        font-size: 12px;
        line-height: normal;
    }

    .index-products-main {
        margin: 0;
        width: 90%;
    }

    .product-arrow::after {
        width: 4px;
        height: 4px;
        border-left: 1px solid #fff;
        border-top: 1px solid #fff;
    }

    .products-p-mobile p {
        font-size: 12px;
        padding-left: 5px;
    }

    .products-p-mobile {
        padding: 5px 20px;
    }

    .products-t-mobile {
        padding: 10px;
        font-size: 15px;
    }

    .products-info-desc-title {
        font-size: 13px;
        margin-top: 15px;
        letter-spacing: 0;
    }

    .products-info-pic {
        height: 240px;
        display: table;
    }

    .products-info-desc-con {
        font-size: 12px;
        line-height: 18px;
    }

    .products-content {
        width: 95%;
    }

    .list-products-item {
        margin-bottom: 30px;
    }

    .view-tips {
        font-size: 11px;
        padding-top: 10px;
    }

    .view-tips img {
        margin-right: 5px;
    }

    .products-table table tr th {
        font-size: 11px;
        line-height: 16px;
    }

    .products-table table tr td {
        font-size: 11px;
        padding: 3px 5px;
    }
}







