img {
    max-width: 100%;
    max-height: 100%;
}
.geo-top{
    width: 100%;
    height: 700px;
    padding-top: 100px;
    /* background: url("../images/geo/file_28.png") no-repeat top left / cover; */
    position: relative;
    background-image: url("images/geo/file_28.jpg");
    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: 280px;
    position: relative;
    margin: 0 auto;
    padding-top: 40px;
    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-weight: 600;
    font-size: 56px;
    color: #233863;
    line-height: 78px;
    text-align: center;
    font-style: normal;
}
.geo-top .geo-float p{
    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-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-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-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: 355px;
    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-weight: 500;
    font-size: 18px;
    color: #233863;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    margin-top: 20px;
	margin-bottom: 8px;
}
.customerPainPoints .fourBlock .blockItem span{
    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, #EBFCFC 0%, rgba(235,252,252,0) 100%);
}
.customerPainPoints .fourBlock .blockItem:nth-of-type(4){
    background: linear-gradient( 180deg, #EEEAFF 0%, rgba(238,234,255,0) 100%);
}

.coreValue{
    padding-bottom: 193px;
    background-image: url("images/geo/file_30.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: left bottom;
}
.coreValue .coreValueBox{
    width: 1260px;
    height: 450px;
    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-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-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: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 48px;
}
.coreValue .coreValueBox .threeBlock .blockItem{
    width: 318px;
    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-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-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-weight: 600;
    font-size: 36px;
    color: #233863;
    line-height: 50px;
    text-align: left;
    font-style: normal;
}
.productFeaturesTwoBlock .oneTextBlock .oneTextBlockSpan{
    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-weight: 600;
    font-size: 16px;
    color: #229AF4;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    margin-left: 4px;
}
.productFeaturesTwoBlock .oneTextBlock .oneTextBlockTextarea p{
    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: 68px;
    padding-top: 8px;
}
.productCase .productCaseTitle{
    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: 360px;
    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-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-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-weight: 600;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    display: block;
}
.productCaseTwoLineBox .oneLine .productCaseOne .topBottom i{
    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-weight: 400;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 24px;
    text-align: left;
    font-style: normal;
}
.productCase .consultImmediately{
    width: 1260px;
    height: 264px;
    border-radius: 16px;
    margin: 0 auto;
    padding-top: 104px;
    margin-top: 88px;
    background-image: url("images/geo/consultation.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.productCase .consultImmediately p{
    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;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.63) 0%, rgba(255, 255, 255, 0.88) 100%);
    box-shadow: 0px 6px 14px 0px rgba(22, 113, 181, 0.24);
    border-radius: 26px;
    font-weight: 600;
    font-size: 16px;
    color: #5F42F2;
    line-height: 52px;
    text-align: center;
    font-style: normal;
    margin: 0 auto;
    margin-top: 48px;
}
.productCase .consultImmediately a:hover {
    background: linear-gradient( 180deg, #FFFFFF 0%, rgba(255,255,255,0.88) 100%);
}

@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:100%;
    }
    .geo-top .geo-float{
        width: 90%;
        padding: 50px 5%;
        background: none;
        height: 600px;
        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: 50px;
		margin-bottom: 48px;
    }
    .customerPainPoints .h1{
        font-size: 22px;
		margin-top: 5px;
		line-height: 40px;
    }
    .customerPainPoints .fourBlock{
        width: 94%;
        display: block;
        padding: 0 3%;
		margin-top: 28px;
    }
    .customerPainPoints .fourBlock .blockItem{
        width: 92%;
        margin-bottom: 12px;
		padding: 4%;
    }
    .customerPainPoints .geoImgBox.margin{
        display: none;
    }
    .customerPainPoints .customerPainPointsButton{
        display: none;
    }
	.coreValue{
		padding-bottom: 100px;
	}
    .coreValue .coreValueBox{
        width: 100%;
        height: auto;
		padding-top: 10px;
    }
    .coreValue .coreValueBox .h1{
        font-size: 22px;
        margin-top: 5px;
    }
    .coreValue .coreValueBox .titleSpan{
        font-size: 14px;
        line-height: 20px;
        padding: 0 12px;
    }
    .coreValue .coreValueBox .threeBlock{
        width: 94%;
        display: block;
		margin: 0 3%;
    }
    .coreValue .coreValueBox .threeBlock .blockItem{
        width: 92%;
        margin-bottom: 12px;
		padding: 4%;
		background: rgba(242, 242, 242, 0.3);
    }
    .coreValue .coreValueBox .threeBlock .blockItem p{
        font-size: 20px;
		margin-top: 25px;
    }
    .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: 0px;
		padding-bottom: 30px;
    }
    .productCase .productCaseTitle{
        font-size: 22px;
		margin-top: 5px;
    }
    .productCaseTwoLineBox{
        width: 94%;
        padding: 0 3%;
        display: block;
    }
    .productCaseTwoLineBox .oneLine{
        display: block;
        margin-bottom: 12px;
    }
    .productCaseTwoLineBox .oneLine .productCaseOne{
        width: 92%;
        padding: 4%;
        margin-bottom: 12px;
    }
    .productCaseTwoLineBox .oneLine .productCaseOne p{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .productCase .consultImmediately{
        width: calc(100% - 24px);
        margin: 0 auto;
		margin-top: 50px;
		padding-top: 60px;
    }
    .productCase .consultImmediately p{
        font-size: 22px;
    }
	.productCase .consultImmediately a{
		margin-top: 26px;
	}
}

