﻿
.pro-detail-banner {
    background: #7fc1ee;
    background-size: cover !important
}

    .pro-detail-banner .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        height: 37.5vw
    }

    .pro-detail-banner .info {
        width: 50%
    }

        .pro-detail-banner .info .title {
            font-size: 1.5625vw;
            line-height: 1.5;
            font-weight: 500;
            color: #333
        }

        .pro-detail-banner .info .text {
            margin-top: .520833vw;
            font-size: 2.1875vw;
            line-height: 1.2;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 6;
            overflow: hidden;
            color: #333
        }

        .pro-detail-banner .info .s-btn {
            margin-top: 2.604167vw;
            display: inline-block;
            width: 8.333333vw;
            line-height: 2.604167vw;
            text-align: center;
            font-size: .729167vw;
            font-weight: 500;
            border-radius: .260417vw;
            background: #eb6e04;
            color: #fff;
            -webkit-transition: all .4s;
            transition: all .4s
        }

            .pro-detail-banner .info .s-btn:hover {
                -webkit-transform: scale(.9);
                transform: scale(.9)
            }

    .pro-detail-banner .img {
        width: 50%
    }

        .pro-detail-banner .img img {
            display: block;
            margin: 0 auto;
            max-width: 80%;
            max-height: 12.5vw
        }

