:root {
    --body-text-color: #3f3f3f;
    --heading-text-color: #111111;
    --menu-link-color: #111111;
    --white-color: #ffffff;
    --very-light-gray: #f2f2f2;
    --light-gray: #ebebeb;
    --gray: #cccccc;
    --dark-gray: #797979;
    --success: #28a745;
    --success-bg: #d4edda;
    --info: #17a2b8;
    --info-bg: #cce5ff;
    --warning: #ffc107;
    --warning-bg: #fff3cd;
    --danger: #dc3545;
    --danger-bg: #f8d7da;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

/* 公用的几个样式 container居中   row一行  col*/
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.container-width {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1440px;
}

.bg-gray {
    background-color: #f6f5ff !important;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}


.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


.gh-col-lg-8,
.gh-col-lg-3-1,
.gh-col-md-4,
.gh-col-sm-6,
.col-lg-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}



@media (min-width: 576px) {
    .gh-col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .gh-col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 992px) {
    .gh-col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .gh-col-lg-3-1 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.productionline-title {
    font-size: 46px;
    font-weight: 600;
    text-align: center;
    margin-top: 30px;
}

.fl {
    float: left;
}

/* 特色图标 */
.section-padding {
    padding: 100px 0px;
}

.section-padding-sm {
    padding: 50px 0px;
}



@media (max-width: 768px) {
    .section-padding {
        padding: 30px 0px;
    }

    .section-padding-sm {
        padding: 20px 0px;
    }
}

.productionline .container {
    max-width: 1200px;
}

.productionline .heading-wrapper {
    margin-bottom: 30px;
}

.productionline .heading-wrapper h1 {

    font-size: 48px;
    font-weight: bold;
    color: var(--heading-text-color);
    letter-spacing: -1px;
    margin-bottom: 18px;
    line-height: 1.2;
}

.productionline .heading-wrapper h1::after {
    height: 6px;
    width: 60px;
    content: "";
    display: block;
    margin-top: 18px;
    background: -webkit-linear-gradient(left, #2E388F 0%, #2E388F 100%);
    background: linear-gradient(to right, #2E388F 0%, #2E388F 100%);
}

.productionline .lead-text,
.lead-text p {
    font-size: 20px;
    line-height: 1.6;
}

.productionline .features-block {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.productionline .features-block:hover {
    scale: 1.1;
}

.productionline .features-block .inner-box {
    background: var(--white-color);
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--light-gray);
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    padding: 30px 15px;
    position: relative;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
}

.productionline .features-block .icon {
    margin: 0px auto 18px;
    text-align: center;
    display: table;
    font-size: 45px;
}

.productionline .features-block .icon img {
    max-width: 68px;
    max-height: 68px;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}


.productionline .features-block .text h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    color: var(--heading-text-color);
    letter-spacing: -0.4px;
    margin-bottom: 10px !important;
    font-size: 18px !important;
    margin-bottom: 0;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

.productionline .features-block .text p {
    height: 60px;
    font-size: 16px !important;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}

/* 特色图标end */


/* 图文介绍 */

.product-img-desc {
    background-color: #F8F8F8;
}

.product-img-desc .top .title h2 {
    line-height: 1.75;
    font-weight: bold;
    text-align: center;
    font-size: 42px;
    color: #333;
}

.product-img-desc .top .desc {
    width: 80%;
    margin: auto;
    text-align: center;
}

.product-img-desc .top .desc p {
    color: #666;
    font-size: 16px;
    line-height: 1.72;
}

.product-img-desc .bottom {
    margin-top: 36px;
    padding: 32px 50px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 50px 0px rgb(0 23 124 / 6%);
}

.product-img-desc .bottom-wrapper {
    display: flex;
    flex-wrap: wrap;

}

.product-img-desc .bottom-wrapper .nav {
    flex: 0 0 25%;
    width: 100%;
    max-width: 25%;
    display: flex;
    flex-direction: column;
}

.product-img-desc .bottom-wrapper .nav-item {
    padding: 15px 5px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

.product-img-desc .bottom-wrapper .nav-item p {
    position: relative;
}

.product-img-desc .bottom-wrapper .nav-item.active p {
    color: #2E388F;
}

.product-img-desc .bottom-wrapper .content {
    flex: 0 0 75%;
    max-width: 75%;
}

.product-img-desc .bottom-wrapper .content-item {
    width: 100%;
    padding: 0px 0px 0px 50px;
    border-left: 3px solid var(--light-gray);
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.product-img-desc .bottom-wrapper .content-item.active {
    display: flex;

}

.product-img-desc .bottom-wrapper .content-item .content-img {
    width: 60%;
}

.product-img-desc .bottom-wrapper .content-item .content-img-full {
    width: 100%;
}

.product-img-desc .bottom-wrapper .content-item .content-img-full img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.product-img-desc .bottom-wrapper .content-item .content-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.product-img-desc .bottom-wrapper .content-item .content-desc {
    width: 40%;
    padding: 20px;
}

.product-img-desc .bottom-wrapper .content-item .content-desc p {
    font-size: 16px;
    color: #666;
    line-height: 1.75;
}

@media only screen and (max-width: 768px) {
    .product-img-desc .bottom-wrapper .content-item {
        flex-direction: column;
        padding: 0px 0px 0px 0px;
    }

    .product-img-desc .bottom-wrapper .content-item .content-img {
        width: 100%;
    }

    .product-img-desc .bottom-wrapper .content-item .content-desc {
        width: 100%;
    }

    .product-img-desc .bottom-wrapper .nav {
        flex: 0 0 100%;
        max-width: 100%;
        flex-direction: row;
    }

    .product-img-desc .bottom-wrapper .content {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .product-img-desc .bottom {
        padding: 10px 10px;
    }
}

/* 图文介绍end */

/* 工艺流程 */

.production-process {
    background-image: url(../img/new/productionline_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* background-color: #f6f5ff; */

}

.production-process .top .title h2 {
    line-height: 1.75;
    font-weight: bold;
    text-align: center;
    font-size: 42px;
    color: #333;
}

.production-process .top .desc {
    width: 80%;
    margin: auto;
    text-align: center;
    margin-top: 10px;
}

.production-process .top .desc p {
    color: #666;
    font-size: 16px;
    line-height: 1.72;
}

.production-process .bottom {
    margin-top: 36px;
    padding: 32px 50px;
    /* background-color: rgb(255, 255, 255); */

}

.production-process .bottom {
    width: 100%;
}

.production-process .bottom-container {

    margin: 0 auto;
}

.production-process .bottom-container ul,
li {
    list-style: none;
}

.production-process .bottom-container .list-li {
    display: flex;
    margin: 60px auto;
}

.production-process .bottom-container .reverse-li {
    display: flex;
    flex-direction: row-reverse;
    margin: 30px auto;
}

.production-process .bottom-container .li-box {
    display: flex;
    position: relative;
    align-items: center;
}

.production-process .bottom-container .box {
    width: 160px;
    height: 110px;
    margin: 0 10px;
    border-radius: 10px;
    position: relative;
    /* background-color: #ffc107; */
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/new/item1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.production-process .bottom-container .box:hover {
    scale: 1.1;
    transition: all 0.3s ease-in-out;
}

.production-process .bottom-container .box:hover .arrow {
    display: block;
}

.production-process .bottom-container .box:hover .arrow-left {
    display: block;
}

.production-process .bottom-container .box:hover .arrow-down {
    display: block;
}

.production-process .bottom-container .box .arrow {
    display: none;
}

.production-process .bottom-container .box:nth-child(2) {
    background-image: url(../img/new/item2.png);
}

.production-process .bottom-container .box:nth-child(3) {
    background-image: url(../img/new/item3.png);
}

.production-process .bottom-container .box p {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 0 5px;
    margin: 0;
}

.production-process .bottom-container .arrow {
    display: block;
}

.production-process .bottom-container .arrow-left {
    transform: rotateZ(180deg);
    display: block;
}

.production-process .bottom-container .arrow-down {
    display: block;
    transform: rotateZ(90deg);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100px;
}

@media only screen and (max-width: 767px) {
    .production-process .bottom-container {
        display: none;
    }

    .production-process .bottom {
        padding: 0px;
    }
}

/* 工艺流程end */


/* 生产线详情-视频部分 */
.productionline-video {
    background-color: #F8F8F8;
}

.productionline-video .top .title h2 {
    line-height: 1.75;
    font-weight: bold;
    text-align: center;
    font-size: 42px;
    color: #333;
}

.productionline-video .title-item {
    background-color: #1c357d;
    color: white;
    max-width: 280px;
    padding: 0 50px 14px 50px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    vertical-align: center;
    margin-bottom: 20px;
    font-size: 20px;
}

.productionline-video .list-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.productionline-video .title-more {
    font-size: 20px;
}

.productionline-video .list-video {
    overflow: hidden;
}

.productionline-video .video-show-02 {
    margin: 0 -10px;
}

.productionline-video .video-show-02 li {
    width: 33.1547%;
    height: auto;
    margin: 20px 0 30px 0.1786%;
    padding: 0 10px;
    position: relative;
    overflow: hidden;
    float: left;
    display: inline;
}

.productionline-video .video-show-02 li .pic {
    width: 100%;
    height: 326px;
    display: block
}

.productionline-video .video-show-02 li .pic video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productionline-video .video-show-02 li p {
    font-size: 16px;
    ;
    color: #666;
    text-align: center;
    padding-top: 10px;
}

.productionline-video .video-show-02 li:hover p {
    color: #1c357d;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .productionline-video .video-show-02 li {
        width: 100%;
    }

    .productionline-video .video-show-02 li .pic {
        width: 100%;
        height: auto;
        display: block
    }
}

/* 生产线详情-视频部分end */


/* 生产线详情-推荐单机产品 */
.productionline-product {
    background-color: #fff;
}

.productionline-product .title-item {
    background-color: #1c357d;
    color: white;
    max-width: 280px;
    padding: 0 50px 14px 50px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    vertical-align: center;
    margin-bottom: 20px;
    font-size: 20px;
}

.productionline-product .list-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.productionline-product .title-more {
    font-size: 20px;
}

/* 生产线详情-推荐单机产品end */


/* 单机详情 */
.product-detail {
    width: 100%;
}

.product-detail .btn {
    background-color: #1c357d !important;
    height: 50px !important;
    line-height: 50px !important;
    font-size: 20px;
    width: 150px !important;
    padding-left: 20px !important;
}

.product-detail .contact {

    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 50px;
}


.product-detail .title-item-1 {
    max-width: 280px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: normal;
}

.product-detail .list-title-1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-detail .title-more-1 {
    font-size: 20px;
}

.product-detail table {
    margin-left: auto;
    margin-right: auto;
}

.product-detail .product-youshi {
    display: flex;
    flex-wrap: wrap;
}


.product-detail .youshi-item-wrapper {
    width: 50%;
    margin-bottom: 30px;
    padding: 0 15px;
}

@media (max-width: 576px) {
    .product-detail .youshi-item-wrapper {
        width: 100%;
    }

    .product-detail .contact {
        flex-direction: column;
    }

}

.product-detail .youshi-item {
    background: #f4f5f7;
    padding: 30px 30px 10px;
    height: 100%;
    margin-bottom: 15px;
    transition: all .3s;
}

.product-detail .youshi-item:hover {
    background: #2E388F;
}

.product-detail .youshi-item:hover .youshi-item-img {
    border: 2px solid white;
    border-radius: 50%;
    background-color: #fff;
    scale: 1.1;
}

.product-detail .youshi-item:hover .youshi-item-title {
    color: #fff;
}

.product-detail .youshi-item:hover .youshi-item-content {
    color: #fff;
}


.product-detail .youshi-item .youshi-item-img {
    width: 90px;
    height: 90px;
    margin: 0 auto;
}

.product-detail .youshi-item .youshi-item-img img {
    width: 100%;
    height: 100%;
}

.product-detail .youshi-item .youshi-item-title {
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all .3s;
}

.product-detail .youshi-item .youshi-item-content {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #555555;
    transition: all .3s;
}


.product-detail .pro-plan {
    width: 100%;
    margin-top: 30px;
    box-sizing: border-box;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.product-detail .pro-plan img {
    max-width: 100%;
    height: auto;
}

.product-detail .pro-plan img:hover {
    opacity: 0.8;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .product-detail .pro-plan-img li {
        width: 100%;
    }
}

.product-detail .video-show-02 {
    margin: 0 -10px;

}

.product-detail .video-show-02 li {
    width: 33.1547%;
    height: auto;
    margin: 20px 0 30px 0.1786%;
    padding: 0 10px;
    position: relative;
    overflow: hidden;
    float: left;
    display: inline;


}

.product-detail .video-show-02 li .pic {
    width: 100%;
    height: 326px;
    display: block
}

.product-detail .video-show-02 li .pic video {
    width: 100%;
    height: 100%;
}

.product-detail .video-show-02 li p {
    font-size: 16px;
    ;
    color: #666;
    text-align: center;
    padding-top: 10px;
}

.product-detail .video-show-02 li:hover p {
    color: #1c357d;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .product-detail .video-show-02 li {
        width: 100%;
    }
}

/* 生产线样式1 */

/* 上产线简介 */

.production1-sumary {
    background-color: #fff;

}

.production1-sumary .top .title h2 {
    line-height: 1.75;
    font-weight: bold;
    text-align: center;
    font-size: 42px;
    color: #333;
}

.production1-sumary .top .desc {
    width: 100%;
    margin: 30px auto;
    text-align: center;
}

.production1-sumary .top .desc p {
    color: #666;
    font-size: 16px;
    line-height: 1.72;
}

.production1-sumary .bottom {
    width: 100%;
}

.production1-sumary .bottom img {
    width: 100%;
}

/* 痛点 */

.production1-tongdian {
    background-image: url(../img/new/productionline_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.production1-tongdian .top .title h2 {
    line-height: 1.75;
    font-weight: bold;
    text-align: center;
    font-size: 42px;
    color: #333;
}

.production1-tongdian .bottom-list {
    overflow: hidden;
    padding: 40px 0 40px;
}

.production1-tongdian .item-wrapper {
    width: 25%;
    height: 263px;
    padding: 0 15px;

}

.production1-tongdian .item {
    background-color: #fff;
    border-radius: 6px;
    padding: 60px 20px 50px;
    text-align: center;
    height: unset !important;
}

.production1-tongdian .item .item-img {}

.production1-tongdian .item p {
    margin-top: 25px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #666;
}

.production1-tongdian .item:hover .item-img img {
    max-width: 76px;
    transition: all .8s;
    transform: rotateY(360deg);
}

.production1-tongdian .feature {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 80px auto 40px;
}

.production1-tongdian .feature .txt1 {
    width: 29%;
    height: 90%;
}

.production1-tongdian .feature .txt1 p {
    border-top: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
    width: 80%;
    font-size: 18px;
    padding: 40px 20px;
}


.production1-tongdian .feature .center-img {
    width: 36%;

}

.production1-tongdian .feature .center-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.production1-tongdian .feature .txt2 {
    width: 29%;
    height: 90%;
    display: flex;
    justify-content: flex-end;
}

.production1-tongdian .feature .txt2 p {
    border-top: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
    width: 80%;
    font-size: 18px;
    padding: 40px 20px;
}


@media only screen and (max-width: 767px) {
    .production1-tongdian .item-wrapper {
        width: 100%;
    }

    .production1-tongdian .feature .txt1 {
        display: none;
    }

    .production1-tongdian .feature .txt2 {
        display: none;
    }

    .production1-tongdian .feature .center-img {
        width: 100%;

    }
}


/* 解决方案 */
.production1-solution {
    background-color: #fff;

}

.production1-solution .top .title h2 {
    line-height: 1.75;
    font-weight: bold;
    text-align: center;
    font-size: 42px;
    color: #333;
}

.production1-solution .bottom-list {
    overflow: hidden;
    padding: 40px 0 40px;
}

.production1-solution .item-wrapper {
    width: 33.33%;

    padding: 10px;

}

@media only screen and (max-width: 767px) {
    .production1-solution .item-wrapper {
        width: 100%;

    }
}

.production1-solution .item {
    height: 288px;
    background-image: url(../img/new/production_sol_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px;
    background-color: #f4f7fd;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    transition: all .3s;

}

.production1-solution .item:hover {
    transform: translateY(-5px);
}

.production1-solution .item h4 {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #333333;
    margin-bottom: 10px;
}

.production1-solution .item p {
    font-size: 18px;
    font-style: normal;
    line-height: 1.2;
    color: #333333;
}

.production1-solution .item .item-img {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 100px;
    height: 100px;
    opacity: 0.9;
}

.production1-solution .item .item-img img {
    width: 100%;
}

/* 成效 */
.production1-result {
    background-color: #2E388F;

}

.production1-result .top .title h2 {
    line-height: 1.75;
    font-weight: bold;
    text-align: center;
    font-size: 42px;
    color: #fff;
}

.production1-result .bottom-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding-top: 50px;
    justify-content: space-between;
}

.production1-result .item {
    width: calc(50% - 15px);
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 6px;

    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 50px;
    margin-bottom: 30px;
    transition: all .3s;
}

@media only screen and (max-width: 767px) {
    .production1-result .item {
        width: calc(100% - 15px);

    }
}

.production1-result .item .item-img {
    width: 56px;
    height: 56px;
}

.production1-result .item .item-img img {
    width: 100%;
    height: 100%;
}

.production1-result .item p {
    line-height: 28px;
    color: #666666;
    padding-left: 35px;
    font-size: 16px;
}

/* 图文 */
.production1-zongjie {
    background-color: #fff;
}

.production1-zongjie .container-width {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.production1-zongjie .img {
    width: 50%;
    padding: 0 20px;
}

.production1-zongjie .txt {
    width: 50%;
    padding: 0 20px;
}



.production1-zongjie .txt h2 {
    font-size: 42px;
    font-weight: bold;
    color: #333333;
    line-height: 1.2;
    margin-bottom: 30px;
}


.production1-zongjie .txt p {
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}

@media only screen and (max-width: 767px) {
    .production1-zongjie .img {
        width: 100%;
    }

    .production1-zongjie .txt {
        width: 100%;
    }
}


/* 推荐产品 */
.productionline-recommend {
    background-color: #fff;

}

.productionline-recommend .top .title h2 {
    line-height: 1.75;
    font-weight: bold;
    text-align: center;
    font-size: 42px;
    color: #333;
}

.productionline-recommend .bottom-list {
    overflow: hidden;
}

.productionline-recommend .item {
    padding: 20px 15px 20px;
    position: relative;
    width: 25%;
    height: 388px;
    box-shadow: 0px 5px 50px 0px rgb(0 23 124 / 6%);
}

.productionline-recommend .item .item-block {
    padding-top: 20px;
    display: block;
    /* background: url(../img/new/production-block-bg.jpg) no-repeat center center / cover; */
    color: #333;
}

.productionline-recommend .item .item-block .item-img {
    display: block;
    height: auto;
    width: 100%;
    max-height: 320px;
    overflow: hidden;
}

.productionline-recommend .item .item-block img {
    border: 0;
    vertical-align: bottom;
}

.productionline-recommend .item .item-block h4 {
    text-align: center;
    padding-bottom: 20px;
    font-size: 16px;
}


.productionline-recommend .item .item-block-hover {
    display: block;
    position: absolute;
    left: 15px;
    top: 20px;
    right: 15px;
    bottom: 10px;
}


.productionline-recommend .item .item-block-hover .beijing {
    display: none;
    background: #2E388F;
    opacity: .8;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    text-align: center;
}

.productionline-recommend .beijing h2 {
    padding-top: 70px;
    padding-bottom: 24px;
    font-size: 20px;
}

.productionline-recommend .beijing h5 {
    margin: 0 auto;
    line-height: 36px;
    left: 0;
    width: 39%;
    bottom: 80px;
    border: 1px solid #fff;
}

.productionline-recommend .item:hover .item-block-hover .beijing {
    display: block;
}

@media only screen and (max-width: 768px) {
    .productionline-recommend .item {
        width: 100%;
    }

}

/* 亮点样式 */
.productionline-highlight {
    width: 100%;
}

.productionline-highlight .top .title {
    margin-bottom: 20px;
}

.productionline-highlight .top .title h2 {
    line-height: 1.75;
    font-weight: bold;
    text-align: center;
    font-size: 42px;
    color: #333;
}

.productionline-highlight .bottom-list {
    width: 100%;
    position: relative;
}

.productionline-highlight .bottom-list .top-img {
    width: 100%;
    position: absolute;
    top: 0;
}

.productionline-highlight .bottom-list .top-img img {
    width: 100%;
    height: auto;
}

.productionline-highlight .bottom-list .list-item {
    width: 100%;
    overflow: hidden;
    padding: 43px 46px 0px;
}


.productionline-highlight .bottom-list .item {
    width: 25%;
    text-align: center;
}

.productionline-highlight .bottom-list .item img {
    width: 95%;
}

.productionline-highlight .bottom-list .item .txt {
    width: 100%;
    margin-top: 10px;
    line-height: 34px;
}

.productionline-highlight .bottom-list .item .txt span {
    display: block;
    font-size: 16px;
    color: #333;
}


/* 亮点样式 */
.productionline-highlight1 {
    width: 100%;
}

.productionline-highlight1 .top .title {
    margin-bottom: 20px;
}

.productionline-highlight1 .top .title h2 {
    line-height: 1.75;
    font-weight: bold;
    text-align: center;
    font-size: 42px;
    color: #333;
}

.productionline-highlight1 .bottom-list {
    width: 100%;
    position: relative;
}

.productionline-highlight1 .bottom-list .top-img {
    width: 100%;
    position: absolute;
    top: 0;
}

.productionline-highlight1 .bottom-list .top-img img {
    width: 100%;
    height: auto;
}

.productionline-highlight1 .bottom-list .list-item {
    width: 100%;
    overflow: hidden;
}


.productionline-highlight1 .bottom-list .item {
    width: 25%;
    text-align: center;
    z-index: 1;
}

.productionline-highlight1 .bottom-list .list-item .item .title {
    position: relative;
    height: 350px;
    width: 95%;
}

.productionline-highlight1 .bottom-list .list-item .item .title h2 {
    position: absolute;
    width: 160px;
    color: #fff;
    text-align: center;
    font-size: 20px;

}

.productionline-highlight1 .bottom-list .list-item .item .title .hp1 {
    top: 50%;
    left: 35%;
}

.productionline-highlight1 .bottom-list .list-item .item .title .hp2 {
    top: 38%;
    left: 30%;
}

.productionline-highlight1 .bottom-list .list-item .item .title .hp3 {
    top: 50%;
    left: 25%;
}

.productionline-highlight1 .bottom-list .list-item .item .title .hp4 {
    top: 38%;
    left: 20%;
}


.productionline-highlight1 .bottom-list .item .txt {
    width: 100%;
    margin-top: 10px;
    line-height: 34px;
}

.productionline-highlight1 .bottom-list .item .txt span {
    display: block;
    font-size: 16px;
    color: #333;
}

@media only screen and (max-width: 768px) {
    .productionline-highlight1 .bottom-list .top-img {
        display: none;
    }

    .productionline-highlight1 .bottom-list .item .title {
        display: none;
    }
}



/* 合作伙伴 */
.productionline-friend {
    width: 100%;
}

.productionline-friend .top .title {
    margin-bottom: 80px;
}

.productionline-friend .top .title h2 {
    line-height: 1.75;
    font-weight: bold;
    text-align: center;
    font-size: 42px;
    color: #333;
}

.productionline-friend .bottom-list {
    display: flex;
    justify-content: space-between;
    height: 450px;
}

.productionline-friend .bottom-list .libox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.productionline-friend .bottom-list .libox .txt {
    width: 330px;

}

.productionline-friend .bottom-list .libox .txt h5 {
    font-size: 24px;
    color: #373737;
    padding-bottom: 12px;
    border-bottom: 2px solid #2E388F;
    font-weight: bold;
}

.productionline-friend .bottom-list .libox .txt .txt-list {
    padding-top: 25px;
}

.productionline-friend .bottom-list .libox .txt .txt-item {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    padding-left: 14px;
}

.productionline-friend .bottom-list .libox .txt .txt-item::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #666;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}

.productionline-friend .bottom-list .cent {
    width: 432px;
    display: flex;
    align-items: center;
}

.productionline-friend .bottom-list .cent img {
    width: 100%;
    vertical-align: middle;
}


@media only screen and (max-width: 767px) {
    .productionline-friend .cent {
        display: none;
    }

    .productionline-friend .bottom-list {
        justify-content: center;
        flex-wrap: wrap;
        height: auto;
    }
}


/* 图文描述-绝对定位文字 屠宰生产线 */
.productionline-absolute-txt {
    width: 100%;
}

.productionline-absolute-txt .top .title {
    margin-bottom: 80px;
}

.productionline-absolute-txt .top .title h2 {
    line-height: 1.75;
    font-weight: bold;
    text-align: center;
    font-size: 42px;
    color: #333;
}

.productionline-absolute-txt .bottom {
    width: 100%;
    position: relative;
}

.productionline-absolute-txt .bottom img {
    width: 100%;
}

.productionline-absolute-txt .bottom h2 {
    font-size: 18px;
    color: #215395;
}

.productionline-absolute-txt .bottom p {
    font-size: 12px;
    color: #215395;
}

.productionline-absolute-txt .bottom .txt1 {
    position: absolute;
    top: 90px;
    left: 50px;
}

.productionline-absolute-txt .bottom .txt2 {
    position: absolute;
    top: 90px;
    left: 640px;
}

.productionline-absolute-txt .bottom .txt3 {
    position: absolute;
    top: 100px;
    right: 305px;
}

.productionline-absolute-txt .bottom .txt4 {
    position: absolute;
    top: 280px;
    right: 40px;
}

.productionline-absolute-txt .bottom .txt5 {
    position: absolute;
    top: 425px;
    right: 270px;
    width: 130px;
}

.productionline-absolute-txt .bottom .txt6 {
    position: absolute;
    top: 425px;
    left: 430px;
    width: 260px;
}

.productionline-absolute-txt .bottom .txt7 {
    position: absolute;
    top: 600px;
    left: 70px;
}

.productionline-absolute-txt .bottom .txt8 {
    position: absolute;
    top: 760px;
    left: 305px;
}

.productionline-absolute-txt .bottom .txt9 {
    position: absolute;
    top: 760px;
    right: 455px;
}

@media only screen and (max-width: 767px) {
    .productionline-absolute-txt {
        display: none;
    }
}



/* 图文定位1 */
.productionline-absolute-txt1 {
    width: 100%;
}

.productionline-absolute-txt1 .top .title {
    margin-bottom: 80px;
}

.productionline-absolute-txt1 .top .title h2 {
    line-height: 1.75;
    font-weight: bold;
    text-align: center;
    font-size: 42px;
    color: #333;
}

.productionline-absolute-txt1 .bottom {
    width: 100%;
    position: relative;
}

.productionline-absolute-txt1 .bottom .main-img {
    width: 422px;
    height: 432px;
    margin: 50px auto;
}

.productionline-absolute-txt1 .bottom h2 {
    font-size: 18px;
    color: #215395;
}

.productionline-absolute-txt1 .bottom p {
    font-size: 12px;
    color: #215395;
}

.productionline-absolute-txt1 .bottom .txt1 {
    position: absolute;
    top: 60px;
    left: 330px;
}

.productionline-absolute-txt1 .bottom .txt2 {
    position: absolute;
    top: 190px;
    left: 290px;
}

.productionline-absolute-txt1 .bottom .txt3 {
    position: absolute;
    top: 330px;
    left: 350px;
}

.productionline-absolute-txt1 .bottom .txt4 {
    position: absolute;
    top: 60px;
    right: 330px;
}

.productionline-absolute-txt1 .bottom .txt5 {
    position: absolute;
    top: 190px;
    right: 300px;

}

.productionline-absolute-txt1 .bottom .txt6 {
    position: absolute;
    top: 330px;
    right: 350px;

}

@media only screen and (max-width: 767px) {
    .productionline-absolute-txt1 .bottom p {
        display: none;
    }

    .productionline-absolute-txt1 .bottom h2 {
        display: none;
    }
}

/* 图文定位2 */
.productionline-absolute-txt2 {
    width: 100%;
}

.productionline-absolute-txt2 .top .title {
    margin-bottom: 80px;
}

.productionline-absolute-txt2 .top .title h2 {
    line-height: 1.75;
    font-weight: bold;
    text-align: center;
    font-size: 42px;
    color: #333;
}

.productionline-absolute-txt2 .bottom {
    width: 100%;
    position: relative;
}

.productionline-absolute-txt2 .bottom .main-img {
    width: 422px;
    height: 432px;
    margin: 50px auto;
}

.productionline-absolute-txt2 .bottom h2 {
    font-size: 18px;
    color: #333;
}


.productionline-absolute-txt2 .bottom .txt1 {
    position: absolute;
    top: -30px;
    left: 550px;
}

.productionline-absolute-txt2 .bottom .txt2 {
    position: absolute;
    top: 150px;
    left: 200px;
    width: 280px;
}

.productionline-absolute-txt2 .bottom .txt3 {
    position: absolute;
    top: 320px;
    left: 250px;
    width: 280px;
}

.productionline-absolute-txt2 .bottom .txt4 {
    position: absolute;
    top: 150px;
    right: 200px;
    width: 280px;
}

.productionline-absolute-txt2 .bottom .txt5 {
    position: absolute;
    top: 320px;
    right: 250px;
    width: 280px;

}

@media only screen and (max-width: 767px) {
    .productionline-absolute-txt2 .bottom p {
        display: none;
    }

    .productionline-absolute-txt2 .bottom h2 {
        display: none;
    }

    .productionline-absolute-txt2 .bottom .main-img {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
}


/* 图文 带特点列表 */
.production1-zongjie1 {
    background-color: #fff;
}

.production1-zongjie1 .container-width {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.production1-zongjie1 .img {
    width: 50%;
    padding: 0 20px;
}

.production1-zongjie1 .img img {
    width: 100%;
    object-fit: cover;
}

.production1-zongjie1 .txt {
    width: 50%;
    padding: 0 20px;
}



.production1-zongjie1 .txt h4 {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 20px;
}


.production1-zongjie1 .txt p {
    font-style: normal;
    font-size: 14px;
    line-height: 28px;
    color: #666666;
}

.production1-zongjie1 .txt .feature {
    display: flex;
}

.production1-zongjie1 .txt .feature-item {
    margin-right: 20px;
    width: 118px;
}

.production1-zongjie1 .txt .feature-item span {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 2;
}

.production1-zongjie1 .txt .feature-item span::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #666;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    .production1-zongjie1 .img {
        width: 100%;
    }

    .production1-zongjie1 .txt {
        width: 100%;
    }
}



/* 图文定位3 */
.productionline-absolute-txt3 {
    width: 100%;
}

.productionline-absolute-txt3 .top .title {
    margin-bottom: 80px;
}

.productionline-absolute-txt3 .top .title h2 {
    line-height: 1.75;
    font-weight: bold;
    text-align: center;
    font-size: 42px;
    color: #333;
}

.productionline-absolute-txt3 .bottom {
    width: 100%;
    position: relative;
}

.productionline-absolute-txt3 .bottom .main-img {
    width: 422px;
    height: 432px;
    margin: 50px auto;
}

.productionline-absolute-txt3 .bottom .main-img img {
    width: 100%;
}

.productionline-absolute-txt3 .bottom h2 {
    font-size: 18px;
    color: #666;
}


.productionline-absolute-txt3 .bottom .txt1 {
    position: absolute;
    top: 80px;
    left: 300px;
}

.productionline-absolute-txt3 .bottom .txt2 {
    position: absolute;
    top: 180px;
    left: 260px;

}

.productionline-absolute-txt3 .bottom .txt3 {
    position: absolute;
    top: 280px;
    left: 320px;
}

.productionline-absolute-txt3 .bottom .txt4 {
    position: absolute;
    top: 390px;
    left: 620px;
}

.productionline-absolute-txt3 .bottom .txt5 {
    position: absolute;
    top: 280px;
    right: 300px;

}

.productionline-absolute-txt3 .bottom .txt6 {
    position: absolute;
    top: 180px;
    right: 250px;

}


.productionline-absolute-txt3 .bottom .txt7 {
    position: absolute;
    top: 80px;
    right: 300px;

}

@media only screen and (max-width: 767px) {
    .productionline-absolute-txt3 .bottom .main-img {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .productionline-absolute-txt3 .bottom h2 {
        display: none;
    }
}



/* 图文定位3 */
.productionline-absolute-txt4 {
    width: 100%;
}

.productionline-absolute-txt4 .top .title {
    margin-bottom: 80px;
}

.productionline-absolute-txt4 .top .title h2 {
    line-height: 1.75;
    font-weight: bold;
    text-align: center;
    font-size: 42px;
    color: #333;
}

.productionline-absolute-txt4 .top .title p {
    width: 80%;
    margin: 10px auto;
    line-height: 1.2;
    text-align: center;
    font-size: 18px;
    color: #666;
}

.productionline-absolute-txt4 .bottom {
    width: 100%;
    position: relative;
}

.productionline-absolute-txt4 .bottom .main-img {
    width: 550px;
    height: 360px;
    margin: 50px auto;
}

.productionline-absolute-txt4 .bottom h2 {
    font-size: 18px;
    color: #333;
}

.productionline-absolute-txt4 .bottom p {
    font-size: 14px;
    color: #666;
}



.productionline-absolute-txt4 .bottom .txt1 {
    position: absolute;
    top: 10px;
    left: 200px;
    width: 200px;
}

.productionline-absolute-txt4 .bottom .txt2 {
    position: absolute;
    top: 150px;
    left: 200px;
    width: 200px;
}

.productionline-absolute-txt4 .bottom .txt3 {
    position: absolute;
    top: 280px;
    left: 200px;
    width: 200px;
}

.productionline-absolute-txt4 .bottom .txt4 {
    position: absolute;
    top: 25px;
    right: 180px;
    width: 200px;
}

.productionline-absolute-txt4 .bottom .txt5 {
    position: absolute;
    top: 260px;
    right: 180px;
    width: 200px;

}

@media only screen and (max-width: 768px) {
    .productionline-absolute-txt4 .bottom h2 {
        display: none;
    }

    .productionline-absolute-txt4 .bottom p {
        display: none;
    }

    .productionline-absolute-txt4 .bottom .main-img {
        width: 100%;
        height: auto;
    }
}

/* 图文描述 */

.productionline-brief {
    width: 100%;
}

.productionline-brief .container-width {
    display: flex;
}

.productionline-brief .left-part {
    width: 40%;
}

.productionline-brief .left-part img {
    width: 100%;
}

.productionline-brief .right-part {
    width: 60%;
    display: flex;
    flex-direction: column;
}

.productionline-brief .right-part .right-top {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 140px;
}

.productionline-brief .right-part .right-top h2 {
    font-size: 42px;
    line-height: 2;
    color: #333;
}

.productionline-brief .right-part .right-top h2::after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    background: #FF5620;
}

.productionline-brief .right-part .right-bottom {
    position: relative;
}

.productionline-brief .right-part .right-bottom img {
    width: 100%;
}

.productionline-brief .right-part .right-bottom .txt {
    position: absolute;
    left: 15%;
    top: 100px;
    width: 70%;
    font-size: 18px;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .productionline-brief .container-width {
        flex-direction: column;
    }

    .productionline-brief .left-part {
        width: 100%;

    }

    .productionline-brief .right-part {
        display: none;

    }

}


/* 解决方案 */
.production1-solution1 {
    background-color: #fff;

}

.production1-solution1 .top .title h2 {
    line-height: 1.75;
    font-weight: bold;
    text-align: center;
    font-size: 42px;
    color: #333;
}

.production1-solution1 .bottom-list {
    overflow: hidden;
    padding: 40px 0 40px;
}

.production1-solution1 .item-wrapper {
    width: 33.33%;

    padding: 10px;

}

@media only screen and (max-width: 767px) {
    .production1-solution1 .item-wrapper {
        width: 100%;

    }
}

.production1-solution1 .item {
    height: 288px;

    padding: 50px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;

}

.production1-solution1 .item:hover {
    transform: translateY(-5px);
}

.production1-solution1 .item h4 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #333333;
    margin-bottom: 10px;
}

.production1-solution1 .item p {
    font-size: 16px;
    font-style: normal;
    line-height: 1.5;
    color: #333333;
}

.production1-solution1 .item .item-img {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 100px;
    height: 100px;
    opacity: 0.9;
}

.production1-solution1 .item .item-img img {
    width: 100%;
}


/* 解决方案2 */
.production1-solution2 {
    background-color: #fff;


}

.production1-solution2 .top .title h2 {
    line-height: 1.75;
    font-weight: bold;
    text-align: center;
    font-size: 42px;
    color: #333;
}

.production1-solution2 .bottom-list {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0 40px;
}

.production1-solution2 .item-wrapper {
    width: 33.33%;
    padding: 40px 40px;
    position: relative;

}

.production1-solution2 .item-wrapper:hover {
    transform: translateY(-5px);
}

.production1-solution2 .item-wrapper img {
    position: absolute;
    top: 20px;
    left: 80px;
    height: 42px;
    width: 51px;
    z-index: 999;
}

@media only screen and (max-width: 767px) {
    .production1-solution2 .item-wrapper {
        width: 100%;

    }
}

.production1-solution2 .item {
    height: 228px;
    background-color: #f4f5f9;
    padding: 50px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    position: relative;

}




.production1-solution2 .item h4 {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #333333;
    margin-bottom: 10px;
}

.production1-solution2 .item p {
    font-size: 16px;
    font-style: normal;
    line-height: 1.5;
    color: #333333;
}

.production1-solution2 .item .item-img {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 100px;
    height: 100px;
    opacity: 0.9;
}

.production1-solution2 .item .item-img img {
    width: 100%;
}


/* 解决方案 3*/
.production1-solution3 {
    background-color: #fff;

}

.production1-solution3 .top .title h2 {
    line-height: 1.75;
    font-weight: bold;
    text-align: center;
    font-size: 42px;
    color: #333;
}

.production1-solution3 .bottom-list {
    overflow: hidden;
    padding: 40px 0 40px;
}

.production1-solution3 .item-wrapper {
    width: 33.33%;

    padding: 10px;

}

@media only screen and (max-width: 767px) {
    .production1-solution3 .item-wrapper {
        width: 100%;

    }
}

.production1-solution3 .item {
    height: 288px;
    background-color: #fff;
    padding: 50px;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;

}

.production1-solution3 .item:hover {
    transform: translateY(-5px);
}

.production1-solution3 .item h4 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #333333;
    margin-bottom: 10px;
}

.production1-solution3 .item p {
    font-size: 16px;
    font-style: normal;
    line-height: 1.5;
    color: #333333;
}

.production1-solution3 .item .item-img {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 100px;
    height: 100px;
    opacity: 0.9;
}

.production1-solution3 .item .item-img img {
    width: 100%;
}



/* 痛点1 */

.production1-tongdian1 {
    background-image: url(../img/new/productionline_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.production1-tongdian1 .top .title h2 {
    line-height: 1.75;
    font-weight: bold;
    text-align: center;
    font-size: 42px;
    color: #333;
}

.production1-tongdian1 .bottom-list {
    overflow: hidden;
    padding: 40px 0 40px;
}

.production1-tongdian1 .item-wrapper {
    width: 25%;
    height: 263px;
    padding: 0 15px;

}

.production1-tongdian1 .item {
    background-color: #fff;
    border-radius: 6px;
    padding: 60px 20px 50px;
    text-align: center;
    height: unset !important;
}

.production1-tongdian1 .item .item-img {}

.production1-tongdian1 .item p {
    margin-top: 25px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #666;
}

.production1-tongdian1 .item:hover .item-img img {
    max-width: 76px;
    transition: all .8s;
    transform: rotateY(360deg);
}

.production1-tongdian1 .feature {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 80px auto 40px;
}

.production1-tongdian1 .feature .txt {
    width: 29%;
    height: 90%;
    display: flex;
    justify-content: space-around;
}


.production1-tongdian1 .feature .center-img {
    width: 36%;

}

.production1-tongdian1 .feature .center-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}


.production1-tongdian1 .feature .txt .feature-item {
    width: 180px;
}

.production1-tongdian1 .feature .txt .feature-item span {
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 2;
}

.production1-tongdian1 .feature .txt .feature-item span::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #666;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
}


@media only screen and (max-width: 767px) {
    .production1-tongdian1 .item-wrapper {
        width: 100%;
    }

    .production1-tongdian1 .feature .txt {
        display: none;
    }



    .production1-tongdian1 .feature .center-img {
        width: 100%;

    }
}

/* 图文 可以折叠*/
.production1-zongjie1 {
    background-color: #fff;
}

.production1-zongjie1 .top {
    width: 100%;
    max-width: 1440px;
    margin: 50px auto;

}

.production1-zongjie1 .top .title h2 {
    line-height: 1.75;
    font-weight: bold;
    text-align: center;
    font-size: 42px;
    color: #333;
}


.production1-zongjie1 .container-width {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.production1-zongjie1 .img {
    width: 50%;
    padding: 0 20px;
}

.production1-zongjie1 .img img {
    width: 100%;
    object-fit: cover;
}

.production1-zongjie1 .txt {
    width: 50%;
    padding: 0 20px;
}

.production1-zongjie1 .txt .txt-item {
    border-bottom: 1px solid #e5e5e5;
}

.production1-zongjie1 .txt h4 {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    line-height: 1.2;
    margin-top: 20px;
    margin-bottom: 20px;
}


.production1-zongjie1 .txt p {
    font-style: normal;
    font-size: 14px;
    line-height: 28px;
    color: #666666;
}

.production1-zongjie1 .txt .title {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.production1-zongjie1 .txt .title button {
    height: 20px;
    border: none;
    background-color: #fff;

}

.production1-zongjie1 .txt .desc {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;

}

.production1-zongjie1 .txt .txt-item:hover .desc {
    height: 120px;
}




@media only screen and (max-width: 767px) {
    .production1-zongjie1 .img {
        width: 100%;
    }

    .production1-zongjie1 .txt {
        width: 100%;
    }
}



/* 图文定位3 */
.productionline-absolute-txt5 {
    width: 100%;
}

.productionline-absolute-txt5 .top .title {
    margin-bottom: 80px;
}

.productionline-absolute-txt5 .top .title h2 {
    line-height: 1.75;
    font-weight: bold;
    text-align: center;
    font-size: 42px;
    color: #333;
}

.productionline-absolute-txt5 .bottom {
    width: 100%;
    position: relative;
}

.productionline-absolute-txt5 .bottom .main-img {
    width: 422px;
    height: 432px;
    margin: 50px auto;
}

.productionline-absolute-txt5 .bottom .main-img img {
    width: 100%;
}

.productionline-absolute-txt5 .bottom h2 {
    font-size: 20px;
    color: #666;

}

.productionline-absolute-txt5 .bottom p {
    font-size: 16px;
    color: #666;

}

.productionline-absolute-txt5 .bottom .txt1 h2,
.productionline-absolute-txt5 .bottom .txt2 h2,
.productionline-absolute-txt5 .bottom .txt3 h2,
.productionline-absolute-txt5 .bottom .txt4 h2 {
    text-align: right;
}


.productionline-absolute-txt5 .bottom .txt1 {
    position: absolute;
    top: -10px;
    left: 250px;
    width: 300px;
}

.productionline-absolute-txt5 .bottom .txt2 {
    position: absolute;
    top: 80px;
    left: 160px;
    width: 300px;

}

.productionline-absolute-txt5 .bottom .txt3 {
    position: absolute;
    top: 190px;
    left: 160px;
    width: 300px;
}

.productionline-absolute-txt5 .bottom .txt4 {
    position: absolute;
    top: 300px;
    left: 200px;
    width: 300px;
}

.productionline-absolute-txt5 .bottom .txt5 {
    position: absolute;
    top: 10px;
    right: 220px;
    width: 300px;

}

.productionline-absolute-txt5 .bottom .txt6 {
    position: absolute;
    top: 130px;
    right: 130px;
    width: 300px;

}


.productionline-absolute-txt5 .bottom .txt7 {
    position: absolute;
    top: 250px;
    right: 130px;
    width: 300px;

}

.productionline-absolute-txt5 .bottom .txt8 {
    position: absolute;
    top: 350px;
    right: 220px;
    width: 300px;

}

@media only screen and (max-width: 767px) {
    .productionline-absolute-txt5 .bottom h2 {
        display: none;
    }

    .productionline-absolute-txt5 .bottom p {
        display: none;
    }

    .productionline-absolute-txt5 .bottom .main-img {
        width: 100%;
        height: auto;
    }
}

/* 特色块状 */
.productionline1-feature {
    width: 100%;
}

.productionline1-feature .top {
    margin-bottom: 50px;
}

.productionline1-feature .top .title h2 {
    line-height: 1.75;
    font-weight: bold;
    text-align: center;
    font-size: 42px;
    color: #333;
}


.productionline1-feature .bottom {
    margin-top: 36px;
    padding: 32px 50px;
    background-color: rgb(255, 255, 255);
}

.productionline1-feature .bottom-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.productionline1-feature .bottom-list .item:nth-child(even) {
    background-color: rgb(251, 251, 251);
}

.productionline1-feature .bottom-list .item:nth-child(odd) {
    background-color: rgb(246, 246, 246);
}

.productionline1-feature .bottom-list .item {
    width: 200px;
    height: 363px;
    position: relative;
}


.productionline1-feature .item .item-block {
    display: block;
    color: #333;
}

.productionline1-feature .item .item-block .item-img {
    display: block;
    margin: 116px auto 0;
    width: 54px;
    height: 54px;
}

.productionline1-feature .item .item-block img {
    width: 100%;
    height: 100%;
}

.productionline1-feature .item .item-block h4 {
    text-align: center;
    padding-top: 20px;
    font-size: 20px;
    font-weight: bold;
}


.productionline1-feature.item .item-block-hover {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;

}


.productionline1-feature .item .item-block-hover .beijing {
    display: none;
    background: #2E388F;
    opacity: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    text-align: center;
}

.productionline1-feature .beijing h2 {
    padding-top: 70px;
    padding-bottom: 24px;
    font-size: 20px;
}

.productionline1-feature .beijing h5 {
    margin: 0 auto;
    line-height: 36px;
    left: 0;
    width: 50%;
    bottom: 80px;
    font-size: 14px;
}

.productionline1-feature .item:hover .item-block-hover .beijing {
    display: block;
    -webkit-transition: all 1000ms ease-in-out;
    transition: all 1000ms ease-in-out;
}

@media only screen and (max-width: 767px) {
    .productionline1-feature .bottom-list .item {
        width: 100px;
        height: 263px;
    }
}


/* 生产线图文列表 */
.production1-zongjie2 {
    background-color: #fff;
}

.production1-zongjie2:nth-child(odd) {
    background-color: #fff;

}

.production1-zongjie2:nth-child(even) {
    background-color: #f6f5ff;
}

.production1-zongjie2:nth-child(even) .container-width {
    flex-direction: row-reverse;
    background-color: #f6f5ff;
}

.production1-zongjie2 .container-width {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.production1-zongjie2 .img {
    width: 50%;
    padding: 0 20px;
}

.production1-zongjie2 .txt {
    width: 50%;
    padding: 0 20px;
}



.production1-zongjie2 .txt h2 {
    font-size: 42px;
    font-weight: bold;
    color: #333333;
    line-height: 1.2;
    margin-bottom: 30px;
}

.production1-zongjie2 .txt .more {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 30px 0 0;
}

.production1-zongjie2 .txt .more .more-l p {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    font-weight: bold;

}

.production1-zongjie2 .txt .more .more-r {
    width: 30px;
    margin-left: 15px;
    transition: all .36s;
}

.production1-zongjie2 .txt .more .more-r img {
    width: 100%;
}


.production1-zongjie2 .txt p {
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}

@media only screen and (max-width: 767px) {
    .production1-zongjie2 .img {
        width: 100%;
    }

    .production1-zongjie2 .txt {
        width: 100%;
    }
}

.ghservices {
    width: 100%;
}

.ghservices .services-list {
    width: 100%;
    margin: 10px;
    display: flex;
}

.ghservices .vc_service-wrapper {
    width: 16.6%;
    margin: 10px 0;
    background-color: #f8f8f8;
    padding-top: 50px;
    padding-bottom: 50px;
    border-right: 2px solid #ffffff;
    text-align: center;
}


.ghservices .vc_service-wrapper .mf-icon {
    display: block;
    line-height: 1;
    margin-bottom: 13px;
}

.ghservices .vc_service-wrapper .mf-icon img {
    max-width: 100%;
    height: auto;
}

.ghservices .vc_service-wrapper h3 {
    font-weight: 500;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 3px;
}

.ghservices .vc_service-wrapper span {
    color: #848484;
    font-size: 16px;
}

.ghservices .vc_service-wrapper:hover {
    transform: translateY(-10px);
    box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.2);
}


@media only screen and (max-width: 576px) {
    .ghservices .vc_service-wrapper {
        flex: 0 0 50%;
    }

    .ghservices .services-list {
        flex-wrap: wrap;
    }
}



/* 推荐产品样式1 */
.productionline-recommend1 {
    background-color: #fff;

}

.productionline-recommend1 .top .title h2 {
    line-height: 1.75;
    font-weight: bold;
    text-align: center;
    font-size: 42px;
    color: #333;
}

.productionline-recommend1 .bottom-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: center;
    vertical-align: middle;
}

.productionline-recommend1 .item {

    width: 32%;
    margin-bottom: 40px;
    margin-right: 2%;
}

.productionline-recommend1 .item:nth-child(3n) {
    margin-right: 0;
}

.productionline-recommend1 .item .img-block {
    overflow: hidden;
    height: 330px;
}

.productionline-recommend1 .item .img-block a {
    display: block;
    background: #f5f5f5;
    border-radius: 0 35px 0 0;
    overflow: hidden;
}

.productionline-recommend1 .item .img-block a img {
    max-width: 100%;
    max-height: 100%;
    transition: all 0.5s ease-out;
}


.productionline-recommend1 .item .txt-block {
    box-shadow: 5px 5px 20px 0 rgb(0 55 163 / 20%);
    padding: 20px 40px 50px;
    position: relative;
    border-radius: 0 0 0 35px;
    text-align: center;
    font-size: 18px;
    color: #808080;
}

.productionline-recommend1 .item .txt-block h3 a {
    display: block;
    font-size: 24px;
    font-weight: normal;
    color: #333333;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.productionline-recommend1 .item .txt-block p {
    display: block;
    font-size: 14px;
    color: #808080;
    line-height: 1.6;
    overflow: hidden;
    margin: 5px 0 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.productionline-recommend1 .item .txt-block .more {
    display: block;
    width: 80px;
    height: 20px;
    position: absolute;
    right: 30px;
    bottom: 25px;
    font-size: 16px;

}

.productionline-recommend1 .item:hover .img-block img {
    transform: scale(1.1);
}

.productionline-recommend1 .item:hover .txt-block h3 a,
.productionline-recommend1 .item:hover .txt-block p,
.productionline-recommend1 .item:hover .txt-block .more {
    color: #fff;
}

.productionline-recommend1 .item:hover .txt-block {
    background: #0037a3;
}

@media only screen and (max-width: 992px) {
    .productionline-recommend1 .item .img-block {
        height: 230px;
    }
}


@media only screen and (max-width: 768px) {
    .productionline-recommend1 .item {
        width: 100%;
    }

}


/* 招聘 */
.guanhou-zhaopin {
    background-color: #fff;
}

.guanhou-zhaopin .top .title h2 {
    line-height: 1.75;
    font-weight: bold;
    text-align: center;
    font-size: 42px;
    color: #333;
}

.guanhou-zhaopin .top p {
    width: 80%;
    margin: auto;
    text-align: center;
    color: #666;
    font-size: 16px;
    margin: 30px auto;
}

.guanhou-zhaopin .zhaopin-list {
    background-color: rgb(255, 255, 255);
}

.guanhou-zhaopin .zhaopin-list .item .active {
    color: #2E388F;
}

.guanhou-zhaopin .zhaopin-list .item {
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

.guanhou-zhaopin .zhaopin-list .item .item-head {
    padding: 10px 15px;
    border-bottom: 1px solid #e5e5e5;
}

.guanhou-zhaopin .zhaopin-list .item .item-head h4 {
    font-size: 19px;
    padding: 8px 0;

}

.guanhou-zhaopin .zhaopin-list .item .item-cont .cont-body {
    padding: 15px;
    color: #848484;
    font-size: 16px;
    line-height: 1.6;
    word-wrap: break-word;
    overflow-x: hidden;
    font-weight: 300;
}



/* 图片案例 */



.productionline-image-case {
    background-color: #fff;
}

.productionline-image-case .top .title h2 {
    line-height: 1.75;
    font-weight: bold;
    text-align: center;
    font-size: 42px;
    color: #333;
}

.productionline-image-case .bottom {
    width: 100%;
}

.productionline-image-case .bottom .box h4 {
    text-align: center;
    font-size: 16px;
    padding-top: 5px;
}

/* 视频详情 */
.video-detail-section {
    width: 100%;
}


.video-detail-section .item-title {
    background-color: #1c357d;
    color: white;
    max-width: 180px;
    padding: 0 14px 14px 14px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    vertical-align: center;
    font-size: 20px;
}

.video-detail-section .m_chanpin {
    max-height: 100vh;
    text-align: center;
    margin-top: 20px;
}

.video-detail-section .m_chanpin video {
    position: relative;
    width: 100%;
    height: 700px;
    object-fit: contain;
}



.relation-video-section {
    width: 100%;
}


.relation-video-section .video-show-01 {
    margin: 0 -10px;

}

.relation-video-section .video-show-01 li {
    width: 33.1547%;
    height: auto;
    margin: 20px 0 30px 0.1786%;
    padding: 0 10px;
    position: relative;
    overflow: hidden;
    float: left;
    display: inline;


}

.relation-video-section .video-show-01 li .pic,
.relation-video-section .video-show-01 li .pic img {
    width: 100%;
    height: 326px;
    display: block
}

.relation-video-section .video-show-01 li p {
    font-size: 16px;
    ;
    color: #666;
    text-align: center;
    padding-top: 10px;
}

.relation-video-section .video-show-01 li:hover p {
    color: #1c357d;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .relation-video-section .video-show-01 li {
        width: 100%;
    }
}

.relation-video-section .title-item {
    background-color: #1c357d;
    color: white;
    max-width: 280px;
    padding: 0 50px 14px 50px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    vertical-align: center;
    margin-bottom: 20px;
    font-size: 20px;
}

.relation-video-section .list-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.relation-video-section .title-more {
    font-size: 20px;
}


.relation-content-section .title-item {
    background-color: #1c357d;
    color: white;
    max-width: 280px;
    padding: 0 50px 14px 50px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    vertical-align: center;
    margin-bottom: 20px;
    font-size: 20px;
}

.relation-content-section .list-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.relation-content-section .title-more {
    font-size: 20px;
}

/* 新闻列表 */

.news-section {
    width: 100%;
}

.news-section .top .title h2 {
    line-height: 1.75;
    font-weight: bold;
    text-align: center;
    font-size: 42px;
    color: #333;
}

.news-section .middle-content {
    overflow: hidden;
}

.news-section .news-show-01 li {
    width: 33.1547%;
    height: auto;
    margin: 60px 0 2.1786% 0.1786%;
    padding: 0 10px;
    position: relative;
    overflow: hidden;
    float: left;
    display: inline;
    background: #f6f7f9;

}

.news-section .news-show-01 li .pic,
.news-section .news-show-01 li .pic img {
    width: 100%;
    height: 260px;
    display: block
}

.news-section .news-show-01 li .news-cont {
    padding: 28px 24px 32px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.news-section .news-show-01 .news-cont .time {
    color: #666;
    line-height: 1.1;
    font-size: 14px;
}

.news-section .news-show-01 .news-cont .title {
    width: 100%;
    height: 68px;
    line-height: 34px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 24px;
    font-weight: bold;
    margin-top: 16px;
    color: #333;
}

.news-section .news-show-01 .news-cont .more {
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    color: #666;
    transition: all .4s ease;

}

.news-section .bottom {
    width: 100%;
    text-align: center;

}

.news-section .bottom a {
    display: block;
    width: 150px;
    height: 46px;
    font-size: 16px;
    line-height: 46px;
    margin: 20px auto;
    color: #fff;
    border-radius: 23px;
    text-align: center;
    background: #2E388F;
}

@media only screen and (max-width: 767px) {
    .news-section .news-show-01 li {
        width: 100%;
    }
}



.news-three {
    width: 100%;
}

.news-three .recom-list {
    display: flex;
    flex-wrap: wrap;

}

.news-three .recom-item {
    width: 33.33%;
    background: #fff;

    padding: 0 15px;
}

.news-three .recom-item a {
    display: block;
    transition: all .3s;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.news-three .recom-item .item-img {
    position: relative;
}

.news-three .recom-item .item-img img {
    display: block;
    height: auto;
		 max-height: 267px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.news-three .recom-item .item-desc {
    padding: 25px;
}

.news-three .recom-item .item-desc .time {
    color: #666;
    line-height: 1.1;
    font-size: 14px;
}

.news-three .recom-item .item-desc .title {
    width: 100%;
    height: 68px;
    line-height: 34px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 20px;
    font-weight: bold;
    margin-top: 16px;
    color: #333;
}

.news-three .recom-item .item-desc .more {
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    color: #666;
    transition: all .4s ease;

}

@media only screen and (max-width: 767px) {
    .news-three .recom-item {
        width: 100%;
    }

    .news-three .recom-item .item-img img {
        position: relative;

    }

    .news-three .recom-item {
        margin-bottom: 15px;
    }
}



/* 全局标题样式 */

@media only screen and (max-width: 768px) {
    .top .title h2 {
        font-size: 26px !important;
    }

    .txt h2 {
        font-size: 26px !important;
    }

    .heading-wrapper h1 {
        font-size: 26px !important;
    }

}