.aboutcontext{
    width: 1200px;
    font-size: 20px;
    color: #161616;
    letter-spacing: 0;
    text-align: center;
    line-height: 40px;
    font-weight: 400;
}
.aboutcontext p{
    padding-bottom: 40px;
}
.aboutBox .pic li{
    float: left;
    margin-right: 31px;
    overflow: hidden;
}
.aboutBox .pic li:last-child{
    margin: 0;
}
.aboutBox .pic li:hover img{
    transition: all 1s ease 0s;
}
.aboutBox .pic li:hover img{
    transform: scale(1.2);
}
.aboutBox .aboutus .text{
    height: 420px;
}
.aboutBox .aboutus .text li{
    float: left;
    width: 378px;
    height: 138px;
    line-height: 138px;
    text-align: center;
    background: #F1F6FF;
    font-size: 32px;
    color: #3757E2;
    letter-spacing: 0.89px;
    font-weight: bold;
    margin-right: 31px;
    margin-bottom: 40px;
    transition: all 1s ease 0s;
}
.aboutBox .aboutus .text li:hover{
    background: #cddefd;
}
.aboutBox .aboutus .text li:nth-child(3){
    margin: 0;
}
.aboutBox .aboutus .text li:nth-child(4){
    margin-left: 189px;
}