.tab-fixed {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

    .tab-fixed.active {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 12;
        background: #f7f7f7;
        border-top: 1px solid rgba(0, 0, 0, .1)
    }

        .tab-fixed.active .tab {
            font-size: .833333vw
        }

    .tab-fixed .tab {
        position: relative;
        padding: 0 1.041667vw;
        margin: 0 2.083333vw;
        line-height: 4.166667vw;
        font-size: 1.041667vw;
        font-weight: 500;
        color: #666
    }

        .tab-fixed .tab.active,
        .tab-fixed .tab:hover {
            color: #0054a6
        }

            .tab-fixed .tab.active:after,
            .tab-fixed .tab:hover:after {
                width: 30%
            }

        .tab-fixed .tab:after {
            display: block;
            content: "";
            position: absolute;
            left: 50%;
            bottom: -1px;
            width: 0;
            height: .15625vw;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-transition: all .4s;
            transition: all .4s;
            background: #0054a6
        }

.pro-about {
    padding: 2.166667vw 0 3.125vw
}

    .pro-about .title {
        font-size: 1.5625vw;
        text-align: center;
        color: #333;
        font-weight: 500
    }

    .pro-about .text {
        width: 37.5vw;
        margin: 1.041667vw auto;
        font-size: .833333vw;
        line-height: 1.9;

        color: #666
    }

.pro-swiper {
    width: 52.083333vw;
    margin: 5.208333vw auto 0
}

    .pro-swiper .swiper-slide img {
        display: block;
        width: auto;
        height: 19.270833vw;
        margin: 0 auto
    }

    .pro-swiper svg {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 2.083333vw;
        height: 2.083333vw;
        color: #666;
        z-index: 2;
        -webkit-transition: all .4s;
        transition: all .4s
    }

        .pro-swiper svg:hover {
            color: #0054a6;
            -webkit-transform: translateY(-50%) scale(1.2);
            transform: translateY(-50%) scale(1.2)
        }

    .pro-swiper .bi-arrow-right {
        left: auto;
        right: 0
    }

    .pro-swiper .swiper-pagination {
        margin-top: 3.645833vw;
        position: static
    }

        .pro-swiper .swiper-pagination span {
            display: inline-block;
            width: 5.729167vw;
            height: 3.645833vw;
            padding: .78125vw 1.197917vw;
            margin: 0 .520833vw;
            border-radius: 0;
            opacity: 1;
            border: 1px solid #e7e7e7;
            background: #fff
        }

            .pro-swiper .swiper-pagination span.swiper-pagination-bullet-active {
                border-width: .15625vw;
                border-color: #0054a6
            }

            .pro-swiper .swiper-pagination span img {
                display: block;
                width: 100%;
                height: 100%;
                -o-object-fit: contain;
                object-fit: contain
            }

.pro-function {
    padding: 5.208333vw 0 2.604167vw;
    background: url(/images/bg.png) no-repeat 50% 50%;
    background-size: cover
}

    .pro-function .title {
        font-size: 1.5625vw;
        line-height: 1.2;
        font-weight: 500;
        text-align: center;
        color: #333
    }

    .pro-function .function-box {
        margin: 2.604167vw -1.041667vw 0;
        font-size: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .pro-function .function-box .list {
            display: inline-block;
            width: 25%;
            padding: 0 1.041667vw 2.083333vw
        }

            .pro-function .function-box .list .list-box {
                padding: 1.302083vw;
                height: 100%;
                background: hsla(0, 0%, 100%, .8);
                border-radius: 1.041667vw;
                overflow: hidden;
                text-align: center
            }

            .pro-function .function-box .list .icon {
                display: block;
                width: auto;
                height: 5.208333vw;
                margin: 0 auto
            }

            .pro-function .function-box .list .name {
                font-size: 1.145833vw;
                line-height: 1.2;
                margin: .520833vw 0;
                color: #0054a6
            }

            .pro-function .function-box .list .text {
                font-size: .833333vw;
                line-height: 1.6;
                color: #666
            }

.specs-params {
    padding: 4.6875vw 0 5.208333vw
}

    .specs-params .title {
        font-size: 1.5625vw;
        line-height: 1.2;
        font-weight: 500;
        text-align: center;
        color: #333
    }

    .specs-params .specs-box {
        margin-top: 1.822917vw
    }

        .specs-params .specs-box .list {
            position: relative;
            border-bottom: 1px solid #beccdb
        }

            .specs-params .specs-box .list:after,
            .specs-params .specs-box .list:before {
                display: block;
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: .104167vw;
                opacity: 0;
                background: #0054a6
            }

            .specs-params .specs-box .list:before {
                top: auto;
                bottom: 0
            }

            .specs-params .specs-box .list:first-child {
                border-top: 1px solid #beccdb
            }

            .specs-params .specs-box .list.active:after,
            .specs-params .specs-box .list.active:before {
                opacity: 1
            }

            .specs-params .specs-box .list.active .specs-head {
                padding: .677083vw 0
            }

                .specs-params .specs-box .list.active .specs-head .icon {
                    background-image: url(/images/collect_0.png)
                }

                .specs-params .specs-box .list.active .specs-head .name {
                    color: #0054a6
                }

        .specs-params .specs-box .specs-head {
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            padding: 1.25vw 0;
            -webkit-box-align: center;
            -webkit-align-items: center;
            align-items: center
        }

            .specs-params .specs-box .specs-head .name {
                -webkit-box-flex: 1;
                -webkit-flex: 1;
                flex: 1;
                font-size: 1.041667vw;
                font-weight: 500;
                line-height: 1.5;
                color: #333
            }

            .specs-params .specs-box .specs-head .icon {
                width: 1.041667vw;
                height: 1.041667vw;
                margin-right: .520833vw;
                background: url(/images/collect_1.png) no-repeat 50% 50%;
                background-size: 100%
            }

        .specs-params .specs-box .specs-detail {
            display: none
        }

            .specs-params .specs-box .specs-detail .tr {
                display: -webkit-box;
                display: -webkit-flex;
                display: flex;
                padding: .520833vw 0;
                background: rgba(0, 84, 166, .05)
            }

                .specs-params .specs-box .specs-detail .tr:nth-child(2n) {
                    background: #fff
                }

            .specs-params .specs-box .specs-detail .td {
                width: 30%;
                text-align: right;
                /* font-size: .833333vw; */
                line-height: 1.8;
                font-weight: 500;
                color: #333;
                word-break: break-all
            }
            .specs-params .specs-box .specs-detail .td:nth-child(even) {
                width: 60%;
                text-align: right;
                /* font-size: .833333vw; */
                line-height: 1.8;
                font-weight: 500;
                color: #333;
                word-break: break-all
            }


                .specs-params .specs-box .specs-detail .td:last-child {
                    padding-right: 10%;
                    text-align: left
                }

                .specs-params .specs-box .specs-detail .td span {
                    display: inline-block;
                    width: 10.9375vw;
                    text-align: left
                }

.en .specs-params .specs-box .specs-detail .td span {
    width: 13.020833vw
}

.pro-field {
    position: relative
}

    .pro-field .title {
        position: absolute;
        width: 100%;
        top: 3.90625vw;
        font-size: 1.5625vw;
        line-height: 1.2;
        font-weight: 600;
        text-align: center;
        color: #fff;
        z-index: 2
    }

    .pro-field .swiper-slide img {
        display: block;
        max-width: 100%;
        height: 32.291667vw;
        -o-object-fit: cover;
        object-fit: cover
    }

    .pro-field .swiper-pagination {
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 1.041667vw 0;
        background: rgba(0, 0, 0, .4)
    }

        .pro-field .swiper-pagination span {
            position: relative;
            width: auto;
            height: auto;
            opacity: 1;
            font-size: .833333vw;
            color: #fff;
            font-weight: 700;
            line-height: 1.1;
            padding: .885417vw .9375vw;
            margin: 0 .520833vw;
            background: transparent;
            border-radius: .260417vw;
            -webkit-transition: all .4s;
            transition: all .4s
        }

            .pro-field .swiper-pagination span.swiper-pagination-bullet-active {
                font-size: 1.041667vw;
                background: #f4a000
            }

.swiper-btn {
    margin-top: 1.822917vw
}

    .swiper-btn svg {
        width: 1.354167vw;
        height: 1.354167vw;
        margin: 0 .78125vw;
        color: #666
    }

        .swiper-btn svg:hover {
            color: #0054a6
        }

        .swiper-btn svg.swiper-button-disabled {
            opacity: .5
        }

.document-download {
    padding-top: 5.989583vw
}

    .document-download .title {
        font-size: 1.5625vw;
        line-height: 1.2;
        font-weight: 500;
        text-align: center;
        color: #333
    }

    .document-download .download-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 1.822917vw -.520833vw 0
    }

        .document-download .download-box .list {
            width: 50%;
            padding: 0 .520833vw;
            margin-bottom: 1.5625vw
        }

            .document-download .download-box .list .list-box {
                display: -webkit-box;
                display: -webkit-flex;
                display: flex;
                -webkit-box-align: center;
                -webkit-align-items: center;
                align-items: center;
                width: 100%;
                border: 1px solid #beccdb;
                padding: .260417vw 2.083333vw;
                height: 6.770833vw;
                border-radius: .520833vw
            }

            .document-download .download-box .list .icon {
                display: block;
                width: 3.125vw;
                height: auto
            }

            .document-download .download-box .list .video {
                position: relative
            }

                .document-download .download-box .list .video .video-img {
                    display: block;
                    width: 7.5vw;
                    height: 4.166667vw;
                    -o-object-fit: contain;
                    object-fit: contain
                }

                .document-download .download-box .list .video .video-icon {
                    display: block;
                    width: 2.604167vw;
                    height: auto;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%)
                }

            .document-download .download-box .list .info {
                -webkit-box-flex: 1;
                -webkit-flex: 1;
                flex: 1;
                margin-left: 2.083333vw
            }

                .document-download .download-box .list .info .name {
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    font-size: .9375vw;
                    line-height: 1.2;
                    font-weight: 700;
                    color: #333
                }

                .document-download .download-box .list .info .time {
                    margin-top: .416667vw;
                    font-size: .729167vw;
                    color: #999;
                    line-height: 2;
                    font-weight: 700
                }

            .document-download .download-box .list .btn {
                border: 1px solid #394a66;
                width: 2.604167vw;
                height: 2.604167vw;
                border-radius: 50%;
                margin-left: .520833vw;
                -webkit-transition: all .4s;
                transition: all .4s
            }

                .document-download .download-box .list .btn:hover {
                    -webkit-transform: scale(.9);
                    transform: scale(.9)
                }

            .document-download .download-box .list .download-btn {
                background: url(../image/productDetail/download.png) no-repeat 50% 50%;
                background-size: .729167vw .9375vw
            }

            .document-download .download-box .list .view-btn {
                background: url(../image/productDetail/view.png) no-repeat 50% 50%;
                background-size: .989583vw .572917vw
            }

