﻿@charset "utf-8";
.wp {
    width: 90%;
    margin: 0 auto;
    max-width: 1400px
}
.pic-scale .pic, .img-scale {
    position: relative;
    overflow: hidden;
}

    .img-scale img, .pic-scale img {
        -webkit-transition: transform .5s;
        -o-transition: transform .5s;
        transition: transform .5s;
    }

    .img-scale:hover img, .pic-scale:hover img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }

    .img-scale.scale2:hover img, .pic-scale.scale2:hover img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }

.oh {
    overflow: hidden;
}
.page-title h3 {
    font-size: 42px;
    line-height: 1.2;
    color: #272933;
    font-weight: bold;
}
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.flex-left {
    display: flex;
    flex-wrap: wrap
}

.flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.flex-v-center {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.flex-v {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flex-v-bottom {
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: left;
}

    /*内页标题*/
    .page-title {
        text-align: center;
        margin-bottom: 50px;
    }

        .page-title h3 {
            font-size: 42px;
            line-height: 1.2;
            color: #272933;
            font-weight: bold;
        }

        .page-title p {
            font-size: 18px;
            color: #767676;
            line-height: 1.5;
            margin-top: 15px;
        }

        .page-title.white h3 {
            color: #fff;
        }

        .page-title.white p {
            color: #f3f3f3;
        }

        .page-title.left {
            text-align: left;
        }
    /*加工实力*/
    .jgsl-item:first-child {
        margin-top: 90px;
    }

    .jgsl-item:last-child {
        margin-bottom: 130px;
    }

    .jgsl-item ~ .jgsl-item {
        margin-top: 120px;
    }

    .jgsl-item .jgsl-intro {
        position: relative;
        background-color: #f2f5fe;
        margin-bottom: 40px;
    }

    .jgsl-item:nth-child(2n) .jgsl-intro {
        flex-direction: row-reverse;
    }

    .jgsl-item .jgsl-intro .pic {
        width: 57.29%;
        height: 520px;
        position: relative;
        z-index: 3;
    }

    .jgsl-item .jgsl-intro .intro {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .jgsl-item:nth-child(2n) .jgsl-intro .intro .wp {
        display: flex;
        flex-direction: row-reverse;
    }

    .jgsl-item .jgsl-intro .intro .des {
        width: 39.58%;
        padding-right: 90px;
    }

    .jgsl-item:nth-child(2n) .jgsl-intro .intro .des {
        padding-right: 0;
        padding-left: 90px;
    }

    .jgsl-item .jgsl-intro .intro .des h4 {
        font-size: 36px;
        line-height: 48px;
        color: #272933;
    }

    .jgsl-item .jgsl-intro .intro .des p {
        font-size: 16px;
        line-height: 32px;
        color: #595757;
        margin-top: 35px;
    }

    .zixun {
        display: inline-block;
        width: 164px;
        height: 38px;
        background-color: #272933;
        border-radius: 19px;
        line-height: 38px;
        text-align: center;
        font-size: 18px;
        color: #ffffff;
    }

        .zixun:hover {
            color: #fff
        }

    .jgsl-item .jgsl-intro .intro .des .zixun {
        margin-top: 45px;
    }

    .jgsl-item .jgsl-list li {
        width: 32%;
    }

    /*非标定制*/
    .zixun-bar-2 {
        text-align: center;
        font-size: 22px;
        line-height: 40px;
        color: #595757;
    }

        .zixun-bar-2 .icon-dianhua {
            color: #595757;
            width: 25px;
            height: 25px;
            margin-right: 12px;
            font-size: 25px;
            vertical-align: middle;
            display: inline-block;
            line-height: 25px;
            margin-top: -4px;
        }

        .zixun-bar-2 .wxzixun {
            display: inline-block;
            width: 158px;
            height: 40px;
            background-color: #292c33;
            border-radius: 19px;
            text-align: center;
            line-height: 40px;
            font-size: 17px;
            color: #fff;
            vertical-align: top;
            margin-left: 40px;
        }

            .zixun-bar-2 .wxzixun i {
                font-size: 26px;
                display: inline-block;
                vertical-align: middle;
                height: 26px;
                line-height: 26px;
                margin-top: -4px;
                margin-right: 10px;
            }

    .odm-lc {
        padding: 80px 0;
        background: url(../images/odm-bg.jpg) no-repeat center;
        background-size: cover;
    }

        .odm-lc .zixun-bar-2 {
            margin-top: 65px;
        }

    .lc-list .item {
        width: 170px;
        height: 194px;
        background: url(../images/lc-bg.png) no-repeat center;
        background-size: contain;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        position: relative;
    }

        .lc-list .item ~ .item:before {
            content: "";
            position: absolute;
            left: -25%;
            width: 25px;
            margin-left: -12.5px;
            width: 25px;
            height: 24px;
            background: url(../images/icon-jg.png) no-repeat center;
            background-size: contain;
        }

        .lc-list .item:hover {
            background-image: url(../images/lc-bg-on.png);
        }

        .lc-list .item i {
            font-size: 50px;
            color: #272933;
            height: 51px;
            line-height: 51px;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
        }

        .lc-list .item p {
            font-size: 18px;
            color: #272933;
            margin-top: 10px;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
        }

        .lc-list .item:hover p, .lc-list .item:hover i {
            color: #fff;
        }

    .odm-bz {
        padding-top: 95px;
        padding-bottom: 100px;
    }

    .swiper-container-odmpztit {
        width: 88.8888%;
        height: 120px;
        background-color: #ffffff;
        box-shadow: 0px 0px 20px 0px rgba(1, 102, 176, 0.15);
        border-radius: 10px;
        margin-top: -60px;
    }

        .swiper-container-odmpztit .swiper-slide {
            padding: 0 50px;
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }

            .swiper-container-odmpztit .swiper-slide h4 {
                width: 40%;
                font-size: 36px;
                line-height: 1;
                color: #272933;
            }

            .swiper-container-odmpztit .swiper-slide p {
                width: 60%;
                text-align: right;
                font-size: 16px;
                line-height: 32px;
                color: #767676;
            }
@media screen and (max-width:1600px) {
    .page-title h3 {
        font-size: 42px;
    }

    .jgsl-item .jgsl-intro .intro .des h4 {
        font-size: 32px;
        line-height: 1.25;
    }

    .jgsl-item .jgsl-intro .intro .des {
        padding-right: 60px;
    }

    .jgsl-item:nth-child(2n) .jgsl-intro .intro .des {
        padding-right: 0;
        padding-left: 60px;
    }
}

@media screen and (max-width:640px) {
    .jgsl-item:first-child {
        margin-top: 50px;
    }

    .page-title {
        margin-bottom: 40px;
    }

        .page-title h3 {
            font-size: 24px;
        }

    .jgsl-item .jgsl-intro .pic {
        width: 100%;
        height: auto;
    }

    .jgsl-item .jgsl-intro .intro .des {
        padding-right: 0;
        width: 100%;
    }

        .jgsl-item .jgsl-intro .intro .des h4 {
            font-size: 20px;
        }

        .jgsl-item .jgsl-intro .intro .des p {
            font-size: 14px;
            line-height: 1.75;
            margin-top: 30px;
        }

    .jgsl-item .jgsl-intro .intro {
        position: static;
        padding: 40px 0;
    }

        .jgsl-item .jgsl-intro .intro .des .zixun {
            margin-top: 35px;
            font-size: 14px;
            width: 120px;
        }

    .jgsl-item .jgsl-list li {
        width: 100%;
    }

        .jgsl-item .jgsl-list li ~ li {
            margin-top: 10px;
        }

    .jgsl-item ~ .jgsl-item {
        margin-top: 60px;
    }

    .jgsl-item:nth-child(2n) .jgsl-intro .intro .des {
        padding-right: 0;
        padding-left: 0;
    }

    .jgsl-item:last-child {
        margin-bottom: 60px;
    }
    .odm-lc {
        padding: 50px 0;
    }

    .odm-bz {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .lc-list .item {
        width: 105px;
        height: 125px;
        margin-bottom: 15px;
    }

        .lc-list .item ~ .item:before {
            display: none;
        }

        .lc-list .item p {
            font-size: 15px;
            margin-top: 5px;
        }

        .lc-list .item i {
            font-size: 40px;
            height: 41px;
            line-height: 41px;
        }

    .odm-lc .zixun-bar-2 {
        margin-top: 35px;
    }

    .odm-lc .zixun-bar-2 {
        display: none;
    }
}