@charset "utf-8";
/* CSS Document */
.container {
    width: 1200px;
}

.mod-bner {
    overflow: hidden;
    height: 650px;
    background: no-repeat center center;
    border-bottom: solid 1px rgba(0, 0, 0, .06);
}

.sec_main_con {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
}

.sub-menu {
    line-height: 60px;
    overflow: hidden;
    border-bottom: solid 1px rgba(0, 0, 0, .08);
    background-color: #fff;
    z-index: 998
}

.sub-menu h1 {
    float: left;
    font-size: 1.5em;
    color: #333;
}

.sub-menu ul {
    float: right;
    padding-right: 15px;
}

.sub-menu li {
    display: inline-block;
    padding: 0 10px;
}

.sub-menu li a {
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
}

.sub-menu .button {
    float: right;
    line-height: 36px;
    background: #44a8f2;
    border: 0;
    display: block;
    padding: 0 18px;
    color: #fff;
    margin-top: 12px;
    border-radius: 2px;
}

.sub-menu .button:hover {
    background: #1d9fff;
}

.curtab {
    color: #44a8f2;
}

.tabcon img {
    width: 100%;
}

.download_list {
    padding: calc(2vh + 2vw) 0;
    min-height: 73vh;
}

.download_list li {
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 10px 0;
}

.download {
    fill: #121212;
    width: 40px;
    height: 40px;
    margin-right: 20px;
}

.sub-menu.navbar {
    margin-bottom: 0;
}

.sub-menu.navbar.sticked {
    position: sticky;
    top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .9);
    z-index: 99999;
}

.navbar-fixed-top {
    position: relative;
}

.int_70 {
    display: none;
}

.question {
    padding: calc(2vh + 2vw) 0;
    color: #121212;
}

.question h2 {
    font-size: 26px;
    padding: calc(1vh + 10px) 0 0 0;
}

.question p {
    font-size: 18px;
    padding: calc(0.3vh + 10px) 0 calc(1vh + 10px) 0;
    color: #333;
    border-bottom: 1px solid #f1f2f3;
}

.product-swiper {
    margin-top: 5vh;
    margin-bottom: 5vh;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, .08);
    border-radius: 2%;
}

.product-pagination-swiper .product-pagination-swiper-slide {
    width: 80px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

.product-pagination-swiper .product-pagination-swiper-slide:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.product-pagination-swiper .product-pagination-swiper-slide.swiper-slide-thumb-active {
    border: 1px solid #121212;
}

.product-pagination-swiper .product-pagination-swiper-slide img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.swiper-cards .swiper-slide {
    border-radius: 3%;
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, .2);
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .2);
}

.product-pagination-swiper-wrapper {
    justify-content: center;
}

.swiper-button .swiper-button-next, .swiper-button .swiper-button-prev {
    height: 70px;
    color: var(--gay);
}

.swiper-button .swiper-button-next {
    right: -10%;
}

.swiper-button .swiper-button-prev {
    left: -10%;
}

.product-pagination-swiper-wrapper {
    height: fit-content;
}

.video {
    padding: calc(2vh + 2vw) 20px;
    min-height: 73vh;
}

.video_list {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 20px;
}

.video_list video {
    width: 100%;
    height: auto;
}

.video_list p {
    text-align: center;
}

@media only screen and (max-width: 1920px) {
    #news1 .sec_main_con.detail_img {
        max-width: 800px;
    }
}


@media only screen and (max-width: 1440px) {
    #a_news1 {
        width: 100%;
        overflow: hidden;
    }

    #a_news1 img {
        width: 140%;
        margin-left: -20%;
    }
}

@media only screen and (max-width: 1200px) {
    .sec_main_con {
        width: 100%;
    }

    .mod-bner {
        height: 540px;
        background-size: auto 100%;
    }

    #a_news1 img {
        width: 156%;
        margin-left: -28%;
    }
}

@media only screen and (max-width: 991px) {
    #news1 .sec_main_con {
        padding: 0;
    }

    #news1 .sec_main_con.video {
        padding: calc(2vh + 2vw) 20px;
    }

    .sec_main_con {
        width: 100%;
        padding: 0 2%;
    }

    .sub-menu ul {
        float: none;
        clear: both;
        border-top: solid 1px #f0f0f0;
        line-height: 28px;
        padding-right: 0;
    }

    .sub-menu li {
        padding-left: 0;
    }

    .sub-menu .button {
        line-height: 30px;
        padding: 0 10px;
        margin-top: 7px;
    }

    .mod-bner {
        height: 420px;
        background-size: auto 100%;
    }

    .sub-menu h1 {
        line-height: 45px;
    }

    .download_list, .question {
        padding: 1vh 20px calc(2vh + 2vw) 20px;
    }

    .download_list li {
        font-size: 16px;
        padding: 10px 0;
    }

    .download {
        width: 30px;
        height: 30px;
    }

    .question h2 {
        font-size: 20px;
    }

    .question p {
        font-size: 16px;
    }

    .question_tit {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 32px;
    }

}

