.consult {
    width: 100%;
}
.consult .wrap {
    width: 1200px;
    margin: auto;
    padding-top: 203px;
}
.consult .wrap .title {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
}
.consult .wrap .title h3 {
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
}
.consult .wrap .title .links {
    display: flex;
    align-items: center;
}
.consult .wrap .title .links a {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    display: block;
}
.consult .wrap .title .links span {
    display: block;
    margin: 0 5px;
}
.consult .wrap>img {
    width: 100%;
    display: block;
}
.consult .wrap .info {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 24px;
    margin-bottom: 33px;
}
.consult .wrap .info .item {
    width: 380px;
    background: #FFFFFF;
    border: 3px solid #E6E6E6;
    padding: 26px 0 19px 15px;
}
.consult .wrap .info .item .content {
    display: flex;
}
.consult .wrap .info .item .content .iconfont {
    font-size: 18px;
    color: rgba(153, 153, 153, 1);
    margin-right: 15px;
}
.consult .wrap .info .item .content .text h5 {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    margin-bottom: 11px;
}
.consult .wrap .info .item .content .text p {
    width: 288px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-bottom: 14px;
}
.consult .wrap .info .item .content .text1 h5 {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    margin-bottom: 11px;
}
.consult .wrap .info .item .content .text1 p {
    font-size: 16px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: 600;
    color: #333333;
    line-height: 24px;
}
.consult .wrap .info .item:nth-child(2) .content:nth-child(1) {
    margin-bottom: 58px;
}
.consult .wrap>p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-bottom: 28px;
}
.consult .wrap #allmap {
    width: 100%;
    height: 320px;
    margin-bottom: 56px;
}
.consult .wrap #allmap .color {
    width: 104px;
    height: 69px;
    background: #F7AB00;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    position: relative;
}
.consult .wrap #allmap .color:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -20px;
    left: 10px;
    border-top: 18px solid #F7AB00;
    border-left: 8px solid #F7AB00;
    border-right: 8px solid transparent;
    border-bottom: 18px solid transparent;
}
.consult .wrap #allmap .color img {
    display: block;
    width: 93px;
}
.consult .wrap #allmap .BMapLabel {
    border: none!important;
}

@media screen and (max-width: 768px) {
    .consult .wrap{
        width: 100%;
        padding: 95px 20px 0 20px;
    }
    .consult .wrap .title h3{
        font-size: 20px;
    }
    .consult .wrap .title .links a{
        font-size: 12px;
    }
    .consult .wrap .info{
        flex-direction: column;
    }
    .consult .wrap .info .item{
        width: 100%;
        margin: 0 0 12px;
    }
    .consult .wrap .info .item .content .text1 p{
        font-size: 14px;
    }
    .consult .wrap .info{
        width: 100%;
        padding: 0 20px;
    }
    .consult .wrap .info .item .content{
        flex-direction: column;
    }
    .consult .wrap .info .item .content .iconfont{
        margin: 0 0 10px;
    }
    .consult .wrap .info .item .content .text h5{
        font-size: 16px;
    }
    .consult .wrap .info .item .content .text p {
        width: 94%;
        font-size: 13px;
    }
    .consult .wrap .info .item .content .text img{
        width: 80px;
    }
    .consult .wrap>p{
        font-size: 13px;
    }
    .consult .wrap #allmap{
        height: 211px;
    }
    .consult .wrap .info .item:nth-child(2) .content:nth-child(1) {
        margin-bottom: 28px;
    }
}