.introduce {
    padding: 100px 0px;
}

.introduce_right {
    width: 360px;
    height: 520px;
    background-color: #626262;
    overflow: hidden;
    position: relative;
}

.publickBtnBox {
    margin-top: 80px;
}

.introduce_right img {
    width: 100%;
    height: 100%;
}

.introduce_left {
    width: 760px;
}

.introduce_left img {
    width: 266px;
    height: 36px;
}

.introduce_left .info {
    width: 100%;
    height: 444px;
    overflow: hidden;
    overflow-y: auto;
    line-height: 34px;
    line-height: 34px;
    color: #666666;
    margin-top: 40px;
}

.introduce_left .info p+p {
    margin-top: 10px;
}

.layout {
    position: relative;
    text-align: center;
}

.layout p {
    position: absolute;
    left: 50%;
    width: 300px;
    top: 100px;
    margin-left: -150px;
    display: inline-block;
    color: #333;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
}

.layout img {
    width: 951px !important;
    height: 780px;
}


/* 运营架构 */

.framework {
    width: 100%;
    background: url("../images/about_bg1.png") no-repeat center center;
    background-size: 100% 100%;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/about_bg1.png', sizingMethod='scale');
}

.framework>div {
    /* padding: 100px 0px 120px; */
}

.framework>div img {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}


/* 运营架构 :end */


/* 品牌理念 */

.brandConcept {
    padding: 80px 0px;
}

.brandConcept li {
    width: 370px;
    height: 470px;
    background-color: #003a7d;
    margin-bottom: 40px;
    float: left;
    margin-left: 45px;
}

.brandConcept li:first-child {
    margin-left: 0px;
}

.brandConcept li a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.brandConcept li a .imgBox .ig,
.brandConcept li a .imgBox {
    height: 100%;
    width: 100%;
}

.brandConcept li a .imgBox .shadowImg {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.brandConcept li a .cont {
    width: 100%;
    position: absolute;
    z-index: 2;
    left: 0px;
    bottom: 0px;
}

.brandConcept li a .cont p {
    height: 90px;
    line-height: 24px;
    color: #ffffff;
    padding: 0px 40px;
    text-align: center;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.brandConcept li a .cont .publicTitleBox span {
    color: #ffffff;
    font-size: 20px;
}

.brandConcept li a .cont .publicTitleBox span:after {
    background: #ffffff;
    width: 40px;
    height: 1px;
    margin-left: -20px;
}

.brandConcept li a:hover .hover_magnify2 {
    transform: scale(1.05);
}


/* 品牌理念 :end */


/* 工程业绩 */

.projects {
    padding-bottom: 125px;
}

.projects .projectsBox {
    padding-top: 100px;
}

.projects .projectsBox ul li a {
    display: block;
    height: 100%;
    width: 100%;
    font-size: 16px;
    line-height: 38px;
    color: #666666;
    /* overflow: hidden; */
    white-space: nowrap;
    /* text-overflow: ellip sis; */
}

.projectsBoxCont_left {
    width: 200px;
}

.projectsBoxCont_left a {
    margin-top: 20px;
    display: block;
}

.projectsBoxCont_right {
    width: 880px;
    padding-left: 100px;
}

.projects .projectsBox .projectsBoxCont {
    background-color: #f7f7f7;
    padding: 50px 60px;
    margin-top: 24px;
}

.projects .projectsBox ul {
    float: left;
    width: 100%;
}

.projects .projectsBox ul li {
    width: 260px;
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
    padding-right: 10px;
}

.projects .projectsBox ul li::before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #d8d8d8;
    border-radius: 50%;
    left: 0px;
    top: 16px;
}

.projects .projectsBox ul li a img {
    width: 100%;
    height: 314px;
}

.projects .projectsBox ul li:hover a {
    color: #a08722;
}

.projects .projectsBox ul li:hover:before {
    background: #a08722;
}


/* 工程业绩 :end */


/* 工业厂房 */

.industrialPremises {
    padding: 60px;
}

.industrialPremises .item {
    width: 320px;
    margin-left: 60px;
}

.industrialPremises ul {
    width: 100% !important;
    margin-top: 30px;
}

.industrialPremises .item:first-child {
    margin-left: 0px;
}

.industrialPremises ul li a {
    display: block;
}

.industrialPremises .item .imgBox {
    width: 320px;
    height: 180px;
    background-color: #bdbdbd;
    overflow: hidden;
}

.industrialPremises .item .imgBox img {
    height: 100%;
    width: 100%;
}


/* 工业厂房 :end */


/* 公共商用 */

.publicCommercial .projectsBoxCont_left {
    width: 320px;
}

.publicCommercialBox+.publicCommercialBox {
    margin-top: 80px;
}

.publicCommercial .projectsBoxCont_left a {
    width: 100%;
    height: 140px;
    background-color: #bdbdbd;
    overflow: hidden;
}

.publicCommercial .projectsBoxCont_right {
    width: 700px;
    padding-left: 0px;
}

.publicCommercial .projectsBoxCont_right ul {
    width: 320px;
}

.publicCommercial .projectsBoxCont_right ul+ul {
    margin-left: 60px;
}

.publicCommercial .projectsBoxCont_left a:first-child {
    margin-top: 0px;
}


/* 公共商用 :end */


/* 荣誉证书 */

.honor {
    padding: 100px 0px;
}

.honor li {
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
    /* margin-right: 20px; */
}

.honor li a {
    display: block;
    overflow: hidden;
    width: 380px;
    height: 260px;
    background-color: #ffffff;
    border: solid 1px #d9d9d9;
    box-sizing: border-box;
}

.honor li a img {
    width: 100%;
    height: 100%;
}


/* 荣誉证书 :end */


/* 营销布局 */

.layout {
    padding: 120px 0px 100px;
    background: url("../images/layout_bg1.png") no-repeat center bottom -100px;
    background-size: 100% auto;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src='../images/layout_bg1.png', sizingMethod='scale');
}