@media screen and (max-width: 768px) {
    .mod-bner {
        height: 270px;
    }

    .product-pagination-swiper .product-pagination-swiper-slide {
        width: 70px;
        border-radius: 6px;
    }

    .swiper-button .swiper-button-next, .swiper-button .swiper-button-prev {
        display: none;
    }

    .question_tit {
        font-size: 28px;
    }

    .download_list {
        min-height: 65vh;
    }

    .video_list {
        grid-template-columns: repeat(2, 1fr);
    }

    .product-pagination-swiper-wrapper {
        justify-content: flex-start;
    }

    .swiper-cards .swiper-slide {
        -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, .15);
        box-shadow: 2px 2px 10px rgba(0, 0, 0, .15);
    }
}

@media screen and (max-width: 575px) {
    .mod-bner {
        height: 200px;
    }

    .product-pagination-swiper {
        margin: 0 5vw;
        margin-bottom: 4vw;
    }

    .product-pagination-swiper .product-pagination-swiper-slide {
        width: 13.33vw;
    }

    .video_list {
        grid-template-columns:1fr;
    }
}


.mainBox {
    width: 100%;
}

.mainBox table {
    /*width: 100%;*/
}

.mainBox table td {
    padding: 6px 4px;
    min-width: 60px;
}

.mainBox table tr {
    height: auto !important;
}

.mainBox .tableTitle {
    font-size: 20px;
    line-height: 1.2em;
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 14px 0;
    position: sticky;
    top: 62px;
    z-index: 8;
}

