body{
    margin: 0;
    padding: 0;
}
.app_main{
    width: 100%;
    position: relative;
}
.app_main .banner{
    width: 100%;
    position: relative;
}
.app_main .banner .bg{
    width: 100%;
}
.app_main .banner .bg img{
    width: 100%;
}
.app_main .banner .info{
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 11;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;

}
.app_main .banner .info .t1{
    width: 100%;
    text-align: center;
    font-size: 0.68rem;
    font-weight: 700;
    color: #fff;
}
.app_main .banner .info .t2{
    width: 100%;
    text-align: center;
    font-size: 0.18rem;
    font-weight: 400;
    color: #fff;
    opacity: 0.49;
}
.app_main .banner .info .t3{
    width: 100%;
    text-align: center;
    font-size: 0.24rem;
    font-weight: 400;
    color: #fff;
    margin-top: 0.4rem;
    margin-bottom: 0.76rem;
}
.app_main .banner .info .btn{
    width: 2rem;
    height: 0.48rem;
    border-radius: 0.08rem;
    background-color: #fff;
    color: #0E42F2;
    font-size: 0.18rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.app_main .banner .info .btn:hover{
    background-color: #0E42F2;
    color: #fff;
}
.app_main .content{
    width: 100%;
    padding: 0 2rem;
    box-sizing: border-box;
}
.app_main .part1{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 0.2rem;
    border-bottom: 0.01rem solid #E1E3E5;
}
.app_main .part1 .item{
    width: 100%;
    padding: 0.8rem 0.4rem;
    box-sizing: border-box;
    
}
.app_main .part1 .item .t1{
    font-size: 0.18rem;
    font-weight: 700;
    color: #262525;
    line-height: 1;
}
.app_main .part1 .item .t2{
    font-size: 0.16rem;
    font-weight: 400;
    color: #7D7E80;
    line-height: 1;
    margin-top: 0.12rem;
}
.app_main .part2{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.8rem;
}
.app_main .part2 .item{
    width: 32%;
    height: 1.76rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.32rem 0.24rem;
    box-sizing: border-box;
}
.app_main .part2 .item .pic{
    width: 1.36rem;
    height: 1.36rem;
    margin-left: 0.24rem;
}
.app_main .part2 .item .pic img{
    width: 100%;
}
.app_main .part2 .item .txt{
    width: calc(100% - 1.36rem - 0.24rem);
}
.app_main .part2 .item .txt .t1{
    width: 100%;
    line-height: 1;
    font-size: 0.2rem;
    font-weight: 700;
    color: #262525;
}
.app_main .part2 .item .txt .t2{
    width: 100%;
    line-height: 1.3;
    font-size: 0.14rem;
    font-weight: 400;
    color: #4B4C4D;
    margin-top: 0.18rem;
}
.app_main .part2 .item.a1{
    background: linear-gradient(270deg, #f0f5ff 25%, #cce0ff 100%), #EBF3FF;
}
.app_main .part2 .item.a2{
    background: linear-gradient(270deg, #f0f0ff 10%, #ddd6ff 100%), #0066FF;
}
.app_main .part2 .item.a3{
    background: linear-gradient(270deg, #f0f4ff 25%, #ccdaff 100%);
}
.app_main .part3{
    width: 100%;
    margin-top: 0.8rem;
}
.app_main .part3 .top{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.app_main .part3 .top .t1{
    width: 100%;
    text-align: center;
    font-size: 0.36rem;
    font-weight: 700;
    color: #262525;
    line-height: 1;
    margin-bottom: 0.2rem;
}
.app_main .part3 .top .t2{
    width: 100%;
    text-align: center;
    font-size: 0.16rem;
    font-weight: 400;
    color: #7D7E80;
    line-height: 1;
    margin-top: 0.2rem;
}
.app_main .part3 .top .line{
    width: 0.4rem;
    height: 2px;
    background-color: #E60012;
}
.app_main .part3 .list{
    width: 100%;
    margin-top: 0.54rem;
    display: flex;
    justify-content: space-between;
}
.app_main .part3 .list .item{
    width: 24%;
    height: 4.4rem;
    border-radius: 0.16rem;
    position: relative;
    padding: 0.48rem 0.24rem;
    box-sizing: border-box;
}
.app_main .part3 .list .item .t1{
    width: 100%;
    line-height: 1;
    font-size: 0.2rem;
    font-weight: 700;
    color: #262525;
    position: relative;
    z-index: 2;
}
.app_main .part3 .list .item .t2{
    width: 100%;
    line-height: 1.5;
    font-size: 0.16rem;
    font-weight: 400;
    color: #4B4C4D;
    margin-top: 0.18rem;
    position: relative;
    z-index: 2;
}
.app_main .part3 .list .item .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.app_main .part3 .list .item .bg img{
    width: 100%;
}
.app_main .part4{
    width: 100%;
    margin-top: 0.8rem;
}
.app_main .part4 .top{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.app_main .part4 .top .t1{
    width: 100%;
    text-align: center;
    font-size: 0.36rem;
    font-weight: 700;
    color: #262525;
    line-height: 1;
    margin-bottom: 0.2rem;
}
.app_main .part4 .top .t2{
    width: 100%;
    text-align: center;
    font-size: 0.16rem;
    font-weight: 400;
    color: #7D7E80;
    line-height: 1;
    margin-top: 0.2rem;
}
.app_main .part4 .top .line{
    width: 0.4rem;
    height: 2px;
    background-color: #E60012;
}
.app_main .part4 .list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0.24rem;
    width: 100%;
    margin-top: 0.62rem;
}
.app_main .part4 .list .item{
    width: 100%;
    height: 1.6rem;
    border-radius: 0.16rem;
    padding: 0.4rem 0.24rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 0px 32px 0px rgba(107, 130, 153, 0.25);
    background: #FFFFFF;
}
.app_main .part4 .list .item .icon{
    width: 0.48rem;
    height: 0.48rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.app_main .part4 .list .item .icon img{
    width: 100%;
}
.app_main .part4 .list .item .txt{
    width: calc(100% - 0.48rem);
    margin-left: 0.24rem;
}
.app_main .part4 .list .item .txt .t1{
    font-size: 0.2rem;
    font-weight: 700;
    color: #262525;
    line-height: 1;
    width: 100%;
}
.app_main .part4 .list .item .txt .t2{
    font-size: 0.16rem;
    font-weight: 400;
    color: #646566;
    line-height: 1.5;
    margin-top: 0.14rem;
    width: 100%;
}

.app_main .part5{
    width: 100%;
    margin-top: 0.8rem;
    background: url(../images/app_dev_part5_bg.jpg) no-repeat center center;
    background-size: 100% 100%;
    padding: 0.8rem 0;
}
.app_main .part5 .top{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.app_main .part5 .top .t1{
    width: 100%;
    text-align: center;
    font-size: 0.36rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 0.2rem;
}
.app_main .part5 .top .t2{
    width: 100%;
    text-align: center;
    font-size: 0.16rem;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    margin-top: 0.2rem;
}
.app_main .part5 .top .line{
    width: 0.4rem;
    height: 2px;
    background-color: #E60012;
}
.app_main .part5 .list{
    width: 100%;
    padding: 0 2rem;
    box-sizing: border-box;
    margin-top: 0.54rem;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 0.48rem 0.64rem;
}
.app_main .part5 .list .item{
    width: 100%;
    height: 1.8rem;
    border-radius: 0.2rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;

}
.app_main .part5 .list .item .icon{
    width: 0.72rem;
    height: 0.72rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.app_main .part5 .list .item .icon img{
    width: 100%;
}
.app_main .part5 .list .item .txt{
    width: 100%;
    font-size: 0.2rem;
    font-weight: 500;
    margin-top: 0.24rem;
    line-height: 1;
    text-align: center;
}
.app_main .part6{
    width: 100%;
    padding: 0.8rem 2rem;
    box-sizing: border-box;
}
.app_main .part6 .top{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.app_main .part6 .top .t1{
    width: 100%;
    text-align: center;
    font-size: 0.36rem;
    font-weight: 700;
    color: #262525;
    line-height: 1;
    margin-bottom: 0.2rem;
}
.app_main .part6 .top .t2{
    width: 100%;
    text-align: center;
    font-size: 0.16rem;
    font-weight: 400;
    color: #7D7E80;
    line-height: 1;
    margin-top: 0.2rem;
}
.app_main .part6 .top .line{
    width: 0.4rem;
    height: 2px;
    background-color: #E60012;
}
.app_main .part6 .list{
    width: 100%;
    display: flex;
    margin-top: 0.48rem;
}
.app_main .part6 .list .item{
    width: 25%;
    padding: 0 0.38rem 0.3rem;
    box-sizing: border-box;
    border-left: 1px solid #E1E3E5;
}
.app_main .part6 .list .item .num{
    width: 100%;
    text-align: center;
    font-size: 0.88rem;
    font-weight: 700;
    color: #F5F7FA;
    line-height: 1;
    position: relative;
    z-index: 1;
    bottom: -0.2rem;
}
.app_main .part6 .list .item .t1{
    width: 100%;
    text-align: center;
    font-size: 0.2rem;
    font-weight: 700;
    color: #262525;
    line-height: 1;
    position: relative;
    z-index: 2;
}
.app_main .part6 .list .item .t2{
    width: 100%;
    text-align: center;
    font-size: 0.16rem;
    font-weight: 400;
    color: #646566;
    line-height: 1.5;
    margin-top: 0.28rem;
    position: relative;
    z-index: 3;
}
.app_main .part6 .list .item .icon{
    width: 100%;
    height: 0.56rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 4;
    margin-top: 0.6rem;
}
.app_main .part6 .list .item .icon img{
    height: 100%;
}
.app_main .part6 .list .item:last-of-type{
    border-right: 1px solid #E1E3E5;
}
.app_main .part7{
    width: 100%;
    padding: 0.8rem 2rem;
    box-sizing: border-box;
}
.app_main .part7 .top{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.app_main .part7 .top .t1{
    width: 100%;
    text-align: center;
    font-size: 0.36rem;
    font-weight: 700;
    color: #262525;
    line-height: 1;
    margin-bottom: 0.2rem;
}
.app_main .part7 .top .t2{
    width: 100%;
    text-align: center;
    font-size: 0.16rem;
    font-weight: 400;
    color: #7D7E80;
    line-height: 1;
    margin-top: 0.2rem;
}
.app_main .part7 .top .line{
    width: 0.4rem;
    height: 2px;
    background-color: #E60012;
}
.app_main .part7 .list{
    width: 100%;
    margin-top: 0.48rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.25rem;
}
.app_main .part7 .list .item{
    width: 100%;
    height: 4.2rem;
    display: block;
    overflow: hidden;
}
.app_main .part7 .list .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}
.app_main .part7 .list .item:hover img{
    transform: scale(1.1);
}
.app_main .part7 .more{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.4rem;
    height: 0.56rem;
    border-radius: 0.56rem;
    border: 1px dashed #AFB1B2;
    color: #7D7E80;
    font-size: 0.18rem;
    margin: 0.72rem auto 0;
    transition: all 0.3s ease-in-out;
}
.app_main .part7 .more:hover{
    border-color: #0E42F2;
    color: #0E42F2;
}

.geo_main{
    width: 100%;
}
.geo_main .banner{
    width: 100%;
    position: relative;
}
.geo_main .banner .bg{
    width: 100%;
}
.geo_main .banner .bg img{
    width: 100%;
}
.geo_main .banner .info{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 11;
    padding: 0 2rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.geo_main .banner .info .left{
    width: 50%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.geo_main .banner .info .left .t1{
    width: 100%;
    font-size: 0.56rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    
}
.geo_main .banner .info .left .t2{
    width: 100%;
    font-size: 0.56rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-top: 0.2rem;
}
.geo_main .banner .info .left .t3{
    width: 100%;
    font-size: 0.2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.5;
    margin-top: 0.3rem;
}
.geo_main .banner .info .left .btn_group{
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
}
.geo_main .banner .info .left .btn_group .b1{
    width: 1.44rem;
    height: 0.52rem;
    border-radius: 0.5rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.18rem;
    font-weight: 400;
    color: #1372F7;
    transition: all 0.3s ease-in-out;
}
.geo_main .banner .info .left .btn_group .b1:hover{
    background-color: #1372F7;
    color: #fff;
}
.geo_main .banner .info .left .btn_group .b2{
    width: 1.44rem;
    height: 0.52rem;
    border-radius: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.18rem;
    font-weight: 400;
    color: #fff;
    margin-left: 0.2rem;
    transition: all 0.3s ease-in-out;
}
.geo_main .banner .info .left .btn_group .b2:hover{
    background-color: #fff;
    color: #1372F7;
}
.geo_main .banner .info .right{
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.geo_main .banner .info .right img{
    width: 100%;
}
.geo_main .part1{
    width: 100%;
    padding: 0.8rem 2rem;
    box-sizing: border-box;
}
.geo_main .part1 .top{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.geo_main .part1 .top .t1{
    width: 100%;
    text-align: center;
    font-size: 0.36rem;
    font-weight: 700;
    color: #262525;
    line-height: 1;
    margin-bottom: 0.2rem;
}
.geo_main .part1 .top .t2{
    width: 100%;
    text-align: center;
    font-size: 0.16rem;
    font-weight: 400;
    color: #7D7E80;
    line-height: 1;
    margin-top: 0.2rem;
}
.geo_main .part1 .top .line{
    width: 0.4rem;
    height: 2px;
    background-color: #E60012;
}
.geo_main .part1 .list{
    width: 100%;
    margin-top: 0.48rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.28rem;
}
.geo_main .part1 .list .item{
    width: 100%;
    height: 2.6rem;
    display: block;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    padding: 0.56rem 0.32rem;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 0.32rem;
    position: relative;
    box-shadow: 0px 8px 28px 0px rgba(23, 115, 115, 0.1);
    transition: all 0.3s ease-in-out;
}
.geo_main .part1 .list .item .t1{
    width: 100%;
    font-size: 0.2rem;
    font-weight: 700;
    color: #262525;
    line-height: 1;
    margin-bottom: 0.4rem;
}
.geo_main .part1 .list .item .t2{
    width: 100%;
    font-size: 0.16rem;
    font-weight: 400;
    color: #646566;
    line-height: 1.5;
    margin-top: 0.4rem;
}
.geo_main .part1 .list .item .line{
    width: 0.24rem;
    height: 0.04rem;
    background: linear-gradient(90deg, #33bbff 0%, #3776ff 100%);
}
.geo_main .part1 .list .item .icon{
    width: 0.44rem;
    height: 0.44rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0.32rem;
    top: 0.42rem;
}
.geo_main .part1 .list .item:hover{
    transform: translateY(-0.2rem);
    box-shadow: 0px 16px 40px 0px rgba(23, 115, 115, 0.2);
}
.geo_main .part2{
    width: 100%;
    padding: 0.2rem 2rem;
    box-sizing: border-box;
}
.geo_main .part2 .top{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.geo_main .part2 .top .t1{
    width: 100%;
    text-align: center;
    font-size: 0.36rem;
    font-weight: 700;
    color: #262525;
    line-height: 1;
    margin-bottom: 0.2rem;
}
.geo_main .part2 .top .t2{
    width: 100%;
    text-align: center;
    font-size: 0.16rem;
    font-weight: 400;
    color: #7D7E80;
    line-height: 1;
    margin-top: 0.2rem;
}
.geo_main .part2 .top .line{
    width: 0.4rem;
    height: 2px;
    background-color: #E60012;
}
.geo_main .part2 .part2_content{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.52rem;
    align-items: center;
}
.geo_main .part2 .part2_content .left{
    width: calc(100% - 7.6rem - 0.8rem);
}
.geo_main .part2 .part2_content .left .item{
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-top: 0.32rem;
}
.geo_main .part2 .part2_content .left .item .icon{
    width: 0.28rem;
    height: 0.28rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0.16rem;
}
.geo_main .part2 .part2_content .left .item .icon img{
    width: 100%;
}
.geo_main .part2 .part2_content .left .item .txt{
    width: calc(100% - 0.28rem - 0.16rem);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.geo_main .part2 .part2_content .left .item .txt .t1{
    
    font-size: 0.2rem;
    font-weight: 700;
    color: #262525;
    line-height: 1;
    position: relative;
    display: inline-block;
    padding-left: 2px;
}
.geo_main .part2 .part2_content .left .item .txt .t1::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, #ccddff 0%, #ccddff00 100%);
    z-index: -1;
}
.geo_main .part2 .part2_content .left .item .txt .t2{
    width: 100%;
    font-size: 0.16rem;
    font-weight: 400;
    color: #646566;
    line-height: 1.5;
    margin-top: 0.16rem;
    white-space: nowrap;
}
.geo_main .part2 .part2_content .right{
    width: 7.6rem;
    height: 3.52rem;
    margin-left: 0.8rem;
}

.geo_main .part3{
    width: 100%;
    padding: 0.8rem 2rem;
    box-sizing: border-box;
}
.geo_main .part3 .top{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.geo_main .part3 .top .t1{
    width: 100%;
    text-align: center;
    font-size: 0.36rem;
    font-weight: 700;
    color: #262525;
    line-height: 1;
    margin-bottom: 0.2rem;
}
.geo_main .part3 .top .t2{
    width: 100%;
    text-align: center;
    font-size: 0.16rem;
    font-weight: 400;
    color: #7D7E80;
    line-height: 1;
    margin-top: 0.2rem;
}
.geo_main .part3 .top .line{
    width: 0.4rem;
    height: 2px;
    background-color: #E60012;
}
.geo_main .part3 .part3_content{
    width: 100%;
    margin-top: 0.56rem;
    position: relative;
}
.geo_main .part3 .part3_content .item{
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin-top: 0.64rem;
    box-sizing: border-box;
    position: relative;
    z-index: 11;
}
.geo_main .part3 .part3_content .item .num{
    font-size: 0.22rem;
    font-weight: 700;
    color: #1372F7;
    line-height: 1;
    margin-right: 0.08rem;
}
.geo_main .part3 .part3_content .item .txt{
    width: calc(100% - 0.22rem - 0.08rem);
}
.geo_main .part3 .part3_content .item .txt .t1{
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 0.2rem;
    font-weight: 700;
    color: #262525;
    line-height: 1;
}
.geo_main .part3 .part3_content .item .txt .t1 .tag{
    font-size: 0.13rem;
    color: #fff;
    background: linear-gradient(108deg, #6040ff 7%, #33bbff 92%);
    padding: 4px;
    border-radius: 4px;
    line-height: 1;
    margin-left: 8px;
    margin-right: 8px;
    display: inline-block;
}
.geo_main .part3 .part3_content .item .txt .t1 .dot{
    width: 0.11rem;
    height: 0.11rem;
    border-radius: 50%;
    background-color: #1372F7;
    display: inline-block;
    margin-right: 0.04rem;
}
.geo_main .part3 .part3_content .item .txt .t1 .line{
    flex: 1;
    display: inline-block;
    height: 1px;
    border-top: 1px dashed #99B0FF;
}
.geo_main .part3 .part3_content .item .txt .t2{
    width: 100%;
    font-size: 0.16rem;
    font-weight: 400;
    color: #646566;
    line-height: 1;
    margin-top: 0.18rem;
}
.geo_main .part3 .part3_content .item .txt .t3{
    width: 100%;
    font-size: 0.16rem;
    font-weight: 400;
    color: #252626;
    line-height: 1;
    margin-top: 0.18rem;
}
.geo_main .part3 .part3_content .item .txt .t3 span{
    color: #1372F7;
    font-weight: 700;
}
.geo_main .part3 .part3_content .r-img{
    width: 6.76rem;
    position: absolute;
    top: -0.3rem;
    right: 0;
    z-index: 1;
}
.geo_main .part3 .part3_content .item:nth-of-type(1){
    padding-right: 4.5rem;
}
.geo_main .part3 .part3_content .item:nth-of-type(2){
    padding-right: 5.5rem;
}
.geo_main .part3 .part3_content .item:nth-of-type(3){
    padding-right: 6rem;
}


.geo_main .part4{
    width: 100%;
    padding: 0.8rem 2rem;
    box-sizing: border-box;
    background: linear-gradient(to bottom, #a1bef7 11%, #ffffff 100%);
    position: relative;
}
.geo_main .part4 .top{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.geo_main .part4 .top .t1{
    width: 100%;
    text-align: center;
    font-size: 0.36rem;
    font-weight: 700;
    color: #262525;
    line-height: 1;
    margin-bottom: 0.2rem;
}
.geo_main .part4 .top .t2{
    width: 100%;
    text-align: center;
    font-size: 0.16rem;
    font-weight: 400;
    color: #7D7E80;
    line-height: 1;
    margin-top: 0.2rem;
}
.geo_main .part4 .top .line{
    width: 0.4rem;
    height: 2px;
    background-color: #E60012;
}
.geo_main .part4 .part4_content{
    width: 100%;
    margin-top: 0.48rem;
    position: relative;
}
.geo_main .part4 .part4_content .up{
    width: 100%;
    background-color: #fff;
    padding: 0.42rem 0.56rem;
    box-sizing: border-box;
    border-radius: 0.32rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.geo_main .part4 .part4_content .up .item{
    width: 4.72rem;
}
.geo_main .part4 .part4_content .up .item .t1{
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 0.2rem;
    font-weight: 700;
    color: #262525;
    line-height: 1;
    margin-bottom: 0.24rem;
}
.geo_main .part4 .part4_content .up .item .t1 img{
    width: 0.24rem;
    margin-right: 0.08rem;
}
.geo_main .part4 .part4_content .up .item .t2{
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    font-weight: 700;
    margin-top: 0.2rem;
    padding-left: 0.08rem;
    box-sizing: border-box;
}
.geo_main .part4 .part4_content .up .item .t2 span{
    display: inline-block;
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    background-color: #1372F7;
    margin-right: 0.16rem;
}
.geo_main .part4 .part4_content .up .item .t3{
    width: 100%;
    font-size: 0.15rem;
    color: #646566;
    margin-top: 0.16rem;
    padding-left: 0.32rem;
    box-sizing: border-box;
}

.geo_main .part4 .part4_content .up .pic{
    flex: 1;

}
.geo_main .part4 .part4_content .up .pic img{
    max-width: 100%;
}
.geo_main .part4 .part4_content .dw{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.32rem;
    padding-left: 2.4rem;
    box-sizing: border-box;
    position: relative;
    z-index: 12;
}
.geo_main .part4 .part4_content .dw .left{
    width: 1.2rem;
    padding-top: 0.4rem;
    margin-right: 0.48rem;
}
.geo_main .part4 .part4_content .dw .left .t1{
    width: 100%;
    text-align: center;
    font-size: 0.28rem;
    font-weight: 700;
    color: #262525;
    line-height: 1;
}
.geo_main .part4 .part4_content .dw .left .t2{
    width: 100%;
    text-align: center;
    font-size: 0.2rem;
    font-weight: 700;
    color: #262525;
    line-height: 1;
    margin-top: 0.24rem;
    position: relative;
}
.geo_main .part4 .part4_content .dw .left .t2::before{
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    background-color: #1372F7;
}
.geo_main .part4 .part4_content .dw .right{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex: 1;
}
.geo_main .part4 .part4_content .dw .right .item{
    width: 32%;
    height: 1.52rem;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 55, 147, 0.04);
    border-radius: 0.24rem;
    padding: 0.24rem 0.28rem;
    box-sizing: border-box;
    margin-bottom: 0.16rem;
}
.geo_main .part4 .part4_content .dw .right .item .t1{
    width: 100%;
    font-size: 0.16rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.2rem;
}
.geo_main .part4 .part4_content .dw .right .item .t2{
    width: 100%;
    font-size: 0.14rem;
    color: #646566;
    margin-top: 0.10rem;
    line-height: 1.5;
}
.geo_main .part4 .part4_content .dw .right .item .tags{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.2rem;
}
.geo_main .part4 .part4_content .dw .right .item .tags .tag{
    display: inline-block;
    border-radius: 0.3rem;
    padding: 0.08rem 0.12rem;
    font-size: 0.14rem;
    color: #fff;
    background: linear-gradient(106deg, #6040ff 8%, #33bbff 91%);
    margin-right: 0.12rem;
}
.geo_main .part4 .part4_content .dw .right .item:nth-of-type(1),.geo_main .part4 .part4_content .dw .right .item:nth-of-type(2){
    width: 49%;
}
.geo_main .part4 .bg{
    width: 4.4rem;
    height: 3.2rem;
    position: absolute;
    left: 0.96rem;
    bottom: 0.8rem;
    z-index: 1;
}
.geo_main .part4 .bg img{
    max-width: 100%;
}

.geo_main .part5{
    width: 100%;
    padding: 0.2rem 2rem;
    box-sizing: border-box;
}
.geo_main .part5 .top{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.geo_main .part5 .top .t1{
    width: 100%;
    text-align: center;
    font-size: 0.36rem;
    font-weight: 700;
    color: #262525;
    line-height: 1;
    margin-bottom: 0.2rem;
}
.geo_main .part5 .top .t2{
    width: 100%;
    text-align: center;
    font-size: 0.16rem;
    font-weight: 400;
    color: #7D7E80;
    line-height: 1;
    margin-top: 0.2rem;
}
.geo_main .part5 .top .line{
    width: 0.4rem;
    height: 2px;
    background-color: #E60012;
}
.geo_main .part5 .part5_content{
    width: 100%;
    margin-top: 0.48rem;
}
.geo_main .part5 .part5_content img{
    width: 100%;
}
.geo_main .part6{
    width: 100%;
    padding: 0.2rem 2rem;
    box-sizing: border-box;
    background: url(../images/geo_main_part6_bg.png)no-repeat;
    background-size: 100% 100%;
}
.geo_main .part6 .top{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.geo_main .part6 .top .t1{
    width: 100%;
    text-align: center;
    font-size: 0.36rem;
    font-weight: 700;
    color: #262525;
    line-height: 1;
    margin-bottom: 0.2rem;
}
.geo_main .part6 .top .t2{
    width: 100%;
    text-align: center;
    font-size: 0.16rem;
    font-weight: 400;
    color: #7D7E80;
    line-height: 1;
    margin-top: 0.2rem;
}
.geo_main .part6 .top .line{
    width: 0.4rem;
    height: 2px;
    background-color: #E60012;
}
.geo_main .part6 .part6_content{
    width: 100%;
    margin-top: 0.48rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.geo_main .part6 .part6_content .left{
    width: 48%;
}
.geo_main .part6 .part6_content .left .tab{
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E1E3E5;
}
.geo_main .part6 .part6_content .left .tab .item{
    font-size: 0.2rem;
    font-weight: 400;
    color: #262525;
    line-height: 1;
    padding-bottom: 0.2rem;
    position: relative;
    margin-right: 0.48rem;
    cursor: pointer;
}
.geo_main .part6 .part6_content .left .tab .item.active{
    color: #1372F7;
    font-weight: 700;
}
.geo_main .part6 .part6_content .left .tab .item.active::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.04rem;
    background-color: #1372F7;
}
.geo_main .part6 .part6_content .left .list{
    width: 100%;
    margin-top: 0.32rem;
    display: none;
}
.geo_main .part6 .part6_content .left .list.active{
    display: block;
}
.geo_main .part6 .part6_content .left .list .item{
    width: 100%;
    margin-top: 0.32rem;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    
}
.geo_main .part6 .part6_content .left .list .item .t1{
    font-size: 0.2rem;
    font-weight: 700;
    line-height: 1;
    position: relative;
    padding-left: 0.02rem;
    
}
.geo_main .part6 .part6_content .left .list .item .t1 span{
    position: relative;
    z-index: 12;
}
.geo_main .part6 .part6_content .left .list .item .t1::before{
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, #3776ff 0%, #33bbff00 100%);
    z-index: 1;
}
.geo_main .part6 .part6_content .left .list .item .t2{
    width: 100%;
    margin-top: 0.2rem;
    line-height: 1.5;
    font-size: 0.16rem;
    color: #646566;
}

.geo_main .part6 .part6_content .left .list .item img{
    width: 100%;
}


.geo_main .part6 .part6_content .right{
    width: 50%;
}
.geo_main .part6 .part6_content .right .item{
    width: 100%;
    display: none;
}
.geo_main .part6 .part6_content .right .item.active{
    display: block;
}
.geo_main .part6 .part6_content .right img{
    max-width: 100%;
}

.geo_main .part7{
    width: 100%;
    padding: 0.8rem 2rem;
    box-sizing: border-box;
}
.geo_main .part7 .top{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.geo_main .part7 .top .t1{
    width: 100%;
    text-align: center;
    font-size: 0.36rem;
    font-weight: 700;
    color: #262525;
    line-height: 1;
    margin-bottom: 0.2rem;
}
.geo_main .part7 .top .t2{
    width: 100%;
    text-align: center;
    font-size: 0.16rem;
    font-weight: 400;
    color: #7D7E80;
    line-height: 1;
    margin-top: 0.2rem;
}
.geo_main .part7 .top .line{
    width: 0.4rem;
    height: 2px;
    background-color: #E60012;
}
.geo_main .part7 .list{
    width: 100%;
    margin-top: 0.48rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0.25rem;
}
.geo_main .part7 .list .item{
    width: 100%;
    height: 4.2rem;
    display: block;
    overflow: hidden;
}
.geo_main .part7 .list .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}
.geo_main .part7 .list .item:hover img{
    transform: scale(1.1);
}
.geo_main .part7 .more{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.4rem;
    height: 0.56rem;
    border-radius: 0.56rem;
    border: 1px dashed #AFB1B2;
    color: #7D7E80;
    font-size: 0.18rem;
    margin: 0.72rem auto 0;
    transition: all 0.3s ease-in-out;
}
.geo_main .part7 .more:hover{
    border-color: #0E42F2;
    color: #0E42F2;
}


















