.serviceHead {
    width: 100%;
    height: 540px;
    margin-top: -60px;
}
.serviceBanner {
    height: 100%;
    width: 100%;
    margin-top: 60px;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    background: url(../images/openPlatform/kfpt_pc_banner.jpg) no-repeat center top;
}
.serviceHead .bannerP {
    width: 1200px;
    font-size: 45px;
    margin: 200px auto 0;
}
.serviceHead .bannerP .title{
    padding-bottom: 10px;
}
.serviceHead .bannerP .sub_title{
    font-size: 24px;
}
#go1 {
    margin: 0 auto;
    width: 1200px;
    margin-bottom: 60px;
}
.po-rel {
    position: relative;
}
.secondCenterTxt {
    margin: -25px auto 0;
    text-align: center;
    height: 35px;
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #000;
    opacity: 1;
}
.moreFun {
    width: 1200px;
    margin: 10px auto;
    padding-bottom: 10px;
}
.pad {
    padding: 20px;
    border: 1px solid #EFEFEE;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.secondRightContent {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 24px;
    opacity: 0.6;
}
#go2 {
    width: 100%;
    height: 900px;
    margin: 0 auto;
    background: url(../images/107128_3zhan.png) no-repeat center top;
}
.lastCenterTxt {
    margin: -25px auto 0;
    text-align: center;
    height: 35px;
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #fff;
    opacity: 1;
}
.threeCon {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    text-align: center;
}
#go2 .secondRightContent{
    color: #fff;
}
.moreSan {
    width: 220px;
    height: 250px;
    background: rgba(81,85,91,1);
    border-radius: 10px;
}
.clickMeTwo {
    width: 180px;
    height: 52px;
    border: 1px solid #fff;
    border-radius: 26px;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
#go3 {
    height: 600px;
    background: rgba(239, 244, 251, 1);
    width: 100%;
}
#go4 {
    width: 100%;
    background: rgba(239, 244, 251, 1) url(../images/107129_3zhan.png) no-repeat center top;
    padding-bottom: 60px;
}
.go4-two {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    margin-top: 25px;
}
.groupItem {
    width: 570px;
    height: 290px;
    background: #fff;
    border-radius: 10px;
}
.iconTwoText {
    width: 80px;
    height: 18px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: rgba(24,28,37,1);
    text-align: center;
}
.clickMeThree {
    width: 180px;
    height: 52px;
    /* background: rgba(36, 109, 239, 1); */
    border: 1px solid rgba(36, 109, 239, 1);
    color: rgba(36, 109, 239, 1);
    border-radius: 26px;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}
.moreFun .iconText{
    padding-left: 10px;
    font-weight: bold;
}
.moreFun .iconfont{
    font-size: 28px;
    color: #32ABFF;
}
.moreFun .secondRightContent{
    padding-left: 35px;
}
.link_open_platform_btn{
    display: block;
    margin: 50px auto;
    width: 200px;
    height: 60px;
    background: #32ABFF;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border: 0;
    outline: none;
}
@media (max-width: 960px){
    .serviceHead {
        margin-top: 60px;
        width: 100%;
        height: 300px;
    }
    .serviceBanner {
        background: url(../images/openPlatform/kfpt_banner.jpg);
        background-size: 100% 300px;
    }
    .serviceHead .bannerP{
        margin: 100px auto 0;
        width: 100%;
        text-align: center;
    }
    .serviceHead .bannerP .title{
        padding-bottom: 10px;
        font-size: 24px;
    }
    .bannerP p {
        width: 84%;
        margin: 0 8%;
        font-size: 18px;
        font-family: PingFang SC;
        font-weight: 500;
        color: rgba(255,255,255,1);
        text-align: center;
    }
    .serviceHead .bannerP .sub_title{
        padding-bottom: 10px;
        font-size: 16px;
    }
    #go1{
        width: 100%;
    }
    .list .moreFun{
        display: block !important;
        width: 100%;
    }
    .list .po-rel{
        padding: 50px !important;
    }
    .secondCenterTxt{
        font-size: 24px;
    }
    .list .moreFun .pad {
        margin: 0 auto;
        padding: 20px 5%;
        border-radius: 5px;
        border: 1px solid rgba(228, 228, 228, 0.5);
        width: 90%;
        margin-bottom: 15px;
        background: #fff;
    }
    .moreFun .iconfont{
        padding-top: 3px;
        font-size: 20px;
        vertical-align: middle;
    }
    .link_open_platform_btn{
        margin: 30px auto;
        height: 50px;
    }
}
