﻿/*通用部分*/
.pageCommonWord {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 30px;
    font-size: 16px;
}

    .pageCommonWord h3 {
        width: 100%;
        height: auto;
        overflow: hidden;
        line-height: 30px;
        font-size: 16px;
        color: #666;
    }

.pageSwiper {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
    /*.pageSwiper {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 50px auto;
}*/

    .pageSwiper img {
        max-width: 100%;
    }

    .pageSwiper .swiper-slide img {
        max-width: 100%;
    }

    .pageSwiper .swiper-slide .word h4 {
        display: block;
        max-height: none;
    }

.pageTwoSwiper {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
    .pageTwoSwiper img {
        max-width: 100%;
    }

    .pageTwoSwiper .swiper-slide img {
        max-width: 100%;
    }

    .pageTwoSwiper .swiper-slide .word h4 {
        display: block;
        max-height: none;
    }


.pagePic {
    width: 100%;
    text-align: center;
}

    .pagePic img {
        max-width: 94%;
        border: 1px solid #fff;
        transition: all 0.5s;
        margin: 10px auto;
        padding: 10px 10px;
        box-shadow: 0 0 10px #ccc;
        background-color: #fff;
    }

        .pagePic img:hover {
            border: 1px solid #14a83b;
            box-shadow: 0 0 10px #ccc;
        }

.pageHonorPic {
    width: 100%;
    text-align: center;
    height: auto;
    overflow: hidden;
    margin: 30px auto;
}

    .pageHonorPic img {
        max-width: 100%;
    }

/*两列*/
.pageTwoList {
    width: 100%;
}

    .pageTwoList li {
        width: 46%;
        float: left;
        margin: 20px 2%;
        transition: all 0.5s;
        text-align: center;
    }

        .pageTwoList li img {
            max-width: 100%;
            transition: all 0.5s;
            margin: 10px auto 10px auto;
        }

            .pageTwoList li img:hover {
                box-shadow: 0 0 10px #ccc;
                margin: 0px auto 20px auto;
            }

.pageFourList {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

    .pageFourList li {
        width: 21%;
        float: left;
        margin: 20px 2%;
        transition: all 0.5s;
        text-align: center;
    }

        .pageFourList li img {
            max-width: 100%;
            transition: all 0.5s;
            margin: 10px auto 10px auto;
        }

            .pageFourList li img:hover {
                box-shadow: 0 0 10px #c1c1c1;
                margin: 0px auto 20px auto;
            }

.pageThreeList {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

    .pageThreeList li {
        width: 29%;
        float: left;
        margin: 20px 2%;
        transition: all 0.5s;
        text-align: center;
    }

        .pageThreeList li img {
            max-width: 100%;
            transition: all 0.5s;
            margin: 10px auto 10px auto;
        }

            .pageThreeList li img:hover {
                box-shadow: 0 0 10px #c1c1c1;
                margin: 0px auto 20px auto;
            }

/*集团介绍*/
.pageAboutContent {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.pageAboutColor {
    width: 100%;
    height: 43%;
    overflow: hidden;
    margin-bottom: 2%;
}

    .pageAboutColor li {
        width: 25%;
        float: left;
        height: 450px;
        overflow: hidden;
        position: relative;
        transition: all 0.5s;
    }

    .pageAboutColor .hover {
        width: 50%;
    }

    .pageAboutColor li img {
        height: 100%;
        position: absolute;
        left: -30%;
    }

.pageAboutWidth {
    width: 100%;
    height: 100%;
    display: block;
}

.pageAboutBanner {
    width: 100%;
    position: relative;
    height:58%;
    overflow: hidden;
}

    .pageAboutBanner .swiper-slide img {
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%,-15%);
        width: 100%;
    }
.pageAboutWord {
    width: 98%;
    height: 33%;
    overflow-y: auto;
    padding: 1% 2% 1% 0;
    margin-bottom: 5%;
    margin-top:2%;
    color: #808080;
    display:table;
    vertical-align:middle;
}
    .pageAboutWord .word{
        width:100%;
        height:100%;
        display:table-cell;
	line-height:30px;
    }
    .pageAboutWord .word h2{
        width:100%;
        line-height:40px;
        font-size:20px;
        font-weight:bold;
    }

    .pageAboutWord img {
        max-width: 100%;
    }

    @media screen and (min-width:1921px){
        .pageAboutBanner {
            height: 69%;
        }
        .pageAboutBanner .swiper-slide img {
            position: relative;
            top: 0;
            left: 50%;
            transform: translate(-50%,-10%);
            width: 100%;
        }

        .pageAboutWord {
            height: 24%;
        }
    }

    @media screen and (min-width:720px) and (max-width:1280px)
    {
        .pageAboutBanner {
            height: 49%;
            margin-top:3%;
        }
        .pageAboutBanner .swiper-slide img {
            position: relative;
            top: 0;
            left: 0;
            transform: none;
            width: 100%;
        }
        .pageAboutWord {
            height: 44%;
        }
    }

@media(max-width:719px)
{
    .pageAboutBanner {
        height: 230px;
    }
    .pageAboutBannerList{
        width:100%;
        height:230px;
        display:flex;
        justify-content:center;
        align-items:center;
    }
        .pageAboutBannerList img {
            position: relative;
            top: 0;
            left: 0;
            transform: none;
            width: auto;
            height: 230px;
            object-fit:cover;
        }
    .pageAboutBanner .swiper-slide img{
        top:0;
        left:0;
        transform:none;
    }
}



.pageFrameWorkPc {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

    .pageFrameWorkPc .pic {
        width: 100%;
        text-align: center;
    }

    .pageFrameWorkPc img {
        max-width: 80%;
    }

.pageFrameWorkWap{display:none;}

/*事业部简介*/
.pageSubCompany {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.pageSubCompanyList {
    width: 100%;
}

    .pageSubCompanyList .pic {
        width: 98%;
        height: auto;
        overflow: hidden;
        transition: all 0.5s;
        border: 2px solid #d9d9d9;
        background-color: #e6e6e6;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

        .pageSubCompanyList .pic:hover {
            border: 2px solid #14a83b;
        }

        .pageSubCompanyList .pic img {
            width: 100%;
        }

    .pageSubCompanyList .word {
        width: 100%;
        height: auto;
        overflow: hidden;
        transition: all 0.5s;
    }

        .pageSubCompanyList .word h2 {
            width: 92%;
            height: 40px;
            line-height: 40px;
            overflow: hidden;
            font-size: 16px;
            background-color: #d9d9d9;
            transition: all 0.5s;
            padding: 10px 3% 5px 3%;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            border: 2px solid #d9d9d9;
        }

        .pageSubCompanyList .word h3 {
            width: 94%;
            height: 40px;
            line-height: 20px;
            overflow: hidden;
            font-size: 14px;
            background-color: #d9d9d9;
            transition: all 0.5s;
            padding: 5px 3%;
            padding-top: 10px;
        }

        .pageSubCompanyList .word h4 {
            width: 100%;
            height: auto;
            overflow: hidden;
            line-height: 25px;
            font-size: 14px;
            max-height: 125px;
            margin: 10px 0;
            color: #808080;
        }

        .pageSubCompanyList .word:hover h2 {
            background-color: #fff;
            border: 2px solid #fff;
        }

        .pageSubCompanyList .word:hover h3 {
            background-color: transparent;
        }



/*发展历程*/
.pageProcessContent {
    width: 100%;
    height: 100%;
}

.pageProcess {
    width: 100%;
    height: 63%;
    overflow-y: hidden;
    overflow-x: auto;
    /*background-image: url(/Skins/UI/Cn/Images/pageProcessBg.jpg);
    background-repeat: no-repeat;
    background-position: 0 150px;*/
    padding-bottom: 2%;
}

.pageProcessList h2 {
    width: 90%;
    font-size: 24px;
    font-weight: bolder;
    display: inline-block;
    color: #999;
    line-height: 40px;
    text-align: left;
    position: relative;
    padding-left: 10%;
    transition: all 0.5s;
}

    .pageProcessList h2:after {
        content: '';
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background: #999;
        position: absolute;
        left: -4px;
        top: 15px;
    }


.pageProcessList:hover h2 {
    color: #33cc33;
}

    .pageProcessList:hover h2:after {
        background-color: #33cc33;
    }

.pageProcessList h3 {
    display: none;
}
.pageProcessList h4{display:none;}

.swiper-slide-active .pageProcessList h2 {
    color: #33cc33;
}

    .swiper-slide-active .pageProcessList h2:after {
        background-color: #33cc33;
    }

.pageTimeLine {
    width: 100%;
    height: 100%;
    display: block;
}

.pageTimeLineContent {
    width: 90%;
    height: 200px;
    display: flex;
    align-items: center;
    padding-top: 2%;
    overflow: hidden;
}
    .pageTimeLineContent .swiper-button-next {
        top: 100px;
    }

.time-line-box {
    width: 100%;
    height: auto;
    position: relative;
}
    /*这个是主线*/
    .time-line-box ul:after {
        content: '';
        background-color: #d3d3d2;
        top: 98px;
        height: 2px;
        width: 1000%;
        position: absolute;
        left: 0;
        z-index: 1;
    }

    .time-line-box ul li {
        float: left;
        width: 200px;
        position: relative;
        z-index: 2;
        padding-top: 122px;
    }

        .time-line-box ul li:after {
            content: '';
            height: 40px;
            border-left: #d3d3d2 2px solid;
            position: absolute;
            top: 98px;
            left: 0;
        }

        .time-line-box ul li:nth-child(2n) {
            padding-top: 35px;
        }

            .time-line-box ul li:nth-child(2n):after {
                top: 60px;
                height: 40px;
                z-index: 2;
            }


        .time-line-box ul li:first-child {
            margin-left: 40px;
        }

        .time-line-box ul li:last-child {
            margin-right: 40px;
        }

        .time-line-box ul li:nth-child(2n) .pageProcessList h2:after {
            top: 15px;
        }

.pageProcessDetail {
    width: 80%;
    height: 40%;
    overflow: hidden;
    margin: 6% auto 0 auto;
}
.pageProcessDetailPic{
    width:40%;float:left;
    margin-right:2%;
}
.pageProcessDetailPic img{
    width:100%;
}
.pageProcessDetailWord {
    width: 58%;
    float: left;
    padding-top: 70px;
}
    .pageProcessDetailWord h2 {
        width: 90%;
        font-size: 40px;
        display: block;
        color: #33cc33;
        line-height: 50px;
        margin-top:10px;
        margin-bottom: 10px;
        position: relative;
        margin-left: 40px;
        font-family: MiSans-Medium;
        font-weight: 600;
    }

        .pageProcessDetailWord h2:before {
            content: '';
            position: absolute;
            bottom: 0;
            top:15px;
            left: -40px;
            width: 25px;
            height: 25px;
            background-color: #33cc33;
            border-radius: 50%;
        }

    .pageProcessDetailWord h3 {
        width: 90%;
        display: block;
        font-size: 14px;
        color: #808080;
        line-height: 20px;
        margin-left: 40px;
        font-weight: 400;
        text-align: justify;
    }

/*科研创新*/
.pageInnovation {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pageInnovationLeft {
    width: 55%;
    float: left;
    height: 100%;
    display: table;
}

.pageInnovationLeftContent {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.pageInnovationLeft li {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

    .pageInnovationLeft li .icon {
        width: 15%;
        float: left;
        background-color: #14a83b;
        height: 70px;
        margin-right: 5%;
        text-align: center;
        line-height: 70px;
        margin-top: 5px;
    }

        .pageInnovationLeft li .icon span {
            font-size: 30px;
            color: #fff;
        }

    .pageInnovationLeft li .word {
        width: 80%;
        float: left;
    }

        .pageInnovationLeft li .word h2 {
            font-weight: bold;
            font-size: 24px;
            line-height: 40px;
        }

        .pageInnovationLeft li .word h3 {
            width: 100%;
            height: 50px;
            line-height: 25px;
            overflow: hidden;
            font-size: 14px;
            color: #666;
        }

.pageInnovationRight {
    width: 43%;
    float: left;
    margin-left: 2%;
    text-align: center;
    display: table;
    height: 100%;
}

.pageInnovationRightContent {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.pageInnovationRight img {
    max-width: 90%;
}

/*组织信念*/
.pageBelief {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .pageBelief li {
        width: 20%;
        float: left;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        height: auto;
        overflow: hidden;
        padding: 40px 2% 20px 2%;
        text-align: right;
        transition: all 0.5s;
    }

        .pageBelief li:hover {
            background-color: rgba(0,0,0,0.1);
        }

        .pageBelief li:nth-child(4) {
            border-right: 0;
        }

        .pageBelief li:nth-child(5) {
            width: 45.05%;
            border-bottom: 0;
            padding: 40px 2% 20px 1%;
        }
        .pageBelief li:nth-child(6) {
            width: 36%;
            border-right: 0;
            border-bottom: 0;
            padding: 40px 2% 20px 10%;
            margin-right: 1%;
        }

            .pageBelief li:nth-child(6) h3 {
                height: 80px;
            }

        .pageBelief li h2 {
            width: 100%;
            line-height: 50px;
            font-size: 24px;
            font-weight: bold;
        }

            .pageBelief li h2 img {
                vertical-align: middle;
            }

        .pageBelief li h3 {
            width: 100%;
            height: 60px;
            overflow: hidden;
            line-height: 20px;
            font-size: 14px;
            margin: 20px auto 10px auto;
        }

        .pageBelief li h4 {
            width: 100%;
            height: 80px;
            overflow: hidden;
            line-height: 20px;
            font-size: 14px;
            margin: 20px auto 10px auto;
        }



/*荣誉资质*/
.pageHonor {
    width: 90%;
    height: 80%;
    overflow: hidden;
    margin: 5% 5% 0 5%;
}

    .pageHonor li {
        width: 50%;
        float: left;
        text-align: center;
    }

        .pageHonor li div {
            width: 100%;
            height: 70%;
        }

            .pageHonor li div img {
                max-width: 100%;
                max-height: 100%;
            }

        .pageHonor li h2 {
            width: 100%;
            height: 28%;
            font-size: 20px;
            margin-bottom: 2%;
        }

.pageIndustryPic {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .pageIndustryPic img {
        width: 100%;
    }

.pageIndustryTitle {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}

/*生产设备*/
.pageEquipment {
    width: 85%;
    height: auto;
    overflow: hidden;
    margin-left:auto;
    margin-right:auto;
}

    .pageEquipment li {
        width: 31.33%;
        float: left;
        margin: 20px 1%;
        transition: all 0.5s;
        height: auto;
        overflow: hidden;
    }

        .pageEquipment li:hover h2 {
            color: #44af35;
        }

        .pageEquipment li:hover div img {
            border: 2px solid #1aa73f;
        }

        .pageEquipment li:hover h2 {
            font-weight: bold;
        }

        .pageEquipment li div {
            width: 100%;
            height: auto;
            overflow: hidden;
        }

            .pageEquipment li div img {
                width: 98%;
                max-height: 300px;
                border: 2px solid #fff;
                border-radius: 10px;
                transition: all 0.5s;
            }

        .pageEquipment li h2 {
            width: 100%;
            height: 50px;
            overflow: hidden;
            line-height: 50px;
            overflow: hidden;
            font-size: 18px;
            transition: all 0.5s;
        }

        .pageEquipment li h3 {
            width: 100%;
            height: 25px;
            overflow: hidden;
            line-height: 25px;
            overflow: hidden;
            font-size: 14px;
            color: #808080;
        }

        .pageEquipment li s {
            display: block;
            width: 50px;
            height: 5px;
            background: linear-gradient(to right,#3c3 66%,#0b308e 100%);
            border-radius: 3px;
            transition: all 0.5s;
        }

/*可持续发展*/
.pageSustainable {
    width: 100%;
    height: auto;
    overflow: hidden;
    /*background-image: url("/Skins/UI/Cn/Images/pageSustainableBg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;*/
}

.pageSustainableTitle {
    width: 100%;
}

    .pageSustainableTitle h2 {
        font-size: 24px;
        font-weight: bold;
        color: #666;
        line-height: 40px;
    }

        .pageSustainableTitle h2 span {
            color: #14a83b;
        }

    .pageSustainableTitle h3 {
        width: 100%;
        height: auto;
        overflow: hidden;
        line-height: 25px;
        color: #666;
        margin: 10px auto;
    }

.pageSustainableList {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 50px;
}

    .pageSustainableList li {
        width: 33%;
        float: left;
        text-align: center;
        margin-bottom: 20px;
    }

        .pageSustainableList li div {
            font-size: 40px;
            font-weight: bold;
            color: #3c3;
            line-height: 50px;
        }

            .pageSustainableList li div img {
                max-width: 60px;
            }

        .pageSustainableList li h2 {
	    height:60px;overflow:hidden;
            line-height: 30px;
            font-size: 18px;
            font-weight: bold;
        }

/*产学研*/
.pageCxyOperate {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pageCxyOperatePic {
    width: 40%;
    float: left;
    margin-right: 3%;
    margin-left: 7%;
    height: 100%;
    display: table;
    height: 100%;
    overflow: hidden;
}

    .pageCxyOperatePic .pic {
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .pageCxyOperatePic img {
        max-width: 80%;
        border-radius: 10px;
        box-shadow: 0 0 10px #ccc;
        margin: 10px auto 10px auto;
    }

.pageCxyOperateWord {
    width: 25%;
    float: left;
    height: 100%;
    overflow: hidden;
    line-height: 30px;
    margin-right: 25%;
    display: table;
}

    .pageCxyOperateWord .word {
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: table-cell;
        vertical-align: middle;
    }

/*联系我们*/
.pageContact {
    width: 100%;
}

    .pageContact li {
        width: 43%;
        float: left;
        height: auto;
        overflow: hidden;
        transition: all 0.5s;
        border-bottom: 1px solid #eee;
        margin: 10px 1.5%;
        padding: 10px 2%;
    }

        .pageContact li:hover {
            border-bottom: 1px solid #33cc33;
            box-shadow: 0 0 10px #ccc;
        }

        .pageContact li h2 {
            line-height: 23px;
            font-size: 18px;
            color: #555;
        }

        .pageContact li s {
            display: inline-block;
            width: 100px;
            height: 5px;
            background: linear-gradient(to right,#33cc33 66%,#0b308e 100%);
            border-radius: 3px;
            /*background-image: url("/Skins/UI/Cn/Images/pageActiveBg.png");
        background-repeat:no-repeat;
        background-position:left bottom;
        margin-bottom:10px;*/
        }

        .pageContact li h3 {
            line-height: 20px;
            font-size: 13px;
            color: #808080;
        }

        .pageContact li a {
            color: #808080;
        }

/*加入我们*/
.pageJoin {
    width: 100%;
}

    .pageJoin li {
        width: 44%;
        float: left;
        margin: 20px 1%;
        height: auto;
        overflow: hidden;
        transition: all 0.5s;
        border-bottom: 1px solid #eee;
        padding: 10px 2%;
    }

        .pageJoin li:hover {
            border-bottom: 1px solid #33cc33;
            box-shadow: 0 0 10px #ccc;
        }

        .pageJoin li h2 {
            line-height: 30px;
            font-size: 18px;
            color: #555;
        }

            .pageJoin li h2 span {
                color: #999;
                font-size: 1
            }

        .pageJoin li s {
            display: inline-block;
            width: 100px;
            height: 5px;
            background: linear-gradient(to right,#33cc33 66%,#0b308e 100%);
            border-radius: 3px;
            /*background-image: url("/Skins/UI/Cn/Images/pageActiveBg.png");
        background-repeat:no-repeat;
        background-position:left bottom;
        margin-bottom:10px;*/
        }

        .pageJoin li h3 {
            line-height: 25px;
            font-size: 14px;
            color: #808080;
        }

        .pageJoin li a {
            color: #808080;
        }

/*产品检测数据*/
.pageProductData {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

    .pageProductData li {
        width: 20.5%;
        float: left;
        margin: 10px 2%;
        transition: all 0.5s;
        border:1px solid #fff;
    }

        .pageProductData li:hover {
            box-shadow: 0 0 10px #ccc;
            border:1px solid #33cc33;
        }

        .pageProductData li div {
            width: 100%;
        }

            .pageProductData li div img {
                width: 100%;
            }

        .pageProductData li h2 {
            width: 100%;
            height: 50px;
            line-height: 50px;
            overflow: hidden;
            text-align: center;
            font-size: 18px;
            color: #808080;
        }

.pageDown {
    width: 96%;
    height: auto;
    overflow: hidden;
    margin: 20px auto;
}

    .pageDown li {
        width: 100%;
        height: auto;
        overflow: hidden;
        border-bottom: 1px dashed #ccc;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

        .pageDown li h2 {
            width: 80%;
            float: left;
            line-height: 30px;
        }

        .pageDown li h3 {
            width: 20%;
            float: left;
            line-height: 25px;
            text-align: center;
        }

            .pageDown li h3 a {
                background-color: #33cc33;
                padding: 0 10px;
                border-radius: 5px;
                color: #fff;
                display: inline-block;
                font-size: 12px;
            }

/*智能化车间*/
.pageWorkShop {
    width: 100%;
    height: auto;
    display: table;
}

.pageWorkShopWord {
    width: 40%;
    display: table-cell;
    vertical-align: middle;
}

    .pageWorkShopWord .word {
        width: 80%;
        line-height: 30px;
        font-size: 18px;
        color: #808080;
        margin-left: 10%;
        margin-right: 10%;
    }

        .pageWorkShopWord .word h2 {
            font-size: 30px;
            font-weight: bold;
            margin: 20px auto;
        }

        .pageWorkShopWord .word h3 {
            line-height: 26px;
        }

.pageWorkShopPic {
    width: 90%;
}

    .pageWorkShopPic img {
        max-width: 100%;
    }


@media screen and (min-width:720px) and (max-width:1279px) {
    .pageAboutColor {
        display: none;
    }

        .pageAboutColor li {
            height: auto;
        }

    .pageContact li {
        width: 45%;
        float: left;
        height: auto;
        overflow: hidden;
        margin-bottom: 10px;
        margin-top: 0px;
        transition: all 0.5s;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
        padding:10px 0;
    }

        .pageContact li h2 {
            font-size: 16px;
            line-height: 25px;
        }

        .pageContact li h3 {
            line-height: 18px;
            font-size: 13px;
        }

    .pageEquipment li {
        width: 31%;
        float: left;
        margin: 20px 1%;
        transition: all 0.5s;
        height: auto;
        overflow: hidden;
    }



    /*智能化车间*/
    .pageWorkShopWord {
        width: 40%;
        display: table-cell;
        vertical-align: middle;
    }

        .pageWorkShopWord .word {
            width: 96%;
            line-height: 30px;
            font-size: 18px;
            color: #808080;
            margin-left: 2%;
            margin-right: 2%;
        }

            .pageWorkShopWord .word h2 {
                font-size: 24px;
                margin: 15px auto;
            }

            .pageWorkShopWord .word h3 {
                line-height: 20px;
                font-size: 13px;
            }
}


@media(max-width:719px) {
    .pageTwoSwiper {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
    }

        .pageTwoSwiper img {
            max-width: 100%;
        }

        .pageTwoSwiper .swiper-slide img {
            max-width: 100%;
        }

        .pageTwoSwiper .swiper-slide .word h4 {
            display: block;
            max-height: none;
        }




    .pageFrameWorkPc {display:none;}

    .pageFrameWorkWap {
        width: 100%;
        height: auto;
        overflow: hidden;
        display: flex;
        align-items: center;
        padding-top:20px;
    }
        .pageFrameWorkWap .pic {
            width: 100%;
            text-align: center;
        }

        .pageFrameWorkWap img {
            max-width: 80%;
        }


    .repeatPart {
        display: none;
    }

    .pageAboutColor {
        display: none;
    }

    /*通用部分*/
    .pageCommonWord {
        margin: 20px auto;
    }

    .pagePic {
        width: 100%;
        text-align: center;
    }

        .pagePic img {
            max-width: 90%;
        }

            .pagePic img:hover {
                border: 1px solid #14a83b;
                box-shadow: 0 0 10px #ccc;
            }

    /*两列*/
    .pageTwoList li {
        width: 90%;
        float: left;
        margin: 20px 5%;
        transition: all 0.5s;
        text-align: center;
    }

    .pageFourList li {
        width: 46%;
        float: left;
        margin: 20px 2%;
        transition: all 0.5s;
        text-align: center;
    }

    .pageThreeList {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

        .pageThreeList li {
            width: 96%;
            float: left;
            margin: 20px 2%;
            transition: all 0.5s;
            text-align: center;
        }

    /*集团介绍*/
    .pageAboutContent {
        width: 100%;
        float: left;
        margin-right: 0;
        height: auto;
        overflow: hidden;
    }

    .pageAboutLeader {
        width: 100%;
        float: left;
        text-align: center;
    }

        .pageAboutLeader img {
            max-width: 85%;
        }

    .pageAboutColor {
        height: auto;
        margin-bottom: 30px;
    }

        .pageAboutColor li {
            height: 200px;
        }

            .pageAboutColor li:nth-child(2) {
                height: 200px;
            }

            .pageAboutColor li:nth-child(3) {
                height: 200px;
            }

            .pageAboutColor li:nth-child(4) {
                height: 200px;
            }

    .pageAboutWord {
        width: 98%;
        height: auto;
        overflow-y: auto;
        padding: 20px 2% 20px 0;
        margin-bottom: 20px;
    }

        .pageAboutWord img {
            max-width: 100%;
        }



    /*事业部简介*/
    .pageSubCompany {
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
    }

    .pageSubCompanyList {
        width: 100%;
    }

        .pageSubCompanyList .pic {
            width: 100%;
            height: auto;
            overflow: hidden;
            transition: all 0.5s;
            border: 0;
            border-radius: 5px;
        }

            .pageSubCompanyList .pic:hover {
                border: 0px;
            }

            .pageSubCompanyList .pic div {
                width: 100%;
                height: auto;
                overflow: hidden;
                background-color: #e6e6e6;
            }

                .pageSubCompanyList .pic div img {
                    width: 100%;
                }

        .pageSubCompanyList .word {
            width: 100%;
            height: auto;
            overflow: hidden;
            line-height: 25px;
            font-size: 13px;
            max-height: none;
            color: #333;
            text-align: left;
        }

            .pageSubCompanyList .word h2 {
                background-color: transparent;
                font-size: 18px;
                border: 0;
                padding: 0px 0 0 0;
            }

            .pageSubCompanyList .word h3 {
                background-color: transparent;
                font-size: 18px;
                border: 0;
                padding: 0px 0 0 0;
                line-height:40px;
            }
            .pageSubCompanyList .word h4 {
                margin:0 0;
                line-height:20px;
            }


    /*发展历程*/
    .pageProcessDetail {
        width: 65%;
        height: 31%;
        overflow: hidden;
        margin: 2% auto;
    }

    .pageProcessDetailPic {
        width: 100%;
        margin-right: 0;
    }

    .pageProcessDetailWord {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 40px;
        padding-top: 10px;
    }

    /*科研创新*/
    .pageInnovation {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .pageInnovationLeft {
        width: 96%;
        float: left;
        margin: 10px 2%;
        padding-top: 20px;
    }

    .pageInnovationRight {
        width: 100%;
        float: left;
        margin-left: 0;
        text-align: center;
    }

        .pageInnovationRight img {
            max-width: 100%;
        }

    /*组织信念*/
    .pageBelief {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

        .pageBelief li {
            width: 96%;
            float: none;
            border-right: 0;
            border-bottom: 0;
            padding: 10px 2% 10px 2%;
            text-align: left;
            border-bottom: 1px solid #eee;
        }

            .pageBelief li:nth-child(2) {
                width: 96%;
                border-right: 0;
            }

            .pageBelief li:nth-child(4) {
                width: 96%;
                border-right: 0;
            }

            .pageBelief li:nth-child(5) {
                width: 96%;
                border-bottom: 1px solid #eee;
                padding: 10px 2% 10px 2%;
            }

            .pageBelief li:nth-child(6) {
                border-right: 0;
                border-bottom: 1px solid #eee;
                width: 96%;
                padding: 10px 2% 10px 2%;
            }

            .pageBelief li h2 {
                width: 100%;
                line-height: 40px;
                font-size: 20px;
                font-weight: bold;
            }

            .pageBelief li h3 {
                width: 100%;
                height: auto;
                overflow: hidden;
                line-height: 20px;
                font-size: 14px;
                margin: 10px auto 10px auto;
            }

            .pageBelief li h4 {
                width: 100%;
                height: auto;
                overflow: hidden;
                line-height: 20px;
                font-size: 14px;
                margin: 10px auto 10px auto;
            }



    /*荣誉资质*/
    .pageHonor {
        width: 90%;
        height: 80%;
        overflow: hidden;
        margin: 5% 5% 0 5%;
    }

        .pageHonor li {
            width: 50%;
            float: left;
            text-align: center;
        }

            .pageHonor li div {
                width: 100%;
                height: 70%;
            }

                .pageHonor li div img {
                    max-width: 100%;
                    max-height: 100%;
                }

            .pageHonor li h2 {
                width: 100%;
                height: 28%;
                font-size: 20px;
                margin-bottom: 2%;
            }

    .pageIndustryPic {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

        .pageIndustryPic img {
            width: 100%;
        }

    .pageIndustryTitle {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    /*生产设备*/
    .pageEquipment {
        width: 100%;
    }
    .pageEquipment li {
        width: 48%;
        float: left;
        margin: 20px 1%;
        transition: all 0.5s;
        height: auto;
        overflow: hidden;
    }

    /*可持续发展*/
    .pageSustainable {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .pageSustainableTitle {
        width: 100%;
    }

        .pageSustainableTitle h2 {
            font-size: 24px;
            font-weight: bold;
            color: #666;
            line-height: 40px;
        }

            .pageSustainableTitle h2 span {
                color: #14a83b;
            }

        .pageSustainableTitle h3 {
            width: 100%;
            height: auto;
            overflow: hidden;
            line-height: 25px;
            color: #666;
            margin: 10px auto;
        }

    .pageSustainableList {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-top: 50px;
    }

        .pageSustainableList li {
            width: 48%;
            float: left;
            text-align: center;
            margin-bottom: 20px;
        }

            .pageSustainableList li div {
                width: 100%;
                height: 50px;
                overflow: hidden;
                font-size: 40px;
                font-weight: bold;
                color: #3c3;
                line-height: 50px;
                margin: 10px auto;
            }

                .pageSustainableList li div img {
                    width: 50px;
                    height: 50px;
                }

            .pageSustainableList li h2 {
                line-height: 30px;
                font-size: 18px;
                font-weight: bold;
            }

    /*产学研*/
    .pageCxyOperate {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .pageCxyOperatePic {
        width: 96%;
        float: left;
        margin-left: 2%;
        margin-right: 2%;
    }

    .pageCxyOperateWord {
        width: 100%;
        padding-top: 20px;
    }

    /*联系我们*/
    .pageContact li {
        width: 92%;
        margin-right: 2%;
        margin-left: 2%;
    }

    .pageContact .kb {
        display: none
    }

    .pageJoin li {
        width: 92%;
        margin-right: 2%;
        margin-left: 2%;
    }


    .pageProductData li {
        width: 45%;
        margin: 20px 2% 0px 2%;
    }

    .pageDown {
        width: 90%;
    }

        .pageDown li h2 {
            width: 100%;
            line-height: 25px;
        }

        .pageDown li h3 {
            width: 100%;
            line-height: 20px;
            text-align: right;
        }

    /*智能车间*/
    .pageWorkShop {
        display: block;
    }

    .pageWorkShopWord {
        width: 100%;
        display: block;
        margin-top: 30px;
    }

        .pageWorkShopWord .word {
            width: 90%;
            margin-left: 5%;
            margin-right: 5%;
        }

    .pageWorkShopPic {
        width: 100%;
        margin-top: 30px;
    }
}
