.section-01{
    width: 100%;
    height: 818px;
    background-image: url(../assets/icons/consult/section01.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.section-01 .textBox{
    width: 792px;
    height: 134px;
}
.section-01 .left{
    background-image: url(../assets/icons/consult/section01-1.png);
}
.section-01 .right{
    background-image: url(../assets/icons/consult/section01-2.png);
}

.section-02{
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 36px;
    font-weight: bold;
}
.section-02 .line{
    width: 127px;
    height: 4px;
    background-color: #31AFE5;
    border-radius: 2px;
    margin-top: 10px;
}

.section-03{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.section-03 .tabs{
    display: flex;
    align-items: center;
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    position: relative;
    cursor: pointer;
}
.section-03 .tabs:first-child{
    margin-right: 92px;
}
.section-03 .tabs:first-child::after{
    content: '';
    position: absolute;
    right: -45px;
    top: 7px;
    width: 2px;
    height: 40px;
    background-color: #333333;
    border-radius: 1px;

}
.section-03 .tabs img{
    width: 55px;
    height: 55px;
    margin-right: 10px;
}
.section-03 .tabsActive{
    color: #31AFE5;
}

.section-04{
    width: 1060px;
    margin: 43px auto;
}
.section-04 .li{
    width: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 40px 0;
    border-bottom: 2px dashed #BFBFBF;
}
.section-04 .li img{
    width: 309px;
    height: 196px;
    margin-right: 25px;
}
.section-04 .li .msg{
    box-sizing: border-box;
    padding: 7px 0;
}
.section-04 .li .msg .title{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #646464;
}
.section-04 .li .msg .desc{
    width: 612px;
    margin-top: 35px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #929193;
}