.advantage-place {
    padding-top: 88px;
	background: url(images/geo/question-advantage-bg.png) no-repeat left top / cover;
    padding-bottom: 56px;
}

.common-title {
    font-weight: bold;
    font-size: 40px;
    color: #233863;
    line-height: 56px;
    text-align: center;
    font-style: normal;
}

.question-right-text {
    font-weight: 400;
    font-size: 14px;
    color: #6B7B9B;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    padding-top: 11px;
}

.advantage-content {
    width: 1260px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding-top: 48px;
}

.advantage-item {
    width: 388px;
    height: 300px;
    background: #FFFFFF;
    box-shadow: 0px 16px 40px 0px rgba(188, 202, 254, 0.22);
    border-radius: 8px;
    border: 1px solid transparent;
    padding-top: 72px;
    position: relative;
    transition: all 0.3s linear;
    margin-bottom: 48px;
}

.advantage-item:hover {
    background: linear-gradient(137deg, #EDFFFB 0%, #FFFFFF 41%, #FFFFFF 66%, #F1F2FF 100%);
    border-color: #DEE1E5;
}

.advantage-item:hover::before {
    content: '';
    position: absolute;
    height: 5px;
    left: 0;
    right: 0;
    top: 0;
    background: #8670FF;
    box-shadow: 0px 16px 40px 0px rgba(188, 202, 254, 0.22);
    border-radius: 12px 12px 0px 0px;
}

.advantage-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

.advantage-title {
	font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 24px;
    color: #233863;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    padding-top: 40px;
}

.advantage-text {
    font-weight: 400;
    font-size: 16px;
    color: #6B7B9B;
    line-height: 22px;
    font-style: normal;
    padding-top: 16px;
	text-align: center;
}

@media screen and (max-width: 768px) {
 .advantage-place {
        padding-top: 50px;
    }

    .advantage-place .common-title {
		font-size: 22px;
        padding: 0 34px;
    }
    .advantage-content {
        width: 94%;
        justify-content: center;
        margin-top: 32px;
        padding: 0 3%;
    }
    .advantage-item {
        margin-bottom: 24px;
        width: 100%;
        height: unset;
        backdrop-filter: blur(5px);
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.7);
        padding: 24px;
    }

    .advantage-icon {
        width: 40px;
        height: 40px;
        flex-shrink: 0;
    }

    .advantage-title {
        font-size: 20px;
    }

    .advantage-text {
        padding: 10px 0 0;
        font-size: 14px;
    }
}