.layerBody {
    background: #F6F6F6;
}

.guoqiang {
    background: #F6F6F6;
    height: calc(67vh);
    display: flex;
    align-items: center;
}

.guoqiang .layerContent {
    width: 1200px;
    margin: 0 auto;
    /* height: 490px; */
    box-sizing: border-box;
    background: #F6F6F6;
}

.guoqiang .imgText {
    display: flex;
    align-items: center;
}

.guoqiang .imgText .layerBg {
    margin-left: 60px;
    width: 216px;
    height: 320px;
}

.guoqiang .imgText h1 {
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
}

.guoqiang .imgText h2 {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin-bottom: 50px;
}

.guoqiang .imgText .layerText {
    margin-left: 60px;
}

.guoqiang .imgText .layerText p {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #666666;
    line-height: 44px;
}

.layerBody .footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.layerBody .footerset {
    height: 200px;
}