.recommend {
    padding: 2.34375vw 4.6875vw
}

    .recommend .title {
        font-size: 1.5625vw;
        line-height: 1.2;
        font-weight: 500;
        text-align: center;
        color: #333
    }

    .recommend .recommend-box {
        font-size: 0;
        margin: 1.822917vw -.520833vw 0
    }

        .recommend .recommend-box .list {
            display: inline-block;
            width: 25%;
            padding: 0 .520833vw;
            margin-bottom: 1.5625vw
        }

            .recommend .recommend-box .list .list-box {
                display: block;
                padding: 2.604167vw 1.041667vw 1.302083vw;
                text-align: center;
                border: 1px solid #beccdb;
                border-radius: .520833vw
            }

                .recommend .recommend-box .list .list-box:hover .img img {
                    -webkit-transform: scale(.9);
                    transform: scale(.9)
                }

                .recommend .recommend-box .list .list-box:hover .sub-name,
                .recommend .recommend-box .list .list-box:hover .title-name {
                    -webkit-transform: translateY(-.520833vw);
                    transform: translateY(-.520833vw)
                }

                .recommend .recommend-box .list .list-box .img {
                    height: 5.208333vw;
                    margin-bottom: 2.604167vw;
                    overflow: hidden
                }

                    .recommend .recommend-box .list .list-box .img img {
                        display: block;
                        margin: 0 auto;
                        height: 100%;
                        width: auto;
                        -webkit-transition: all .4s;
                        transition: all .4s
                    }

            .recommend .recommend-box .list .sub-name,
            .recommend .recommend-box .list .title-name {
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                font-size: .833333vw;
                line-height: 1.5;
                font-weight: 500;
                color: #333;
                -webkit-transition: all .4s;
                transition: all .4s
            }

