.headerpage{
    position: absolute;
    top: 0;
    z-index: 9;
}
.headerBg.headerpage{
    position: fixed;
    top: -70px;
    background-color: rgba(0,0,0,.86);
}
.homePage{
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
}
.pageImg{
    width: 100%;
}
.pageImg>img{
    width: 100%;
}
.page_w{
    margin: 0 auto;
    padding-top: 50px;
}
.page_w>.megWrap{
    margin: 0 30px;
    overflow: hidden;
    margin-bottom: 50px;
}
.page_w>.megWrap>.listFor+.listFor{
    margin-left: 40px;
}
.page_w>.megWrap>.listFor{
    float: left;
    width: calc(33.1% - 27px);
    overflow: hidden;
    border: 1px solid #CCCCCC;
    padding: 80px 0 0 0;
    height: 320px;
    text-align: center;
}
.page_w>.megWrap>.listFor>.icoBox{
    width: 60px;
    height: 60px;
    display: inline-block;
    margin-bottom: 30px;
}
.page_w>.megWrap>.listFor>.icoBox>img{
    width: 100%;
    height: 100%;
}
.page_w>.megWrap>.listFor>h4{
    font-size: 27px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 50px;
    color: #333333;
    margin-bottom: 20px;
}
.page_w>.megWrap>.listFor>p{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 36px;
    color: #333333;
    margin: 0 60px;
}
.mapWrap{
    margin: 0 35px 0 30px;
    height: 500px;
    background-color: #f9f9f9;
    margin-bottom: 70px;
}
/* 移动端 */
@media screen and (max-width: 1400px){
    .page_w>.megWrap{
        margin-right: 50px;
    }
    .mapWrap{
        margin-right: 50px;
    }
}