﻿.flex1 {
    flex: 1;
}
.p-info-context {
    width: 830px;
}
.p-context-list {
    padding-bottom: 60px;
}
.p-context-cover {
    margin-bottom: 10px;
}
.p-context-cover img {
    width: 830px;
    height: 406px;
}
.p-c-describe {
    background-color: #eff4f8;
    padding: 10px 25px;
    font-size: 16px;
    color: #313131;
    line-height: 30px;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.flex-row-reverse {
    display: flex;
    flex-direction: row-reverse;
}
.p-c-m-img {
    width: calc((100% - (var(--length)-1)*25)/var(--length));
    aspect-ratio: 396 / 280;
    margin-right: 25px;
}

.p-c-m-img:last-child {
    margin-right: 0;
}

.p-c-m-img img {
    width: 396px;
    height: 280px;
    object-fit: cover;
}
.p-context-title {
    font-size: 24px;
    line-height: 40px;
    color: var(--black1b);
    padding-top: 30px;
    padding-bottom: 5px;
}
.p-context-desc {
    font-size: 16px;
    color: #313131;
    line-height: 36px;
}
.p-c-table-img {
    padding: 20px 0;
}
.p-c-table-img img {
    min-width: 20px;
    min-height: 20px;
}
.desc {
    font-size: 16px;
    color: #313131;
    line-height: 30px;
    padding: 10px 0 30px 0;
}
.desc1 {
    font-size: 16px;
    color: #313131;
    line-height: 20px;
    padding: 10px 0 10px 0;
}
.desc .paragraph {
    padding: 10px 0;
}
.desc1 .paragraph1 {
    padding: 10px 0;
}
.brdiv {
    border: 1px dotted grey;
}

.pub-main {
    font-size: 16px;
    line-height: 26px;
}
/*灰*/
.pub-c-h {
    color: #4b5564;
}
.breadcrumb {
    margin: 36px 0 24px 0;
    color: #78879b;
}

.breadcrumb a {
    color: #78879b;
}

.breadcrumb a:after {
    content: ">";
    margin: 0 10px;
}
.pub-btitle {
    font-size: 50px;
    margin-bottom: 28px;
    line-height: 60px;
}

.pub-btitle1 {
    font-size: 50px;
    line-height: 60px;
}

    .pub-btitle1 span {
        padding: 5px 1em 5px 5px;
        background-color: #ededed;
    }
.pub-title {
    font-size: 42px;
    margin-bottom: 30px;
    line-height: 54px;
    color: #17375d;
}

.pub-title1 {
    font-size: 36px;
    line-height: 54px;
    margin-top: 50px;
    margin-bottom: 28px;
    color: #17375d;
}
.pub-stitle {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 28px;
    color: #17375d;
}

.pub-stitle1 {
    font-size: 24px;
    line-height: 33px;
}
.c_s_b {
    color: #00acf5 !important;
}
.pub-stitle2 {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 14px;
    color: black;
}
    .pub-stitle1 span {
        border-bottom: 1px solid black;
    }

.pub-ov-img {
    margin-bottom: 20px;
}

    .pub-ov-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.pub-jsbz {
    margin: 0 60px 60px 60px;
}

.pub-mxw400 {
    max-width: 400px;
}
/*分割*/
.pub-fg {
    margin-top: 120px;
}

.pub-c-left {
    width: 75%;
}

.pub-c-right {
    width: 25%;
}
/*上下列表结构*/
.pub-ud-li {
    margin-bottom: 50px;
}
/*左右图文结构*/
.pub-lr-pat {
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
}

.pub-lr-pat .pub-l {
    flex-grow: 1;
    margin-right: 50px;
}

    .pub-lr-pat .pub-r img, .pub-lr-pat .pub-r video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-width: 355px;
    }

.pub-li {
    margin-top: 20px;
}
.pub-li > div{
    display: flex;
}
    .pub-li a {
        color: #00acf5;
    }
.pub-li div:before {
    content: "\2022"; /* 表示圆点的Unicode编码，同时也可以使用其他编码或图片作为标记 */
    vertical-align: middle; /* 居中 */
    font-size: 42px; /* 设置圆点大小 */
    margin: 0 5px 0 2rem; /* 设置圆点与文本之间的距离 */
}