@media (max-width:640px) {
    .pro-detail-banner .info .title {
        font-size: 14px;
        white-space: normal
    }

    .pro-detail-banner {
        padding: 30px 0
    }

        .pro-detail-banner .info .text {
            font-size: 14px;
            display: none
        }

            .pro-detail-banner .info .text > div {
                margin-top: 8px
            }

            .pro-detail-banner .info .text * {
                font-size: 12px !important;
                line-height: 14px !important
            }

        .pro-detail-banner .info .s-btn {
            width: auto;
            font-size: 12px;
            padding: 8px 20px
        }

        .pro-detail-banner .img img {
            max-height: 60px
        }

        .pro-detail-banner .container {
            height: auto;
            padding: 25px 15px
        }

    .tab-fixed .tab {
        font-size: 12px !important;
        margin: 0 5px;
        padding: 10px 0;
        white-space: nowrap
    }

    .pro-about {
        padding: 30px 0
    }

        .pro-about .title {
            font-size: 18px
        }

        .pro-about .text {
            width: 90%;
            font-size: 14px
        }

    .pro-swiper {
        width: 90%
    }

        .pro-swiper .swiper-slide img {
            height: 100px
        }

        .pro-swiper svg {
            width: 20px;
            height: 20px
        }

        .pro-swiper .swiper-pagination {
            margin-top: 25px
        }

            .pro-swiper .swiper-pagination span {
                width: 50px;
                height: 30px
            }

    .pro-function {
        padding: 30px 0 15px
    }

        .pro-function .title {
            font-size: 18px
        }

        .pro-function .function-box {
            margin: 25px -7px 0
        }

            .pro-function .function-box .list {
                width: 50%;
                padding: 0 7px;
                margin-bottom: 15px
            }

                .pro-function .function-box .list .list-box {
                    padding: 15px 7px
                }

                .pro-function .function-box .list .icon {
                    height: 40px
                }

                .pro-function .function-box .list .name {
                    padding: 5px 0;
                    font-size: 14px
                }

                .pro-function .function-box .list .text {
                    margin-top: 5px;
                    font-size: 13px
                }

    .specs-params {
        padding: 30px 0
    }

        .specs-params .title {
            font-size: 18px
        }

        .specs-params .specs-box .specs-head {
            padding: 10px 0
        }

            .specs-params .specs-box .specs-head .name {
                font-size: 14px
            }

            .specs-params .specs-box .specs-head .icon {
                width: 10px;
                height: 10px
            }

        .specs-params .specs-box .list.active .specs-head {
            padding: 10px 0
        }

        .specs-params .specs-box .specs-detail .td span {
            width: auto !important
        }

        .specs-params .specs-box .specs-detail .td {
            padding: 0 10px !important;
            font-size: 14px
        }

            .specs-params .specs-box .specs-detail .td span {
                font-size: 14px
            }

        .specs-params .specs-box .specs-detail .tr {
            padding: 10px 0
        }

    .pro-field .swiper-slide img {
        height: 230px
    }

    .pro-field .title {
        font-size: 18px
    }

    .pro-field .swiper-pagination span {
        font-size: 12px
    }

        .pro-field .swiper-pagination span.swiper-pagination-bullet-active {
            font-size: 14px
        }

    .document-download {
        padding-top: 30px
    }

        .document-download .title {
            font-size: 18px
        }

        .document-download .download-box {
            margin-top: 25px
        }

            .document-download .download-box .list {
                width: 100%;
                margin-bottom: 10px
            }

                .document-download .download-box .list .list-box {
                    height: auto;
                    padding: 10px
                }

                .document-download .download-box .list .icon {
                    width: 30px
                }

                .document-download .download-box .list .info {
                    margin-left: 10px
                }

                    .document-download .download-box .list .info .name {
                        font-size: 14px
                    }

                    .document-download .download-box .list .info .time {
                        font-size: 12px
                    }

                .document-download .download-box .list .btn {
                    width: 25px;
                    height: 25px;
                    background-size: 10px !important
                }

    .recommend {
        padding: 30px 0
    }

        .recommend .title {
            font-size: 18px
        }

        .recommend .recommend-box {
            margin-top: 25px
        }

            .recommend .recommend-box .list {
                width: 50%
            }

                .recommend .recommend-box .list .list-box {
                    padding: 15px 5px 10px
                }

                    .recommend .recommend-box .list .list-box .img {
                        padding: 15px;
                        height: 95px;
                        max-width: 90%;
                        margin: 0 auto
                    }

                .recommend .recommend-box .list .sub-name,
                .recommend .recommend-box .list .title-name {
                    font-size: 14px
                }

    .swiper-btn svg {
        width: 20px;
        height: 20px
    }
}

