header .broadside{
    display: none;
}
.banner{
    width: 100%;
    height: 527px;
    padding-top: 100px;
}
.banner img{
    width: 100%;
}
.section{
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: -216px;
}
.section .warp{
    width: 1620px;
    margin: 0 auto 82px;
}
.section .warp .title{
    display: flex;
    justify-content: space-between;
    height: 448px;
}
.section .warp .title .consult{
    width: 1180px;
    height: 100%;
    /*background: rgba(229, 229, 229, 0.8);*/
    background-image: linear-gradient(rgba(229, 229, 229, 0.8), #fff);
    display: flex;
    align-items: center;
    justify-content: center;
}
.section .warp .title .consult > div:first-child{
    display: flex;
    align-items: center;
}

.section .warp .title .consult .text{
    text-align: center;
    margin-right: 90px;
}
.section .warp .title .consult .text span{
    font-size: 50px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #029976;
    margin-bottom: 38px;
}
.section .warp .title .consult .text .icon .contact{
    margin-bottom: 69px;
}
.section .warp .title .consult .text .icon .contact:last-child{
    margin-bottom: 0;
}
.section .warp .title .consult .text .icon .contact .iconfont{
    color: #029976;
    font-size: 47px;
    margin-bottom: 20px;
}
.section .warp .title .consult .text .icon .contact a{
    font-size: 22px;
    font-family: Myriad Pro;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
    display: block;
}
.section .warp .title .consult .qrcode .item{
    display: flex;
    margin-bottom: 61px;
}
.section .warp .title .consult .qrcode .item:last-child{
    margin-bottom: 0;
}
.section .warp .title .consult .qrcode .item > div{
    display: flex;
    align-items: center;
    margin-right: 79px;
    min-width: 326px;
}
.section .warp .title .consult .qrcode .item img{
    width: 150px;
    height: 150px;
}
.section .warp .title .consult .qrcode .item .introduce{
    margin-left: 16px;
}
.section .warp .title .consult .qrcode .item .introduce p{
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
}
.section .warp .title .consult_2{
    width: 420px;
}
.section .warp .title .consult_2 .text{
    margin-right: 0;
}
.section .warp .title .consult .text .icon .contact:first-child{
    min-height: 131px;
}
.section .warp .content{
    width: 100%;
    height: 600px;
    margin-top: 90px;
}
.section .warp .content #allmap{
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 1800px) {
    .section .warp {
        width: 90%;
    }

    .section .warp .title .consult .text span {
        font-size: 28px;
    }
    .section .warp .title .consult .text .icon .contact .iconfont {
        font-size: 35px;
    }
    .section .warp .title .consult .text .icon .contact a {
        font-size: 20px;
    }
    .section .warp .title .consult .text {
        margin-right: 9%;
    }
    .section .warp .title .consult {
        width: 72.8%;
    }
    .section .warp .title .consult_2 {
        width: 25.9%;
    }
    .section .warp .title .consult .qrcode .item > div {
        width: 50%;
        min-width: 0;
    }
    .section .warp .title .consult .qrcode .item {
        display: flex;
        margin-bottom: 61px;
        width: 100%;
    }
    .section .warp .title .consult .qrcode .item img {
        width: 45%;
        height: auto;
        margin: auto;
    }
    .section .warp .title .consult .qrcode .item .introduce p {
        font-size: 20px;
    }
}

@media screen and (max-width: 768px) {
    .section .warp .title .consult > div:first-child {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
    }
    .section .warp {
        width: 90%;
        margin: 0 auto 82px;
    }
    .section .warp .title {
        display: flex;
        justify-content: space-between;
        height: auto;
        flex-direction: column;
    }
    .section .warp .title .consult > div:first-child {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
        margin-top: 50px;
    }
    .qrcode{
        width:100%;
        margin-top: 50px;
    }
    .section .warp .title .consult .qrcode .item {
        display: flex;
        margin-bottom: 61px;
        width: 100%;
    }
    .section .warp .title .consult .qrcode .item > div {
        display: flex;
        align-items: center;
        margin-right: 0;
        /* min-width: 326px; */
        flex-direction: column;
        width: 50%;
        min-width:0;
    }
    .section .warp .title .consult .qrcode .item img {
        width: 45%;
        height: auto;
        margin: auto;
    }
    .section .warp .content {
        width: 100%;
        height: 390px;
    }
    .section .warp .title .consult {
        width: 100%;
    }
    .section {
        margin-top: -460px;
    }
    .section .warp .title .consult .text span {
        font-size: 35px;
    }
    .section .warp .title .consult .text {
        margin-right: 0;
    }
    .section .warp .title .consult .text .icon .contact a {
        font-size: 18px;
    }
    .section .warp .title .consult .qrcode .item .introduce{
        margin-left: unset;
    }
    .section .warp .title .consult .qrcode .item .introduce p {
        font-size: 18px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .banner {
        padding-top: 70px;
    }
}
