.headInner{
    height: 890px;
    background: url(../img/headbg.png) no-repeat center;
    background-size: cover;
    padding-top: 145px;
    box-sizing: border-box;
}
.hTit{
    padding-left: 55px;
    box-sizing: border-box;
}
.hTit p{
    font-size: 14px;
    color: #505cb8;
    line-height: 25px;
}
.hTit h2{
    font-size: 60px;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 22px;
}
.hTit h3{
    font-size: 48px;
    font-weight: normal;
    margin-bottom: 35px;
}
.hTit .btn{
    width: 182px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
    background-image: linear-gradient(to right, #2fa5f6 , #2259f2);
}

.number{
    padding-left: 55px;
    padding-right: 55px;
    box-sizing: border-box;
    margin-top: 230px;
}
.number li{
    width: 33%;
    /* height: 110px; */
    border-right: 1px solid #adafb4;
    color: #dde6ff;
    font-size: 24px;
    padding-left: 120px;
    box-sizing: border-box;
}
.number li:nth-child(3n-3){
    border: none;
}
.number li .tit{
    margin-bottom: 26px;
}
.number li .num span{
    font-size: 50px;
    color: #2bd9f0;
}

.ourAdva{
    background-color: #f5f8ff;
    height: 975px;
    padding-top: 102px;
    box-sizing: border-box;
}
.ourAdva .tit{
    text-align: center;
    font-size: 48px;
    color: #2362f1;
}
.ourAdva .p1{
    text-align: center;
    font-size: 12px;
    color: #4370fd;
    margin-top: 5px;
    margin-bottom: 102px;
}
.advaList{
    padding: 0 160px;
    box-sizing: border-box;
}
.advaList li{
    text-align: center;
    margin-right: 328px;
    margin-bottom: 95px;
}
.advaList li:nth-child(3n-3){
    margin-right: 0;
}
.advaList img{
    width: 125px;
    height: 125px;
    margin-bottom: 32px;
}
.advaList p{
    font-size: 28px;
    color: #1b1f3a;
    width: 142px;
}