.page-wrapper .header{
    position: fixed !important;
}
.section__banner .page__banner{
    position: relative;
}
.section__banner .banner__tip{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
}
.section__banner .banner__tip p:nth-child(2) {
    font-size: 48px;
    font-weight: 700;
    line-height: 84px;
    margin: 0;
}
.section__banner .banner__tip p:nth-child(1) {
    font-size: 36px;
    font-weight: 400;
    margin: 0;
    display: none;
}


.section__contact{
    padding-top: 16px;
    display: flex;
    justify-content: space-between;
}

.section__contact .section__group{
    width: calc((100% - 12%)/2);
}

.section__contact dt{
    padding-top: 30px;
    font-size: 36px;
    font-weight: 600;
    line-height: 86px;
    margin: 0;
    display: flex;
    align-items: center;
}
.section__contact dt img{
    margin-right: 16px;
    width: 48px;
    height: 48px;
}
.section__contact dd span a{
    color: #FFFFFF;
}
.section__contact dd span:nth-child(1){
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
}
.section__contact dd span:nth-child(2){
    font-size: 20px;
    font-weight: 400;
    color: #BBC0C4;
    line-height: 36px;
}
.section__contact dd{
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}
.section__contact dd + dd{
    border-top: 1px solid #3E3E3E;
}
@media only screen and (max-width: 1439px){
    .section__contact dt img{
        width: 42px;
        height: 42px;
    }
}
@media only screen and (max-width: 1279px){
    .section__contact dt img{
        width: 36px;
        height: 36px;
        margin-right: 12px;
    }
}
@media only screen and (max-width: 1279px){
    .section__contact dt img{
        width: 24px;
        height: 24px;
        margin-right: 8px;
    }
}

@media only screen and (max-width: 1439px){
    .section__banner .banner__tip p:nth-child(1) {
        font-size: 24px;
        line-height: 28px;
    }
    .section__banner .banner__tip p:nth-child(2) {
        font-size: 36px;
        line-height: 58px;
    }

    .section__contact dt{
        font-size: 32px;
        line-height: 52px;
    }
    .section__contact dd span:nth-child(1){
        font-size: 20px;
    }
    .section__contact dd span:nth-child(2){
        font-size: 16px;
    }
}

@media only screen and (max-width: 1023px){
    .section__banner .banner__tip p:nth-child(1) {
        font-size: 14px;
        line-height: 22px;
    }
    .section__banner .banner__tip p:nth-child(2) {
        font-size: 24px;
        line-height: 38px;
    }

    .section__contact dt{
        font-size: 24px;
        line-height: 38px;
    }
    .section__contact dd span:nth-child(1){
        font-size: 16px;
        line-height: 28px;
    }
    .section__contact dd span:nth-child(2){
        font-size: 14px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .section__contact{
        flex-direction: column;
    }
    .section__contact .section__group{
        width: 100%;
    }
    .section__banner .banner__tip{
        align-items: center;
        bottom: 10%;
        top: unset;
        transform: unset;
        flex-direction: column-reverse;
    }
    .section__contact dt{
        font-size: 22px;
    }
    .section__banner .banner__tip p:nth-child(1){
        font-size: 14px;
        line-height: 22px;
    }
    .section__banner .banner__tip p:nth-child(2){
        font-size: 24px;
        line-height: 38px;
    }
}