.layout img {
    width: 100%;
}

.publicCommercial .projectsBoxCont_left img {
    width: 100%;
}


/* 营销布局 :end */

@media (max-width: 767px) {
    .framework {
        background: #f5f5f5;
    }
    .framework>div {
        padding: 0px 4%;
    }
    .introduce {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .introduce_left,
    .introduce_right {
        width: 100%;
        height: auto;
    }
    .introduce_right {
        margin-top: 20px;
    }
    .introduce_left img {
        width: 178px;
        height: 25px;
    }
    .introduce_left .info {
        line-height: 24px;
        height: auto;
        margin-top: 20px;
    }
    .brandConcept {
        padding: 40px 4%;
    }
    .brandConcept li {
        width: 100%;
        height: auto;
        margin-left: 0px !important;
        margin-bottom: 20px;
    }
    .brandConcept li a .cont p {
        line-height: 22px;
        height: 60px;
        margin-top: 12px;
    }
    .brandConcept li a .cont .publicTitleBox span {
        font-size: 16px;
    }
    .brandConcept li:last-child {
        margin-bottom: 0px;
    }
    .projects .projectsBox {
        margin-top: 40px;
    }
    .projects .projectsBox .projectsBoxCont {
        padding: 20px 0px;
    }
    .projectsBoxCont_left {
        width: 100%;
    }
    .projectsBoxCont_left a {
        margin-top: 0px;
    }
    .projects .projectsBoxCont_left a {
        padding: 0px 20px;
    }
    .projectsBoxCont_right {
        width: 100%;
        padding-left: 0px;
    }
    .projects .projectsBox ul li {
        width: 50%;
        padding-left: 14px;
    }
    .projects .projectsBox ul li a {
        font-size: 12px;
        line-height: 28px;
    }
    .projects .projectsBox ul li::before {
        width: 4px;
        height: 4px;
        border-radius: 50%;
        left: 0px;
        top: 12px;
    }
    .projects .projectsBox ul {
        margin-top: 20px;
        float: none;
        padding: 0px 20px;
    }
    .morePublicBtn {
        display: block;
        margin: 20px auto 12px;
        width: 100px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background-color: #ffffff;
        font-size: 12px;
        color: #666666;
    }
    .projects .projectsBox {
        padding-top: 0px;
    }
    .industrialPremises .item,
    .industrialPremises .item .imgBox {
        width: 100%;
        height: auto;
    }
    .projectsBox .industrialPremises {
        padding: 0px !important;
    }
    .industrialPremises .item {
        margin-left: 0px;
        padding-bottom: 20px;
    }
    .industrialPremises .item ul li {
        width: 100%;
    }
    .industrialPremises .item .morePublicBtn {
        margin-top: 0px;
    }
    .publicCommercial .projectsBoxCont_left a {
        padding: 0px;
        height: auto;
    }
    .publicCommercial .projectsBoxCont_left {
        width: 100%;
        height: auto;
    }
    .publicCommercial {
        padding-top: 0px !important;
    }
    .projects {
        padding-bottom: 40px;
    }
    .honor {
        padding: 40px 4%;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
    }
    .honor li {
        float: none;
        width: calc(50% - 7.5px);
        margin-left: 15px !important;
        margin-bottom: 15px;
    }
    .honor li:nth-child(2n+1) {
        margin-left: 0px !important;
    }
    .honor li a {
        width: 100%;
        height: auto;
    }
    .layout {
        padding: 0px;
        padding-top: 80px;
    }
    .layout .width1200 {
        padding: 0px;
    }
    .layout p {
        top: 40px;
        width: 88%;
        left: 6%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 16px;
        line-height: 30px;
        margin-left: 0px;
    }
    .layout .width1200 img {
        width: 100% !important;
        height: auto;
    }
    .introduce .typeBox {
        width: 100%;
        margin-top: 140px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 0px 20px;
    }
    .introduce .typeBox .type {
        width: 25%;
        float: left;
        padding-bottom: 10px;
    }
    .introduce .typeBox .type .numberBox {
        font-family: Bahnschrift;
        color: #fff;
    }
    .introduce .typeBox .type .numberBox p {
        display: inline-block;
        position: relative;
        font-size: 30px;
    }
    .introduce .typeBox .type .numberBox .add {
        position: absolute;
        top: -5px;
        right: -10px;
        font-size: 14px;
    }
    .introduce .typeBox .type .cont {
        line-height: 20px;
        color: #fff;
        font-size: 12px;
    }
    .brandConcept_bg3 {
        position: absolute;
        width: 100%;
        bottom: 0px;
        left: 0px;
    }
    .framework>div img {
        margin-top: 0px;
    }
}