.banner-title {
    height: 100%;
    position: relative;
}
h1 {
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
h3.h3 {
    font-size: 26px;
    color: #333;
    margin: 25px auto;
}
.about-show-banner {
    height: 300px;
}
.sepp[data-v-234d0ae6] {
    width: 1188px;
    background-color: #fff;
    padding-left: 10px;
    margin: 0 auto 12px;
}
.w1200 {
width:1200px;
margin:0 auto;
}
.about-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
    .about-item li {
        width: 32%;
        margin-bottom: 40px;
        box-shadow: rgb(0 0 0 / 18%) 0 0 2em;
    }
        .about-item li img {
            width: 100%;
            height: 240px;
        }
        .about-item li a .title {
            padding: 0 15px;
        }
        .about-item li h2 {
            line-height: 2.5;
            font-size: 16px;
        }
            .about-item li h2 i {
            float:right;
            }
        .about-item li a .title .jianjie {
            padding-bottom:15px;

        }
        .main-box .cap-tab {
            background: #f1f3f6;
            display: flex;
            align-items: center;
            margin-bottom: 10px;
        }
.sahngchengjs {

}
.cap-tab .tab-item {
    position: relative;
    top: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 239px;
    height: 60px;
    color: #666;
    font-size: 16px;
    font-weight: 700;
    background: #f1f3f6;
    box-shadow: 0 -3px 4px 0 rgba(198,206,221,.3);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}

    .cap-tab .tab-item.active, .cap-tab .tab-item:hover {
        color: #1e88e5;
        background: #fff;
        border-bottom: 1px solid;
    }
.box .box-item {
    background: #fff;
}
.box-item .gsjj-box {
    display: flex;
    justify-content: space-between;
    padding:20px;
}
.gsjj-box .gsimg {
    width:580px;
}
.gsjj-box .gsjj-content {
    margin-left: 34px;
    position: relative;
    padding-bottom:160px;
}
.gsjj-content .gsjj-title {
    line-height: 3;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 10px;
}
.gsjj-box .gsjj-content .shuzi {
    width: 100%;
    height: 150px;
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
    margin-top: 10px;
    position: absolute;
    bottom: 0;
}
.gsjj-box .gsjj-content .shuzi .item {
    float: left;
    text-align: center;
    width: 33.33%;
    height: 150px;
    position: relative;
    box-sizing: border-box;
    padding-top: 24px;
}
    .gsjj-box .gsjj-content .shuzi .item .p1 span:first-child {
        font-size: 42px;
        color: #1e88e5;
    }
    .gsjj-box .gsjj-content .shuzi .item .p1 span:last-child {
        font-weight: bold;
        font-size: 20px;
        color: #333;
    }
    .gsjj-box .gsjj-content .shuzi .item .p2 {
        font-size: 16px;
        color: #000000;
    }
    .gsjj-box .gsjj-content .shuzi .item::after {
        width: 1px;
        height: 60px;
        background: #E5E5E5;
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -30px;
    }
    .gsjj-box .gsjj-content .shuzi .item:last-child::after {
    width:0;
    }
        .gsjj-box .gsjj-content .shuzi .item:last-child {
            margin-right: 0;
        }
        /*优势*/
.whyus {
    background: url(/images/index/bg2.jpg) no-repeat center;
    background-size: cover;
    padding: 20px 0;
}

    .whyus > div {
        height: 280px;
        display: grid;
        grid-template-columns: repeat(5,1fr);
        grid-column-gap: 29px;
        margin: 36px auto;
    }

    .whyus .whyus-item {
        box-shadow: 0 2px 8px #e9e9e9;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #fff;
    }

.whyus-item i.iconfont {
    margin-top: 54px;
    background-size: cover !important;
    width: 35px;
    height: 33px;
}

.whyus-item .item-title {
    margin-top: 20px;
    font-weight: 400;
    font-size: 18px;
}

.whyus-item > p {
    margin-top: 25px;
    text-align: center;
    font-size: 14px;
    color: #777;
}
.partner .partner-ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.partner-ul li {
    width: 190px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background-color: #fff;
    text-align: center;
    border: 0.5px solid #e5e5e4;
}
    .partner-ul li:nth-child(n+7) {
        margin-top: 10px;
    }
.partner-ul-img {
    max-width: 100%;
    max-height: 100%;
}

/**上传框按钮*/
.uploadfiles {
    position: relative;
    display: inline-block;
    background: #f5f5f5;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    overflow: hidden;
    color: #262626;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
}

    .uploadfiles input {
        position: absolute;
        font-size: 100px;
        right: 0;
        top: 0;
        opacity: 0;
    }

    .uploadfiles:hover {
        background: #00719d;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }

.uploadfiles {
    background-color: #505050;
    background-image: -o-linear-gradient(bottom,#505050 0%,#707070 100%);
    background-image: -moz-linear-gradient(bottom,#505050 0%,#707070 100%);
    background-image: -webkit-linear-gradient(bottom,#505050 0%,#707070 100%);
    background-image: -ms-linear-gradient(bottom,#505050 0%,#707070 100%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#505050),color-stop(1,#707070));
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid #808080;
    color: #FFF!important;
    font: bold 12px Arial,Helvetica,sans-serif;
    text-align: center;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    width: 74px;
    height: 28px;
    line-height: 23px;
}
/**/
/*留言反馈*/
.box .form-group {
    margin-bottom: 0;
    display: flow-root;
}

    .box .form-group .form-group-left, .form-group-right {
        width: 50%;
        float: left;
        height: 128px;
        box-sizing: border-box;
    }


    .box .form-group label {
        display: inline-block;
        margin-bottom: 15px;
        font-weight: 400;
        color: #666;
        font-size: 16px;
    }

    .box .form-group .box-box {
        width: 90%;
        border-radius: 0;
        padding: 0 12px;
        height: 40px;
        background-color: #fff;
        border: 1px solid #ccc;
        box-shadow: none;
        font-size: 13px;
    }

    .box .form-group textarea {
        min-height: 150px;
        min-width: 95%;
        resize: none;
    }

    .box .form-group .btn {
        display: inline-block;
        padding: 6px 25px;
        color: #00719d;
        margin-bottom: 0;
        font-size: 14px;
        line-height: 1.42857143;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        border-width: 1px;
        user-select: none;
        border: 1px solid transparent;
        border-color: #00719d;
        background: #fff;
        cursor: pointer;
    }

.center-left{
    float:right;
    width:750px;
}
.center-right {
float:left;
width:410px;
}
.company-map {
height:400px;
width:100%;
margin:40px auto;
}
/*工厂展示*/
.product-display-list {
    display: flex;
    flex-wrap: wrap;
    margin: 40px auto;
}
    .product-display-list li {
        width: 32%;
        margin-right: 24px;
        text-align: center;
        overflow: hidden;
    }
        .product-display-list li:nth-child(3n) {
        margin-right:0;
        }
        .product-display-list li:nth-child(n+4) {
        margin-top:30px;
        }
        .product-display-list li .group1 {
            display: flex;
            height: 308px;
            justify-content: center;
            align-items: center;
        }
        .product-display-list li .img {
            max-width: 100%;
            max-height: 100%;
        }
            .product-display-list li .img:hover {
                transform: scale(1.03);
                transition: all 0.3s;
            }
        .product-display-list li .title {
            font-weight: normal;
            color: #666;
            font-size:16px;
        }
.factory-item2 {
    background: #1e88e5;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center;
}
    .factory-item2 > a {
        margin: auto;
        width: 50%;
        text-align: center;
    }
    .factory-item2 > a:first-child{
        background: #1e88e5;
    }
    .factory-item2 .tab-item {
        font-weight: 700;
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        color: #ffffff;
    }
    /*分页*/
    .paginationzone {
        text-align: center;
        overflow: hidden;
    }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #428bca;
            background-color: #fff;
            border: 1px solid #ddd;
            margin-left: -1px;
        }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li > a, .pagination > li > span {
            color: #333;
        }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        color: #999;
        background-color: #fff;
        border-color: #ddd;
        cursor: not-allowed;
    }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        color: #fff;
        background-color: #1e88e5 !important;
        border: 1px solid #1e88e5 !important;
    }
    /*荣誉资质*/
.ryzz-display-list {
    display: flex;
    flex-wrap: wrap;
    margin: 40px auto;
}

    .ryzz-display-list li {
        width: 23%;
        margin-right: 28px;
        text-align: center;
        overflow: hidden;
        border: 1px solid #02974552;
    }

        .ryzz-display-list li:nth-child(4n) {
            margin-right: 0;
        }

        .ryzz-display-list li:nth-child(n+5) {
            margin-top: 30px;
        }
        .ryzz-display-list li a.cboxElement {
            padding: 10px;
            display: block;
        }
        .ryzz-display-list li .img {
            max-width: 100%;
            max-height: 100%;
            width: 256px;
            height: 330px;
        }

    .ryzz-display-list li .img:hover {
        transform: scale(1.03);
        transition: all 0.3s;
    }

.ryzz-display-list li .title {
    font-weight: normal;
    color: #666;
    font-size:16px;
    margin-top:10px;
}
/*品质管控*/
.pingzhiguankong {
    background: url(/images/pzgkbg.jpg) no-repeat;
    height: 500px;
}

    .pingzhiguankong .bold h3{
        color: #ffffff;
    }

    .pingzhiguankong .logonei ul {
        float: left;
        background: #fefefe;
    }

        .pingzhiguankong .logonei ul li {
            float: left;
            width: 386px;
            height: 180px;
            margin-left: 10px;
            margin-top: 10px;
            margin-bottom: 10px;
            background: #efefef;
        }

            .pingzhiguankong .logonei ul li h4 {
                float: left;
                width: 335px;
                height: 35px;
                line-height: 35px;
                font-size: 16px;
                margin-left: 32px;
                font-weight: bold;
                margin-top: 25px;
            }

            .pingzhiguankong .logonei ul li p {
                float: left;
                width: 320px;
                margin-left: 32px;
                line-height: 21px;
                margin-top: 10px;
                text-indent: 30px;
                font-size: 14px;
            }
.pinzhi-box .pinzhi-jj {
    padding-bottom: 20px;
}
.pinzhi-item-box {
    background: url(/images/zlgl-bg.jpg) no-repeat #ededee;
    background-size: cover;
    height: 800px;
    padding: 0;
}
    .pinzhi-item-box .box-item {
        display: flex;
        padding-top: 60px;
    }
.pinzhi-item-box .box-item .shower {
    width: 440px;
    height: 640px;
    padding: 20px;
    margin-right: 80px;
    background: #fff;
    border-radius: 2px;
    position: relative;
}
    .pinzhi-item-box .box-item .shower > img {
        width: 100%;
        height: auto;
    }
    .pinzhi-item-box .box-item .shower .caret {
        position: absolute;
        top: 47%;
        right: -18px;
        font-size: 36px;
        color: #fff;
    }
.pinzhi-item-box .box-item .content {
    flex: 1;
    padding-top: 80px;
}
    .pinzhi-item-box .box-item .content .title {
        font-size: 30px;
        color: #fff;
        font-weight: 700;
        text-align: center;
        margin-bottom: 25px;
    }
    .pinzhi-item-box .box-item .content .description {
        text-align: center;
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 75px;
        color: #ccc;
    }
.qa-list {
    width: 100%;
    overflow: hidden;
}
    .qa-list > li {
        float: left;
        width: 33.33%;
        margin-bottom: 3px;
    }
    .qa-list .item {
        height: 66px;
        cursor: pointer;
        color: #fff;
        font-size: 16ox;
        font-weight: 700;
        background: #505050;
        border: 4px solid #505050;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
    .qa-list li:nth-child(3n-2) .item, .qa-list li:nth-child(3n) .item {
        background: #3b3b3b;
        border-color: #3b3b3b;
    }
    .qa-list li .item.active, .qa-list li .item:hover {
        border-color: #029745;
    }

.pinzhi-box .zhiliang {
    margin-top: 60px;
}
.pinzhi-box .zhiliang .zllist .item {
    width: 25%;
    height: 260px;
    position: relative;
    box-sizing: border-box;
    padding-top: 50px;
    float: left;
}
    .pinzhi-box .zhiliang .zllist .item:nth-child(1), .pinzhi-box  .zhiliang .zllist .item:nth-child(3) {
        background-color: #f9f9f9;
    }
    .pinzhi-box .zhiliang .zllist .item .p1 {
        font-size: 24px;
        font-weight: bold;
        color: #000000;
        text-align: center;
    }
    .pinzhi-box .zhiliang .zllist .item .p2 {
        font-size: 16px;
        color: #999999;
        margin-top: 10px;
        text-align: center;
        position: relative;
        z-index: 10;
    }
    .pinzhi-box .zhiliang .zllist .item .shuzi {
        font-size: 120px;
        line-height: 100px;
        font-weight: bold;
        color: #fff;
        position: absolute;
        right: 0;
        bottom: -2px;
    }
    .pinzhi-box .zhiliang .zllist .item:nth-child(2), .pinzhi-box  .zhiliang .zllist .item:nth-child(4) {
        background-color: #fff;
    }
    .pinzhi-box .zhiliang .zllist .item:nth-child(5) {
        background-color: #1e88e5;
        width: 100%;
        padding-left: 40px;
    }
.pinzhi-box .zhiliang .zllist .item:nth-child(5) .p1 {
    text-align: left;
    color:#fff;
}
.pinzhi-box .zhiliang .zllist .item .lis {
    margin-top: 10px;
    color:#fff;
}
    .pinzhi-box .zhiliang .zllist .item .lis span {
        width: 24%;
        margin-bottom: 10px;
        display: inline-block;
    }
    .pinzhi-box .zhiliang .zllist .item:hover {
        background: #1e88e5;
        color: #fff;
    }
        .pinzhi-box .zhiliang .zllist .item:hover .p1, .pinzhi-box .zhiliang .zllist .item:hover .p2 {
            color: #fff;
        }




        .pinzhi-item-box .product-display-list, .pinzhi-item-box .ryzz-display-list {
            margin: auto;
        }