.wisdombanner{
    position: relative;
}
.wisdombanner img {
    display: block;
    width: 100%;
}
.wisdombanner h3{
    font-size:58px;
    text-align: center;
    top: 37%;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    color: #ffffff;
}
.wisdombanner h2 {
    font-family: "HYQiHei1";
    font-size:58px;
    text-align: center;
    top: 47%;
    text-transform: uppercase;
    position: absolute;
    width: 100%;
    color: #ffffff;
}
.wisdom,.wisdom2{
    padding-top: 130px;
    position: relative;
    height: 638px;
}
.wisdom .wisleft{
    width:560px;
    z-index: 10;
    position: relative;
}
.wisdom .wisright{
    border: 4px solid #48a1da;
    width: 537px;
    height: 200px;
    padding: 54px;
    font-size: 20px;
    color: #222223;
    line-height: 35px;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 9;
}
.wisdom .bghui{
    background-color: #f2f2f2;
    width: 558px;
    height: 200px;
    padding: 54px;
    position: absolute;
    top: 73px;
    right: -18px;
}

.wisdom2 .wisleft{
    width:560px;
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
}
.wisdom2 .wisright{
    border: 4px solid #48a1da;
    width: 537px;
    height: 240px;
    padding: 54px;
    font-size: 20px;
    color: #222223;
    line-height: 35px;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 9;
}
.wisdom2 .bghui{
    background-color: #f2f2f2;
    width: 558px;
    height: 240px;
    padding: 54px;
    position: absolute;
    top: 73px;
    left: -18px;
}