.pub-p {
    margin-bottom: 28px;
}
.pub-p1 {
    margin-bottom: 50px;
}
.img_contain {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 252 / 228;
}
.pub-sp {
    font-size: 0.75em;
    line-height: 1.33333333em;
    color: #4b5564;
    margin-top: 10px;
    /*text-align: left;*/
}
.pub-zj{
    margin-top: 6px;
}
.producttable {
    margin-bottom: 28px;
}

    .producttable .pub-t-head {
        background-color: #b8cce4;
        border-bottom: 1px solid #d9dee8;
    }

.producttable table {
    border:solid 1px #d9dee8;
    table-layout: auto;
    position: relative;
    width: 100%;
    zoom: 1;
    word-break: break-all;
    border-collapse: collapse;
    border-spacing: 0;
}
    .producttable table tr td, .producttable table tr th {
        border: solid 1px #d9dee8;
        text-align: center;
    }

    .producttable table thead {
        /*color: #78879b;*/
    }

.producttable table th.center {
    line-height: 1;
    font-weight: 700;
    text-align: left;
}

.producttable table tr td, .producttable table td.center {
    text-align: center;
}

.producttable table thead tr:first-child th {
    border-top: 0;
}

.producttable table td.head, .producttable table th.head {
    border-left: 1px solid #d9dee8;
    text-align: left;
    width: 25%;
}

.producttable table th {
    border-top: 1px solid #d9dee8;
    padding: 4px;
    vertical-align: middle;
}
/*
.producttable table td, .producttable table th {
    min-width: 40px;
}*/
.producttable table tbody tr.even {
    background-color: #eef0f2;
}

.producttable table tbody tr.hover, .producttable table tbody tr:hover {
    background-color: #e3e3e3;
}

.producttable table th:not(.head), .producttable table td:not(.head) {
    border-left: 1px solid #d9dee8;
}

.producttable table td.left, .producttable table th.left {
    text-align: left;
}

.producttable table td {
    color: #4b5564;
    padding: 15px;
    vertical-align: middle;
    /*min-width: 70px;*/
}
.pub-st-body tbody{
    font-size: 14px;
}
.pub-row-2 {
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.pub-row-2 > div {
    width: 50%;
}

.pub-row-item-l {
    border-bottom: 1px solid black;
    margin-right: 30px;
}

.pub-row-item-r {
    border-bottom: 1px solid black;
    margin-left: 30px;
}
    .pub-row-item-l a, .pub-row-item-r a{
        color: black;
    }

    /*图文*/
    .pub-row-pat-l {
        margin-right: 30px;
        display: block;
        color: black;
    }
.tw_right {
    /*text-align: center;*/
    padding-left: 4rem;
}
.pub-row-pat-r {
    margin-left: 30px;
    display: block;
    color: black;
}
.img-cover {
    overflow: hidden;
    margin-bottom: 28px;
}
.pub-row-pat-l img, .pub-row-pat-r img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 398 / 253;
    /*transition: .5s transform;*/
    transition: all 0.6s ease-in-out;
}
a.pub-row-pat-l:hover img, a.pub-row-pat-r:hover img {
    /*transform: scale(1.03);*/
    transform: scale(1.05) rotate(0.001deg);
}
.pub-contact-us {
    background-color: #f5f5f5;
    margin-bottom: 50px;
}

.pub-cu-form {
    padding: 0 20px 58px 20px;
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
}

.pub-tips {
    color: red;
    display: none;
}

.pub-w5 {
    width: 50%;
}

.pub-w10 {
    width: 100%;
}

.pcu-f-item {
    margin-bottom: 20px;
}
.pcu-f-item-l {
    margin: 0 10px 20px 0;
}
.pcu-f-item-r {
    margin: 0 0 20px 10px;
}
.pub-cu-form input {
    height: 38px;
    width: 100%;
    background-color: #f5f5f5;
    border: 1px solid #cdcdcd;
}

.pub-cu-form textarea {
    width: 100%;
    background-color: #f5f5f5;
    border: 1px solid #cdcdcd;
    resize: vertical;
}