.pro-model-5 { padding: 0px}

.pro-model-5 .title { font-size: 30px; line-height: 30px; padding-bottom: 45px; text-align: center; color: #333; }

.pro-model-5 .pro-list { margin: 0 -10px; }

.pro-model-5 .pro-list .list { width: 50%; float: left; padding: 0 10px; height: 265px; margin-bottom: 30px; }

.pro-model-5 .pro-list .list:hover .img img { -webkit-transform: scale(1.1); transform: scale(1.1); }

.pro-model-5 .pro-list .list:hover .info .info-box .text { color: #02529b; }

.pro-model-5 .pro-list .list .img { height: 100%; width: 45%; float: left; overflow: hidden; }

.pro-model-5 .pro-list .list .img img { width: 100%; height: 100%; object-fit: cover; transition: all 0.4s; }

.pro-model-5 .pro-list .list .info { width: 55%; float: left; height: 100%; position: relative; background: #f2f2f2; }

.pro-model-5 .pro-list .list .info .info-box { position: absolute; width: 100%; padding: 0 35px; left: 0; bottom: 35px; }

.pro-model-5 .pro-list .list .info .info-box .icon { height: 82px; }

.pro-model-5 .pro-list .list .info .info-box .text { margin-top: 30px; font-size: 24px; line-height: 30px; color: #333; transition: all 0.4s; }

@media screen and (max-width: 1200px) {
    .pro-model-3 .info-content .info-text { padding: 0 4%; max-height: 90%; }
    .pro-model-5 .pro-list .list { height: 180px; }
    .pro-model-5 .pro-list .list .info .info-box .icon { height: 45px; }
    .pro-model-5 .pro-list .list .info .info-box .text { margin-top: 20px; font-size: 20px; line-height: 24px; }
}

@media screen and (max-width: 950px) {
    .pro-model-5 .pro-list .list { height: 145px; }
    .pro-model-5 .pro-list .list .info .info-box { padding: 0 10%; bottom: 7%; }
    .pro-model-5 .pro-list .list .info .info-box .text { font-size: 18px; line-height: 20px; }
    .pro-model-5 { padding: 60px 0 80px; }

}



.comm-info .info-title { font-size: 26px; line-height: 30px; color: #333; }

.comm-info .text { font-family: 'en-web-text'; margin-top: 25px; font-size: 16px; line-height: 30px; color: #666; }


/* .pro-model-3 { background: #fff; background: linear-gradient(#d9d9d9 0%, #f2f2f2 100%); } */
.pro-model-3{background: url(/images/bg.png) no-repeat 50% 50%;
    background-size: cover}


.pro-model-3-img{width: 30%; float: right; display: block; margin-top: 40px;}

.pro-model-3 .info-content { padding-top: 45px; padding-bottom: 65px; }

.pro-model-3 .info-content .info-text { float: left; width: 60%; padding: 0 65px; }

.pro-model-1 { padding: 0px 0 0px; background: #f2f2f2; }

.pro-model-1 .pro-box { display: -webkit-flex; display: -ms-flexbox; display: flex; position: relative; }

.pro-model-1 .pro-box::after { position: absolute; content: ''; display: block; bottom: 5%; right: 0; width: 55%; height: 1px; z-index: 10;}

.pro-model-1 .imgbox { width: 50%; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; background: #e5e5e5; position: relative; overflow: hidden; }

.pro-model-1 .imgbox .img { transition: all 0.4s; width: 100%; }

.pro-model-1 .imgbox .play-btn { position: absolute; top: 50%; left: 50%; width: 90px; height: 90px; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 2; }

.pro-model-1 .imgbox .play-btn::after { content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: url(../img/yuan.png) no-repeat 50% 50%; background-size: contain; z-index: 1; -webkit-transform: rotate(0) scale(0.6); transform: rotate(0) scale(0.6); opacity: 0.9; }

.pro-model-1 .imgbox .play-btn .icon { top: 50%; left: 50%; position: absolute; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 2; }

.pro-model-1 .imgbox .img-box { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; height: 100%; }

.pro-model-1 .imgbox .img-box:hover .img { -webkit-transform: scale(1.1); transform: scale(1.1); }

.pro-model-1 .imgbox .img-box:hover .play-btn::after { -webkit-animation: play 4s linear infinite; animation: play 4s linear infinite; }

.pro-model-1 .info { width: 50%; padding: 5% 50px 0 70px; position: relative; }

.pro-model-1 .info .info-title { font-size: 26px; line-height: 30px; color: #02529b; }

.pro-model-1 .info .text { font-family: 'en-web-text'; margin-top: 25px; font-size: 16px; line-height: 30px; max-height: 67%; overflow: auto; color: #666; }

@media screen and (max-width: 650px) {
    .pro-model-5 .pro-list .list { width: 100%; height: 125px; margin-bottom: 25px; }
    .pro-model-5 .pro-list .list:last-child { margin: 0; }
    .pro-model-5 .pro-list .list .info .info-box .icon { height: 35px; }
    .pro-model-3-img{width: 100%;display: inline;}
    .pro-model-3 .info-content .info-text{width: 100%; display: inline; padding: 0;}
    .pro-model-1 .imgbox { width: 100%; }
    .pro-model-1 .pro-box::after { display: none; }
    .product-list .list { width: 50%; margin-bottom: 15px; }
    .product-list .list .title { font-size: 18px; margin-top: 15px; }
    .product-list .list .info-text { font-size: 12px; line-height: 16px; }
    .video-box .list { width: 50%; margin-bottom: 15px; }
    .video-box .list .title { font-size: 14px; }
    .inside-product-banner .kv-box .kv-text { width: 70%; left: 18px; }
    .inside-product-banner .kv-box .kv-text .text { font-size: 18px; line-height: 20px; word-break: break-all; padding-bottom: 17px; margin-bottom: 10px; }
    .inside-product-banner .kv-box .kv-text .kv-title { font-size: 18px; line-height: 20px; }
    .inside-product-banner .kv-box .kv-text .icon { height: 15px; margin-top: 14px; }
    .inside-product-banner { height: 250px; }
    .inside-product-banner .kv-box .pro-img { right: 18px; max-width: 15%; }
    .tab .list { font-size: 18px; line-height: 45px; border-bottom-width: 2px; }
    .pro-model-1 .pro-box { display: block; }
    .pro-model-1 .img { width: 100%; display: block;}
    .pro-model-1 .info { width: 100%; padding: 30px 0 0; }
    .pro-model-1 .info .text { max-height: none; }
}



.product-exhibition__wrap {
    font-size: 0;
    padding-top: 120px;
    padding-bottom: 80px
}

.product-exhibition__wrap .rows {
    position: relative;
    display: inline-block;
    width: 50%;
    vertical-align: top
}

.product-exhibition__wrap .row-right {
    padding-top: 60px;
    padding-left: 160px
}

.product-exhibition__wrap .row-right .title label {
    font-size: 48px;
    font-weight: bold;
    line-height: 1.2;
    color: #202020
}

.product-exhibition__wrap .row-right .title p {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    color: #202020
}

.product-exhibition__wrap .row-right .txt {
    margin-top: 45px
}

.product-exhibition__wrap .btn-func {
    position: relative;
    margin-top: 60px
}

.product-exhibition__wrap .btn-func>a {
    margin-right: 40px
}

.product-exhibition__wrap .proe-chat__box {
    position: absolute;
    right: 0;
    top: 0
}

.product-exhibition__wrap .proe-chat__box span,
.product-exhibition__wrap .proe-chat__box a {
    display: inline-block;
    vertical-align: middle
}

.product-exhibition__wrap .proe-chat__box span {
    font-size: 14px;
    color: #1F368F
}

.product-exhibition__wrap .proe-chat__box a {
    position: relative;
    margin-right: 12px
}

.product-exhibition__wrap .proe-chat__box a .proe-code {
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -50px;
    top: -145px;
    max-width: 140px
}

.product-exhibition__wrap .proe-chat__box .proe-01 .proe-iq {
    width: 32px
}

.product-exhibition__wrap .proe-chat__box .proe-02 img {
    width: 58px
}


.product-exhibition__wrap {
    padding-top: 6.25vw;
    padding-bottom: 4.16667vw
}

.product-exhibition__wrap .row-right {
    padding-top: 3.125vw;
    padding-left: 8.33333vw
}

.product-exhibition__wrap .row-right .txt {
    margin-top: 2.34375vw
}

.product-exhibition__wrap .btn-func {
    margin-top: 3.125vw
}

.product-exhibition__wrap .btn-func>a {
    margin-right: 2.08333vw
}


.product-exhibition__wrap .row-right {
    padding-top: 0
}

.product-exhibition__wrap .row-right .title label {
    font-size: 42px
}

.product-exhibition__wrap .row-right .title p {
    font-size: 30px
}
.product-exhibition__wrap .row-right {
    padding-top: 0
}

.product-exhibition__wrap .row-right .title label {
    font-size: 38px
}

.product-exhibition__wrap .row-right .title p {
    font-size: 28px
}


.product-exhibition__wrap {
    padding-top: 60px;
    padding-bottom: 40px
}

.product-exhibition__wrap .row-right {
    padding-left: 30px
}

.product-exhibition__wrap .row-right .title label {
    font-size: 32px;
    display: block;
    margin-bottom: 4px
}

.product-exhibition__wrap .row-right .title p {
    font-size: 24px
}

.product-exhibition__wrap .row-right .txt {
    margin-top: 24px
}

.product-exhibition__wrap .btn-func {
    margin-top: 30px
}

.product-exhibition__wrap .btn-func>a {
    margin-right: 20px
}

.product-exhibition__wrap .proe-chat__box {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 30px
}

.w1600 {
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto
}

.pro-exhibition__slick img {
    width: 100%
}

@media (max-width: 800px) {
    .product-data__banner .cont h2 {
        font-size: 25px;
        margin-bottom: 12px
    }

    .product-exhibition__wrap .row-right {
        padding-left: 0
    }

    .product-exhibition__wrap .row-right .title label {
        font-size: 26px
    }

    .product-exhibition__wrap .row-right .title p {
        font-size: 20px
    }

    .product-exhibition__wrap .rows {
        width: 100%
    }

    .product-exhibition__wrap .row-left {
        margin-bottom: 25px
    }

    .product-exhibition__wrap .proe-chat__box span {
        font-size: 12px
    }

    .product-exhibition__wrap .proe-chat__box .proe-01 .proe-iq {
        width: 26px
    }

    .product-exhibition__wrap .proe-chat__box .proe-02 img {
        width: 46px
    }

    .product-exhibition__wrap .proe-chat__box a .proe-code {
        left: -38px;
        top: -120px;
        max-width: 115px
    }

    a .proe-code .prodect-data__video {
        padding-top: 60%
    }

    a .proe-code .prodect-data__video .txt h3 {
        font-size: 22px
    }

    a .proe-code .prodect-data__video .vid-btn i {
        font-size: 30px
    }

    .product-feature__wrap .item:nth-child(odd) figure,
    .product-feature__wrap .item:nth-child(odd) article,
    .product-feature__wrap .item:nth-child(even) figure,
    .product-feature__wrap .item:nth-child(even) article {
        float: none;
        width: 100%;
        padding-top: 0;
        padding-left: 0
    }

    .product-feature__wrap .item figure {
        margin-bottom: 25px
    }

    .product-feature__wrap .item-attr strong {
        font-size: 22px;
        line-height: 1.6
    }

    .product-feature__wrap .item-attr span {
        font-size: 12px;
        line-height: 1.6
    }

    .product-feature__wrap .title h1 {
        font-size: 24px
    }

    .product-feature__wrap .txt {
        max-width: 100%
    }

    .product-list__wrap {
        padding-bottom: 60px
    }

    .product-list__wrap .partner-arrow {
        display: none
    }

    .product-toggle__table table {
        width: 900px !important
    }

    .product-toggle__table .product-table__main {
        width: 100%;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch
    }

    .product-toggle__table .slide-dec {
        display: block;
        text-align: center;
        margin-top: 15px
    }

    .product-toggle__table .slide-dec i {
        font-size: 32px;
        color: #999
    }

    .product-toggle__table .slide-dec span {
        font-size: 16px;
        color: #999;
        display: block;
        margin-top: 8px
    }
}