.padDiv{
    padding: 7% 0;
    padding-left: calc(4% + 150px);
    padding-right: calc(4% + 150px);
}
.three ul li{
    display: inline-block;
    width: calc(90% / 3);
    margin-right: 5%;
    float: left;
    text-align: center;
    padding: 5% 0;
    border-radius: 50%;
}
.three ul li:last-child{
    margin-right: 0;
    background: url(../img/wh03.png) no-repeat;
    background-size: 100% 100%;
}
.three ul li:nth-child(2){
    background: url(../img/wh02.png) no-repeat;
    background-size: 100% 100%;
}
.three ul li:first-child{
    background: url(../img/wh01.png) no-repeat;
    background-size: 100% 100%;
}
.three ul li .pic{
    width: 24%;
    margin-bottom: 8%;
}
.three ul li .name{
    font-size: 4rem;
    font-family: 'Bold';
    margin-bottom: 3%;
}
.three ul li span{
    font-size: 3rem;
    display: inline-block;
    height: 85px;
}
.three{
    margin-bottom: 6%;
}
.threeTxt,.twoTxt{
    align-items: center;
    display: flex;
    justify-content: space-around;
}
.leftTxt{
    display: inline-block;
    width: 50%;
}
.leftTxt p{
    font-size: 3rem;
    margin-bottom: 4%;
}
.leftTxt p .tle{
    font-family: 'Bold';
    font-size: 4rem;
}
.whPic{
    width: 50%;
}
.whPic img{
    max-width: 100%;
}
.twoTxt .whPic{
    padding-right: 10%;
}
.twoTxt .leftTxt{
    width: 62%;
    margin-right: -12%;
}
.section{
    background: url(../img/whBg.png) no-repeat 0% 80%;
    background-size: 100% auto;
}




@media screen and (max-width:1700px){
    .padDiv{
        padding: 7% 6%;
    }
    .twoTxt .leftTxt {
        width: 54%;
        margin-right: -4%;
    }
}
@media screen and (max-width:1449px){
    .three ul li .name{
        font-size: 3rem;
    }
    .three ul li span {
        font-size: 2rem;
        height: 55px;
    }
    .leftTxt p {
        font-size: 2rem;
    }
    .leftTxt p .tle {
        font-size: 2.6rem;
    }
}
@media screen and (max-width:1195px){
    .three ul li .name{
        font-size: 1.6rem;
    }
    .three ul{
        text-align: center;
    }
    .three ul li{
        width: calc(95% / 2);
        padding: 8% 0;
    }
    .three ul li:nth-child(2){
        margin-right: 0;
    }
    .three ul li:nth-child(3){
        margin-left: calc((95% / 2) / 2);
    }
    .three ul li span {
        font-size: 1.3rem;
        height: 35px;
    }
    .leftTxt p {
        font-size: 1.4rem;
    }
    .leftTxt p .tle {
        font-size: 1.6rem;
    }
    .threeTxt, .twoTxt{
        display: block;
    }
    .threeTxt>div, .twoTxt>div{
        width: 100% !important;
    }
    .twoTxt .whPic{
        padding: 5% 0;
    }
}