.pcu-f-btn {
    width: 150px;
    height: 30px;
    background-color: #d4a96a;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    color: white;
    padding: 5px;
    cursor: pointer;
}

#customer-server {
    padding-left: 60px;
}

#customer-server a:hover {
    text-decoration: underline;
}

.pub-cs-item {
    margin-bottom: 50px;
}

.pub-cs-item-a {
    /*margin-bottom: 28px;*/
    font-size: 16px;
}

    .pub-cs-item-a a {
        color: #00acf5;
    }

.pub-cs-stitle {
    font-size: 24px;
    line-height: 33px;
    margin: 28px 0;
    color: #17375d;
}

.pub-cs-img {
    margin-bottom: 30px;
    aspect-ratio: 294 / 355;
}

.pub-cs-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*客服框要自动调节，末尾用padding*/
.pub-cs-end {
    padding-bottom: 28px;
}

.pub-link-cs {
    display: inline;
    color: var(--orange);
}

.default-font{
    font-size: 16px;
    line-height: 33px;
}
.w50{
    width: 50%;
}
.mt50{
    margin-top: 50px;
}
.mb20{
    margin-bottom: 20px;
}
.mb50{
    margin-bottom: 50px;
}
.mr20{
    margin-right: 20px;
}
.mr50{
    margin-right: 50px;
}
.pt60{
    padding-top: 60px;
}
.free-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jf3{
    width: calc((100% - 40px) / 3);
    margin: 0 20px 20px 0;
    aspect-ratio: 272 / 197;
}
/*后台编辑的iframe用*/
.ke-content{
    font-size: 16px;
}

/*产品 OEM*/
.imgLeft {
    margin-right: 37px;
    max-width: 370px;
}

.imgRight {
    /*flex-grow: 1;
    width: 50%;*/
}

#imgLeftUp {
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    height: 370px;
    width: 370px;
}

.imgLi {
    overflow-x: auto;
}

.imgMedium {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}

.mediumContainer {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .mediumContainer img {
        max-width: 100%;
        max-height: 370px;
        object-fit: contain;
        padding: 0;
    }

    .mediumContainer video {
        display: none;
        max-width: 100%;
        max-height: 100%;
    }

.imgMedium .magnifier {
    position: absolute;
    display: none;
    width: 180px;
    height: 84px;
    background-image: url(/images/zoom_pup.png)
}

#zhezhao {
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    top: 0;
}

    #zhezhao:hover {
        cursor: pointer;
    }

.img_ul {
    height: 62px;
    display: flex;
}

    .img_ul li {
        width: 54px;
        height: 54px;
        border: 2px solid transparent;
        margin: 4px;
        padding: 2px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .img_ul li img {
            max-width: 100%;
            max-height: 100%;
        }

.float_r {
    width: 900px;
    height: 420px;
    border: 1px solid #eee;
    overflow: hidden;
    display: none;
    background-color: #cdcdcd;
    position: absolute;
    z-index: 1;
}

.li_video:before {
    content: "";
    background-image: url(/images/pl1.png);
    width: 46px;
    height: 46px;
    position: absolute;
    background-size: 100%;
}

.oem_li {
    line-height: 40px;
}

    .oem_li div:before {
        color: #00a0f0;
        font-size: 22px;
        content: "\e648";
        font-family: icomoon;
        margin-right: 1em;
    }
/*描诉框*/
.msk {
    padding: 28px;
    background-color: #f2f2f2;
}

.oem_li1 {
    margin-left: 40px;
}

    .oem_li1 > div {
        margin-bottom: 28px;
    }

        .oem_li1 > div > div {
            display: inline-block;
        }

        .oem_li1 > div:before {
            content: '\2022';
            color: #00a0f0;
            display: inline-block;
            margin-left: -40px;
            margin-right: 26px;
            position: relative;
            width: 10px;
        }

/*bootstrap*/
._d-flex {
    display: flex !important;
}
._col-8 {
    flex: 0 0 auto;
    width: 66.66667%;
}
@font-face {
    font-family: icomoon;
    src: url('/fonts/woff2/thyssen-krupp-iconfont-woff2.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}