/* 服务内容 */
.serviceContent{
    width: 100%;
    height: 382px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.serviceContent .item{
    display: block;
    width: 380px;
    height: 382px;
    background: #FFFFFF;
    border-radius: 14px;
    position: relative;
    padding-top: 236px;
    cursor: pointer;
}
.serviceContent .item>img{
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
    position: absolute;
    left: 50%;
    bottom: 176px;
}
.serviceContent .item>.p01{
    width: 100%;
    font-size: 30px;
    font-family: 'phm';
    line-height: 42px;
    color: #333333;
    text-align: center;
}
.serviceContent .item>.p02{
    width: 100%;
    /*font-size: 20px;*/
    font-size: 19px;
    /*font-family: 'phl';*/
    font-family: 'phr';
    line-height: 27px;
    color: #333333;
    text-align: center;
    margin-top: 10px;
}
.serviceContent .item>.p03{
    width: 100%;
    font-size: 20px;
    font-family: 'phr';
    line-height: 27px;
    color: #1A6CFE;
    text-align: center;
    margin-top: 20px;
}

/* 核心优势 */
.coreAvt{
    width: 100%;
    height: 382px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.coreAvt .item{
    display: block;
    width: 285px;
    height: 280px;
    background: #FFFFFF;
    border-radius: 14px;
    position: relative;
    cursor: default;
    padding-top: 40px;
}
.coreAvt .item svg{
    display: block;
    width: 64px;
    height: 64px;
    margin: 0 auto;
}
.coreAvt .item .p01{
    width: 100%;
    font-size: 30px;
    font-family: 'phm';
    line-height: 42px;
    color: #333333;
    text-align: center;
    margin-top: 24px;
}
.coreAvt .item .p02{
    width: 100%;
    font-size: 20px;
    /*font-family: 'phl';*/
    font-family: 'phr';
    line-height: 27px;
    color: #333333;
    text-align: center;
    margin-top: 10px;
}

/* 合作伙伴 */
.partners{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.partners .item{
    width: 285px;
    height: 467px;
    background-color: white;
}
.partners .item .img{
    width: 285px;
    height: 207px;
    background: url("../images/program01/wensha.jpg") top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.partners .item .img.kehu01{
    background: url("../images/program01/kehuimg/01.png") top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.partners .item .img.kehu02{
    background: url("../images/program01/kehuimg/02.png") top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.partners .item .img.kehu03{
    background: url("../images/program01/kehuimg/03.png") top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.partners .item .img.kehu04{
    background: url("../images/program01/kehuimg/04.png") top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.partners .item .info{
    width: 285px;
    height: 260px;
    padding: 20px;
}
.partners .item .info .title{
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.partners .item .info .title .p01{
    font-size: 26px;
    font-family: 'phm';
    line-height: 35px;
    color: #333333;
}
.partners .item .info .title .p02{
    font-size: 16px;
    font-family: 'phr';
    line-height: 22px;
    color: #999999;
}
.partners .item .info .p03{
    width: 100%;
    height: 127px;
    font-size: 18px;
    font-family: 'phr';
    line-height: 25px;
    color: #666666;
    margin-top: 10px;
}
.partners .item .info .p04{
    width: 100%;
    height: 27px;
    font-size: 20px;
    font-family: 'phr';
    line-height: 27px;
    color: #1A6CFE;
    margin-top: 20px;
}