.projectPictureBox,
.motorAnalyseBox {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.packBox {
    text-align: center;
    display: flex;
    justify-content: center;
}

/* basicParameterBox */
.mainBox .basicTitle {
    margin-bottom: 10px;
}

.basicParameterBox table {
    margin-bottom: 10px;
    border-bottom: 1px solid var(--gray_light3);
}

.basicParameterBox table:last-child {
    border-bottom: 0;
}

.basicParameterBox table tr:last-child {
    padding-bottom: 10px;
}

.basicParameterBox td:nth-child(odd) {
    text-align: right;
    line-height: 1.5;
}

.basicParameterBox td:nth-child(even) {
    text-align: left;
    line-height: 1.5;
}

.basicParameterBox td:last-child {
    padding-right: 8px;
}

.basicParameterBox table td {
    padding: 4px 20px 4px 20px;
}

.basicParameterBox .last-table {
    margin-bottom: 20px;
}

.basicParameterBox table,
.basicParameterBox table tr,
.basicParameterBox table td,
.basicParameterBox table tbody {
    display: block;
}

.basicParameterBox table,
.basicParameterBox table tbody,
.basicParameterBox table tr {
    width: 100%;
}

.basicParameterBox table tr {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(150px, 1fr) minmax(150px, 0.7fr) minmax(150px, 0.7fr) minmax(150px, 1fr);
}

.basicParameterBox table td[colspan='4'] {
    display: inline-grid;
    grid-column-start: 1;
    grid-column-end: 5;
    text-align: center;
}

.basicParameterBox table td[colspan='3'] {
    display: inline-grid;
    grid-column: span 3;
    text-align: left;
}

.basicParameterBox table tr td[colspan='4'], .projectPictureBox table tr:first-child td {
    border-top: 1px solid var(--gray_light3);
    padding-top: 10px;
}

.basicParameterBox table tr:first-child td {
    padding-top: 14px;
}

.basicParameterBox table tr:first-child td[colspan='4'], .projectPictureBox table tr:first-child td {
    border: 0;
    background-color: var(--gray_light);
    font-size: 18px;
    padding: 8px 0;
    margin-top: -10px;
    margin-bottom: 10px;
}

.projectPictureBox table tr:first-child td {
    text-align: center;
    line-height: 1.5;
}

/* testParameterBox */

.testParameterBox {
    position: relative;
}

.testParameterBox table {
    border: 1px solid 1px solid var(--gray_light3);
    border-collapse: collapse;
}

.testParameterBox table td {
    border: 1px solid var(--gray_light3);
}

.testParameterBox thead tr {
    position: sticky;
    top: 113px;
    background-color: var(--gray_light);
    z-index: 8;
    box-shadow: inset 0 -1px 0px var(--gray_light3);
}

.testParameterBox td {
    text-align: center;
}

.no-sticky {
    position: static !important;
    box-shadow: none;
}

.packTips {
    text-align: center;
    padding: 16px 12px;
    border-top: 1px solid var(--gray_light3);
}

.precautionsBox {
    padding: calc(1vh + 1vw);
    line-height: 1.6em;
}

.product-content .precautionsBox p {
    margin-bottom: 1rem;
}

.precautionsBox ol, .precautionsBox ul, .precautionsBox dl {
    padding-left: 20px;
}

.precautionsBox ol {
    list-style-type: decimal;
}

@media screen and (max-width: 991px) {
    .mainBox {
        font-size: 14px;
    }

    .mainBox .tableTitle {
        position: relative;
        top: 0;
        padding: 10px 0;
        font-size: 18px;
    }

    .motorAnalyseBox,
    .packBox {
        width: 100%;
        overflow: auto;
        justify-content: unset;
        flex-direction: unset;
    }

    .projectPictureBox {
        width: 100%;
        overflow: auto;
    }

    .basicParameterBox {
        padding: 0;
        overflow: auto;
        max-height: 65vh;
    }

    .basicParameterBox table {
        width: 100%;
    }

    .basicParameterBox table td {
        padding: 4px 0px 4px 20px;
    }

    .basicParameterBox td:nth-child(odd) {
        width: auto;
        text-align: left;
    }

    .basicParameterBox td:nth-child(even) {
        width: auto;
    }

    .divider {
        width: 100%;
    }

    .testParameterBox {
        padding: 0;
        overflow: auto;
        max-height: 65vh;
    }

    .testParameterBox thead {
        position: initial;
        transform: none;
        width: auto;
    }

    .testParameterBox thead tr {
        display: table-row;
        width: 100%;
        top: -2px;
    }

    .testParameterBox thead tr td {
        display: flex;
        align-items: center;
        justify-content: center;
        display: table-cell;
    }

    .motorAnalyseBox img {
        width: auto;
        max-width: 220%;
        max-width: 100%;
    }

    .packBox img {
        width: auto;
        max-width: 140%;
    }

    .testParameterBox table td {
        padding: 6px 2px;
    }

    .testParameterBox table {
        min-width: 920px;
    }

    .parameter .mainBox img {
        width: unset !important;
        max-width: 220%;
        max-width: 100%;
    }

    .parameter .mainBox .motorAnalyseBox img {
        max-width: 180%;
        max-width: 100%;
    }

    .mainBox .basicTitle {
        margin-bottom: 0px;
    }

    .basicParameterBox table tr:first-child td[colspan='4'] {
        margin-top: 0;
        text-align: left;
        padding-left: 20px;
        font-size: 17px;
    }

    .projectPictureBox table tr:first-child td {
        font-size: 17px;
    }
}

.download-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}


#b_news1{padding: 0 0 44px 0; background-color: #f8f9fa;}
#news1 .sec_main_con.detail_img{padding: 0 20px; max-width: 1000px;}
#g_news1 .product-pagination-swiper {
    margin-bottom: 5vh; z-index: 0; padding-bottom: 1px; margin-left: 20px; margin-right: 20px; overflow: hidden;
}
#g_news1{position: relative;}

.tabcon article {
    margin-top: 5vh;
}

.tabcon .sec_main_con {
    margin-top: 5vh;
}

@media only screen and (max-width: 1024px) {
    .tabcon article {
        margin-top: 4vh;
    }

    .tabcon .sec_main_con {
        margin-top: 4vh;
    }

    .product-swiper {
        margin-top: 4vh;
        margin-bottom: 4vh;
    }
}

@media only screen and (max-width: 768px) {
    .tabcon article {
        margin-top: 3vh;
    }

    .tabcon .sec_main_con {
        margin-top: 3vh;
    }

    .product-swiper {
        margin-top: 3vh;
        margin-bottom: 3vh;
    }

    #news1 .sec_main_con.video {
        padding: 0 20px;
    }
}

.tabcon .question {
    padding: 0;
}

.tabcon .video {
    padding: 0 20px;
    min-height: 73vh;
}

.tabcon .download_list {
    /*padding: calc(2vh + 2vw) 0; */
    padding: 0;
    min-height: 73vh;
}

.tabcon .download_list li {
     padding: 0;
}

.tabcon .question p {
    /*font-size: 18px;*/
    /*padding: calc(0.3vh + 10px) 0 calc(1vh + 10px) 0; */
    padding: 0;
    color: #333;
    border-bottom: 1px solid #f1f2f3;
}

.tabcon article p {
    max-width: 1200px;
    margin: auto;
}