.geo-top{
    width: 100%;
    height: 816px;
    padding-top: 136px;
    /* background: url("../images/geo/file_28.png") no-repeat top left / cover; */
    position: relative;
    background-image: url("../images/geo/file_28.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.geo-top .geo-bg1{
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 188px;
    z-index: 3;
}
.geo-top .geo-bg2{
    position: absolute;
    bottom: 44px;
    left: 50%;
    transform: translateX(-50%);
    width: 1212px;
    z-index: 2;

}
.geo-top .geo-bg3{
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 795px;
    z-index: 1;

}
.geoImgBox {
    /* background: #ccc; */
    display: inline-block;
}
.geoImgBox img{
    width: 100%;
    height: 100%;
}
.geo-top .geo-float{
    width: 1370px;
    height: 320px;
    position: relative;
    margin: 0 auto;
    padding-top: 41px;
    background-image: url("../images/geo/file_13.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 2;
}
.geo-top .geo-float img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
.geo-top .geo-float .h1{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 56px;
    color: #233863;
    line-height: 78px;
    text-align: center;
    font-style: normal;
}
.geo-top .geo-float p{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 24px;
    color: #233863;
    line-height: 33px;
    text-align: center;
    font-style: normal;
    margin-top: 26px;
}
.geo-top .geo-float a{
    display: block;
    cursor: pointer;
    width: 259px;
    height: 52px;
    background: linear-gradient( 270deg, #A792FF 0%, #8296FF 100%);
    border-radius: 45px;
    border: 1px solid #F4F1F1;
    margin: 0 auto;
    margin-top: 36px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    font-style: normal;
}

.geo-top .geo-float .geoImgBox.two{
    position: absolute;
    top: 0;
    right: 0;
    width: 76px;
    height: 76px;
}
.geo-top .geo-float .geoImgBox.one{
    position: absolute;
    left: 0;
    top: 69px;
    width: 96px;
    height: 96px;
}
.geo-top .geo-float .geoImgBox.three{
    position: absolute;
    left: 350px;
    bottom: 28px;
    width: 80px;
    height: 80px;
}
.geo-top .geo-float .geoImgBox.four{
    position: absolute;
    right: 304px;
    bottom: 0px;
    width: 88px;
    height: 88px;
}

.geoBlockIconButton{
    width: 130px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 22px;
    border: 1px solid #ECECEC;
    margin: 0 auto;
}
.geoBlockIconButton .geoImgBox.icon{
    width: 22px;
    height: 22px;
    vertical-align: top;
    margin-top: 11px;
    margin-left: 20px;
    
}
.geoBlockIconButton span{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #233863;
    line-height: 44px;
    text-align: center;
    font-style: normal;
}
.customerPainPoints{
    padding-top: 83px;
    margin-bottom: 88px;
}

.customerPainPoints .h1{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 40px;
    color: #233863;
    line-height: 56px;
    text-align: center;
    font-style: normal;
    margin-top: 11px;
}
.customerPainPoints .fourBlock{
    width: 1260px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
}
.customerPainPoints .fourBlock .blockItem{
    width: 303px;
    border-radius: 12px;
    border: 1px solid #F4F1F1;
    padding: 24px;
}
.customerPainPoints .fourBlock .blockItem .geoImgBox{
    width: 48px;
    height: 48px;
    border-radius: 12px;
}
.customerPainPoints .fourBlock .blockItem p{
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #233863;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    margin-top: 28px;
}
.customerPainPoints .fourBlock .blockItem span{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #6B7B9B;
    line-height: 20px;
    text-align: center;
    font-style: normal;
    margin-top: 8px;
}

.customerPainPoints .customerPainPointsButton{
    display: block;
    width: 828px;
    height: 80px;
    background: linear-gradient( 270deg, #A792FF 0%, #8296FF 100%);
    border-radius: 16px;
    border: 1px solid #F4F1F1;
    font-family: AppleColorEmoji;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 80px;
    text-align: left;
    font-style: normal;
    margin: 0 auto;
    text-align: center;
}
.customerPainPoints .geoImgBox.margin{
    display: block;
    width: 959px;
    height: 113px;
    margin: 0 auto;
}

.customerPainPoints .fourBlock .blockItem:nth-of-type(1){
    background: linear-gradient( 180deg, #FEF0EF 0%, #FFFFFF 100%);
}
.customerPainPoints .fourBlock .blockItem:nth-of-type(2){
    background: linear-gradient( 180deg, #E4E7FD 0%, #FFFFFF 100%);
}
.customerPainPoints .fourBlock .blockItem:nth-of-type(3){
    background: linear-gradient( 180deg, #EEEAFF 0%, rgba(238,234,255,0) 100%);
}
.customerPainPoints .fourBlock .blockItem:nth-of-type(4){
    background: linear-gradient( 180deg, #EBFCFC 0%, rgba(235,252,252,0) 100%);
}

.coreValue{
    padding-bottom: 193px;
    background-image: url("../images/geo/file_18.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left bottom;
}
.coreValue .coreValueBox{
    width: 1260px;
    height: 640px;
    border-radius: 24px;
    margin: 0 auto;
    padding-top: 64px;
    background-image: url("../images/geo/file_30.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.coreValue .coreValueBox .h1{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 40px;
    color: #233863;
    line-height: 56px;
    text-align: center;
    font-style: normal;
    margin: 0 auto;
    margin-top: 10px;
    
}
.coreValue .coreValueBox .titleSpan{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 24px;
    color: #6D7B96;
    line-height: 33px;
    text-align: center;
    font-style: normal;
    display: block;
    margin: 0 auto;
    margin-top: 12px;

}
.coreValue .coreValueBox .threeBlock{
    width: 1132px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
}
.coreValue .coreValueBox .threeBlock .blockItem{
    width: 360px;
    background: rgba(255,255,255,0.6);
    border-radius: 24px;
    border: 2px solid #FFFFFF;
    padding: 32px;
    position: relative;
    overflow: hidden;
}
.coreValue .coreValueBox .threeBlock .blockItem::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url("../images/geo/file_33.png");
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 24px;
    z-index: 0;
}
.coreValue .coreValueBox .threeBlock .blockItem:hover::before{
    opacity: 1;
}
.coreValue .coreValueBox .threeBlock .blockItem > *{
    position: relative;
    z-index: 1;
}
.coreValue .coreValueBox .threeBlock .blockItem .geoImgBox{
    width: 72px;
    height: 72px;
    border-radius: 12px;
    border: 1px solid #F4F1F1;
    position: relative;
    overflow: hidden;
}
.coreValue .coreValueBox .threeBlock .blockItem .geoImgBox img{
    transition: opacity 0.3s ease;
}
.coreValue .coreValueBox .threeBlock .blockItem.item-1:hover .geoImgBox img{
    opacity: 0;
}
.coreValue .coreValueBox .threeBlock .blockItem.item-1:hover .geoImgBox{
    background: url("../images/geo/file_3_3.png") no-repeat center / cover;
}
.coreValue .coreValueBox .threeBlock .blockItem.item-2:hover .geoImgBox img{
    opacity: 0;
}
.coreValue .coreValueBox .threeBlock .blockItem.item-2:hover .geoImgBox{
    background: url("../images/geo/file_2_2.png") no-repeat center / cover;
}
.coreValue .coreValueBox .threeBlock .blockItem.item-3:hover .geoImgBox img{
    opacity: 0;
}
.coreValue .coreValueBox .threeBlock .blockItem.item-3:hover .geoImgBox{
    background: url("../images/geo/file_1_1.png") no-repeat center / cover;
}
.coreValue .coreValueBox .threeBlock .blockItem p{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 24px;
    color: #233863;
    line-height: 33px;
    text-align: left;
    font-style: normal;
    margin-top: 49px;
}
.coreValue .coreValueBox .threeBlock .blockItem span{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #6B7B9B;
    line-height: 22px;
    text-align: left;
    margin-top: 12px;
}
.productFeatures{
    padding-top: 88px;
    padding-bottom: 120px;
    background-image: url("../images/geo/file_32.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left bottom;
    position: relative;
}
.productFeatures .productFeatures_bg2{
    position: absolute;
    left: 0;
    top: 120px;
    width: 511px;
    z-index: 0;
}
.productFeatures .productFeatures_bg1{
    position: absolute;
    right: 0;
    bottom: 426px;
    width: 600px;
    z-index: 0;
}
.productFeatures .productFeaturesTitle{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 40px;
    color: #233863;
    line-height: 56px;
    text-align: center;
    font-style: normal;
    margin: 0 auto;
    margin-top: 10px;
}
.productFeatures .productFeaturesSpan{
    display: block;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 24px;
    color: #6D7B96;
    line-height: 33px;
    text-align: center;
    font-style: normal;
    margin: 0 auto;
    margin-top: 12px;
}
.productFeaturesTwoBlock{
    width: 1260px;
    margin: 0 auto;
    margin-top: 70px;
    position: relative;
    z-index: 1;

}
.productFeaturesTwoBlock .oneLine{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 64px;
}
.productFeaturesTwoBlock .oneTextBlock{
    width: 490px;
    margin-top: 80px;
}
.productFeaturesTwoBlock .oneTextBlock .oneTextBlockTitle{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 36px;
    color: #233863;
    line-height: 50px;
    text-align: left;
    font-style: normal;
}
.productFeaturesTwoBlock .oneTextBlock .oneTextBlockSpan{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    margin-top: 16px;
}
.productFeaturesTwoBlock .oneTextBlock .oneTextBlockTextarea{
    background: #FFFFFF;
    box-shadow: 0px 2px 15px 0px rgba(34,154,244,0.11);
    border-radius: 12px;
    border: 1px solid #229AF4;
    padding: 16px;
    margin-top: 32px;
}
.productFeaturesTwoBlock .oneTextBlock .oneTextBlockTextarea .oneTextBlockTop{
    height: 24px;
}
.productFeaturesTwoBlock .oneTextBlock .oneTextBlockTextarea .oneTextBlockTop .geoImgBox{
    float: left;
    width: 24px;
    height: 24px;
}
.productFeaturesTwoBlock .oneTextBlock .oneTextBlockTextarea .oneTextBlockTop  span{
    float: left;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #229AF4;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    margin-left: 4px;
}
.productFeaturesTwoBlock .oneTextBlock .oneTextBlockTextarea p{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #4A4A4A;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    margin: 0 auto;
    margin-top: 10px;

}
.productFeaturesTwoBlock .oneTextBlock .oneTextBlockTextarea .icon{
    width: 24px;
    height: 24px;
}
.productFeatures .productFeaturesTwoBlock .oneLineGeoImgBox{
    width: 600px;
    height: 400px;
}
.productCase{
    padding-bottom: 88px;
    padding-top: 38px;
}
.productCase .productCaseTitle{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 40px;
    color: #233863;
    line-height: 56px;
    text-align: center;
    font-style: normal;
    margin: 0 auto;
    margin-top: 12px;
}
.productCaseTwoLineBox{
    width: 1260px;
    margin: 0 auto;
    margin-top: 48px;
}
.productCaseTwoLineBox .oneLine{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}
.productCaseTwoLineBox .oneLine .productCaseOne{
    width: 618px;
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #EBEBEB;
    padding: 24px;

}
.productCaseTwoLineBox .oneLine .productCaseOne .tags{
    display: inline-block;
    border-radius: 4px;
    height: 32px;
    background:rgba(34, 154, 244, 0.1);
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #229AF4;
    line-height: 32px;
    text-align: center;
    font-style: normal;
    padding: 0 8px;
    margin-bottom: 20px;

}
.productCaseTwoLineBox .oneLine .productCaseOne p{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 24px;
    color: #233863;
    line-height: 33px;
    text-align: left;
    font-style: normal;
    margin-top: 20px;
    margin-bottom: 54px
}
.productCaseTwoLineBox .oneLine .productCaseOne .topBottom{
    padding: 24px;
    background: #F9FCFF;
    border-radius: 8px;
    margin-bottom: 16px;
}

.productCaseTwoLineBox .oneLine .productCaseOne .topBottom span{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    display: block;
}
.productCaseTwoLineBox .oneLine .productCaseOne .topBottom i{
    font-family: PingFangSC, PingFang SC;
    font-size: 16px;
    color: #4A4A4AFF;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    display: block;
}
.productCaseTwoLineBox .oneLine .productCaseOne .hasIcon{
    padding: 24px;
    background: #F5FCFB;
    overflow: hidden;
}
.productCaseTwoLineBox .oneLine .productCaseOne .hasIcon .geoImgBox{
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.productCaseTwoLineBox .oneLine .productCaseOne .hasIcon b{
    float: left;
   font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 24px;
    text-align: left;
    font-style: normal;
}
.productCase .consultImmediately{
    width: 1260px;
    height: 364px;
    background: #229AF4;
    border-radius: 16px;
    margin: 0 auto;
    padding-top: 104px;
    margin-top: 88px;
    background-image: url("../images/geo/file_6.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.productCase .consultImmediately p{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 56px;
    text-align: center;
    font-style: normal;
    
}
.productCase .consultImmediately a{
    display: block;
    width: 205px;
    height: 52px;
    background: #FFFFFF;
    box-shadow: 0px 6px 14px 0px rgba(22,113,181,0.24);
    border-radius: 26px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 16px;
    color: #229AF4;
    line-height: 52px;
    text-align: center;
    font-style: normal;
    margin: 0 auto;
    margin-top: 48px;
}
.productCase .consultImmediately a:hover {
    color: rgb(255, 255, 255);
    background: rgb(78, 221, 199);
}

@media screen and (max-width: 768px) {
    .geo-top{
        padding-top: 0;
        height: auto;
    }
    .geo-top .geo-bg1{
        display: none;
    }
    .geo-top .geo-bg2{
        display: none;
    }
    .geo-top .geo-bg3{
        max-width:none;
        width:150%;
    }
    .geo-top .geo-float{
        width: 100%;
        padding: 39px 24px;
        background: none;
        height: 680px;
        background-image: url("../images/geo/file_35.png");
        background-repeat: no-repeat;
        background-size: 90% auto;
        background-position: center bottom;
    }
    .geo-top .geo-float .h1{
        font-size: 36px;
        line-height: 50px;
        text-align: left;
    }
    .geo-top .geo-float p{
        font-family: PingFangSC, PingFang SC;
        font-weight: 400;
        font-size: 20px;
        color: #4A4A4A;
        line-height: 30px;
        text-align: left;
        font-style: normal;
    }
    .geo-top .geo-float a{
        width: 100%;
        margin-top: 26px;
    }
    .customerPainPoints{
        padding-top: 20px;
    }
    .customerPainPoints .h1{
        font-size: 20px;
    }
    .customerPainPoints .fourBlock{
        width: 100%;
        display: block;
        padding: 0 12px;
    }
    .customerPainPoints .fourBlock .blockItem{
        width: 100%;
        margin-bottom: 12px;
    }
    .customerPainPoints .geoImgBox.margin{
        display: none;
    }
    .customerPainPoints .customerPainPointsButton{
        display: none;
    }
    .coreValue{
        padding: 0 12px;
    }
    .coreValue .coreValueBox{
        width: 100%;
        padding-top: 20px;
        height: auto;
        padding-bottom: 12px;
    }
    .coreValue .coreValueBox .h1{
        font-size: 20px;
        line-height: 30px;
    }
    .coreValue .coreValueBox .titleSpan{
        font-size: 14px;
        line-height: 20px;
        padding: 0 12px;
    }
    .coreValue .coreValueBox .threeBlock{
        width: 100%;
        display: block;
        padding: 0 12px;
    }
    .coreValue .coreValueBox .threeBlock .blockItem{
        width: 100%;
        margin-bottom: 12px;
    }
    .coreValue .coreValueBox .threeBlock .blockItem p{
        font-size: 18px;
    }
    .coreValue .coreValueBox .threeBlock .blockItem span{
        font-size: 14px;
    }
    .productFeatures{
        padding-top: 20px;
        padding-bottom: 80px;
    }
    .productFeatures .productFeaturesTitle{
        font-size: 20px;
        line-height: 24px;
    }
    .productFeatures .productFeaturesSpan{
        font-size: 14px;
        line-height: 20px;
        padding: 0 12px;
    }
    .productFeatures .productFeatures_bg1{
        display: none;
        
    }
    .productFeatures .productFeatures_bg2{
        display: none;
    }
    .productFeaturesTwoBlock{
        margin-top: 12px;
        padding: 0 12px;
        width: 100%;
    }
    .productFeaturesTwoBlock .oneLine{
        display:block;
        padding: 12px;
        border: 1px #f1f1f1 solid;
        border-radius: 12px;
        margin-bottom: 12px;
    }
    .productFeatures .productFeaturesTwoBlock .oneLineGeoImgBox{
        display: none;
    }
    .productFeaturesTwoBlock .oneTextBlock{
        margin-top: 0;
        margin-bottom: 12px;
    }
    .productFeaturesTwoBlock .oneTextBlock .oneTextBlockTitle{
        font-size: 20px;
    }
    .productFeaturesTwoBlock .oneTextBlock .oneTextBlockSpan{
        font-size: 14px;
        margin-top: 0;
    }
    .productFeaturesTwoBlock .oneTextBlock{
        width: 100%;
    }
    .productCase{
        padding-top: 20px;
    }
    .productCase .productCaseTitle{
        font-size: 20px;
    }
    .productCaseTwoLineBox{
        width: 100%;
        padding: 0 12px;
        display: block;
    }
    .productCaseTwoLineBox .oneLine{
        display: block;
        margin-bottom: 12px;
    }
    .productCaseTwoLineBox .oneLine .productCaseOne{
        width: 100%;
        padding: 12px;
        margin-bottom: 12px;
    }
    .productCaseTwoLineBox .oneLine .productCaseOne p{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .productCase .consultImmediately{
        width: calc(100% - 24px);
        margin: 0 auto;
        background-image: url(../images/geo/m-contact_us_bg.png);
    }
    .productCase .consultImmediately p{
        font-size: 20px;
    }




}