.section1{
    position: relative;
}
.section1 .top-title{
    width: 100%;
    height:0.88rem;
    background: rgba(0,0,0,0.2);
    box-shadow:0px 4px 8px 0px rgba(0,0,0,0.08);
    position: absolute;
    top:0;
    left:0;
    z-index:9;
}
.section1 .top-title{
    display: flex;
    align-items: center;
    border-bottom: 0.04rem solid rgba(255,255,255,0.2);
}
.top-title .left-menu{
    width: 0.88rem;
    height:0.88rem;
    text-align: center;
    border-right: 0.04rem solid rgba(255,255,255,0.2);
}
.top-title .left-menu img{
    width: 0.44rem;
    height:0.44rem;
    vertical-align: middle;
    margin-top:0.22rem;
}
.top-title .right-title{
    flex-grow: 1;
    text-align: center;
}
.top-title .right-title img{
    width: 2.32rem;
    height:0.4rem;
    vertical-align: middle;
}
.top-title .empty-box{
    width: 0.88rem;
    height:0.88rem;
}
.nav-box{
    display: none;
}
.navFixed{
    width: 100%;
    height:0.88rem;
    background: #ffffff;
    box-shadow:0px 4px 8px 0px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    position: fixed;
    top:0;
    left:0;
    z-index:999;
    
}
.navFixed .left-menu{
    width: 0.88rem;
    height:0.88rem;
    text-align: center;
}
.navFixed .left-menu img{
    width: 0.44rem;
    height:0.44rem;
    vertical-align: middle;
    margin-top:0.22rem;
}
.navFixed .right-title{
    flex-grow: 1;
    text-align: center;
}
.navFixed .right-title img{
    width: 2.3rem;
    height:0.4rem;
    vertical-align: middle;
}
.navFixed .empty-box{
    width: 0.88rem;
    height:0.88rem;
}

.index-swiper .banner img{
    width: 100%;
    height:3.75rem;
    vertical-align: middle;
}
.index-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 0.08rem;
    background: #ffffff;
    opacity: 1;
    margin-right: 10px;
}

.index-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 0.4rem;
    height: 0.08rem;
    background: white;
    border-radius: 0.12rem;
}
/* 九问 */
.section2{
    margin-top:0.6rem;
    padding-bottom:1.2rem;
}
.section2 .top-title{
    width: 100%;
    text-align: center;
}
.section2 .top-title img{
    width: 3.34rem;
    height:0.86rem;
    vertical-align: middle;
}
.section2 .question-swiper{
    margin-top:0.4rem;
    position: relative;
}
.section2 .question-swiper .swiper-slide{
    width: 6.4rem;
    height:7.8rem;
    background: #ffffff;
    border-radius: 0.32rem;
}
.question-swiper .swiper-slide .slide-content{
    width: 5.6rem;
    height:7rem;
    position: relative;
    margin: 0 auto;
}
.question-swiper .swiper-slide .slide-content img{
    width: 0.32rem;
    height:0.36rem;
    position: absolute;
    top:0;
    left:0;
}
.question-swiper .swiper-slide .slide-content .title{
    width: 100%;
    font-size: 0.34rem;
    color: #333333;
    font-weight: 500;
    padding-bottom:0.28rem;
    border-bottom: 0.02rem solid #EEEEEE;
    padding-top:0.58rem;
    line-height:0.48rem;
    text-align: justify;
}
.question-swiper .swiper-slide .slide-content .content{
    font-size: 0.28rem;
    color: #666666;
    line-height: 0.48rem;
    padding-top:0.3rem;
    text-indent: 0.56rem;
    text-align: justify;
}
.question-swiper .swiper-button-next{
    background-image: url("../image/triangle_right@2x.png");
    background-size: 0.2rem 0.24rem;
    right:2.8rem;
    top:8.15rem;
    border: none;
}
.question-swiper .swiper-button-next:focus{
    outline: none;
}
.question-swiper .swiper-button-prev{
    background-image: url("../image/triangle_left@2x.png");
    background-size: 0.2rem 0.24rem;
    left:2.8rem;
    top:8.15rem;
}
.question-swiper .swiper-button-prev:focus{
    outline: none;
}
.question-swiper .swiper-pagination-fraction{
    bottom:-0.55rem;
    z-index:9;
    color: #cccccc;
    font-size: 0.34rem;
    outline: none;
}

/* 核心服务 */

.section3{
    width: 100%;
    background: #ffffff;
    padding-top:0.6rem;
    padding-left: 0.35rem;
    padding-right: 0.35rem;
    padding-bottom:0.4rem;
}
.section3 .top-title{
    width: 100%;
    text-align: center;
}
.section3 .top-title img{
    width: 1.58rem;
    height:0.86rem;
    vertical-align: middle;
}
.section3 .service-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section3 .service-box .service-item{
   width: 3.2rem;
   height:2.96rem;
   padding: 0.3rem 0;
   text-align: center;
}
.section3 .service-box .service-item img{
    width: 0.64rem;
    height:0.64rem;
    vertical-align: middle;
}
.section3 .service-box .service-item p{
    font-size: 0.28rem;
    color: #333333;
    line-height: 0.4rem;
    margin-top:0.1rem;
    margin-bottom: 0.1rem;
}
.section3 .service-box .service-item span{
    font-size:0.24rem;
    color: #999999;
    line-height: 0.34rem; 
    text-align: center;
    text-align: initial;
}

/* 行业解决方案 */

.section4{
    padding-top:0.6rem;
}
.section4 .top-title{
    width: 100%;
    text-align: center;
}
.section4 .top-title img{
    width: 2.16rem;
    height: 0.86rem;
    vertical-align: middle;
}
.section4 .project-box{
    padding: 0.2rem 0.3rem 0rem 0.3rem;
}
.section4 .project-box .project-item{
    width: 100%;
    height:2.6rem;
    border-radius: 0.08rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 0.44rem;
    margin-bottom:0.3rem;
}
.section4 .project-box .project-item .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    padding-top:0.4rem;
}
.section4 .project-box .project-item .title .title-left{
    font-size: 0.34rem;
    line-height: 0.48rem;
    position: relative;
}
.section4 .project-box .project-item .title .title-left::after{
    content: "";
    width: 0.6rem;
    height: 0.02rem;
    background: #ffffff;
    position: absolute;
    top: 0.6rem;
    left: 0.05rem;
}
.section4 .project-box .project-item .title .title-right{
    font-size: 0.24rem;
    color: #ffffff;
    width: 1.16rem;
    height:0.5rem;
    background:linear-gradient(90deg,rgba(60,209,247,1) 0%,rgba(28,165,237,1) 100%);
    border-radius: 0.25rem;
    text-align: center;
    display: table;
    /* padding-top:0.05rem; */
}
.section4 .project-box .project-item .title .title-right span{
    display: table-cell;
    vertical-align: middle;
}
.section4 .project-box .project-item .title .title-right span img{
    width: 0.24rem;
    vertical-align: middle;
    margin-top:-0.05rem;
    margin-left: 0.05rem;
}
.section4 .project-box .project-item .content{
    width: 100%;
    height: 0.7rem;
    font-size: 0.24rem;
    color: #ffffff;
    margin-top: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.section4 .project-box .item1{
    background-image:url("../image/ind_bg1_b@2x.png");
}
.section4 .project-box .item2{
    background-image:url("../image/ind_bg2_b@2x.png");
}
.section4 .project-box .item3{
    background-image:url("../image/ind_bg3_b@2x.png");
    
}
.section4 .project-box .item4{
    background-image:url("../image/ind_bg4_b@2x.png");
    
}
.section4 .project-box .item5{
    background-image:url("../image/ind_bg5_b@2x.png");
    
}
.section4 .project-box .item6{
    background-image:url("../image/ind_bg6_b@2x.png");
    
}
.section4 .project-box .item7{
    background-image:url("../image/ind_bg7_b@2x.png");
    
}
.section4 .project-box .item8{
    background-image:url("../image/ind_bg8_b@2x.png");
    
}

/* 项目案例 */
.section5{
    width: 100%;
    background: #ffffff;
    padding-top:0.6rem;
    position: relative;
}
.section5 .top-title{
    width: 100%;
    text-align: center;
}
.section5 .top-title img{
    width: 1.5rem;
    height: 0.86rem;
    vertical-align: middle;
}
.section5 .top-content{
    font-size: 0.28rem;
    color: #999999;
    text-align: center;
    margin-top:0.2rem;
}

.section5 .case-swiper{
    margin-top:0.46rem;
    padding-bottom:0.8rem;
    
}
.section5 .case-swiper .case .swiper-slide{
    text-align: center;
    width: 5.8rem;
    height:8.8rem;
    position: relative;
}
.section5 .case-swiper .case .swiper-slide .slide-bg{
    width: 5.8rem;
    height:8.3rem;
    margin-top:0.5rem;
    background: #F7F7F7;
    border-radius: 0.16rem;
}

.section5 .case-swiper .case .swiper-slide .slide-bg .slide-content{
    width: 5.4rem;
    text-align: center;
    position: absolute;
    top:0rem;
    left:0.2rem;
    z-index:9999;
}
.section5 .case-swiper .case .swiper-slide .slide-bg .slide-content img{
    width: 5.4rem;
    height:4.4rem;
    vertical-align: middle;
}
.section5 .case-swiper .case .swiper-slide .slide-bg .slide-content p{
    font-size: 0.32rem;
    color: #333333;
    line-height: 0.44rem;
}
.section5 .case-swiper .case .swiper-slide .slide-bg .slide-content .describe{
    width: 5rem;
    height: 2.35rem;
    margin: 0 auto;
    font-size: 0.28rem;
    color: #999999;
    line-height: 0.4rem;
    margin-top:0.2rem;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.section5 .case-swiper .case .swiper-slide .slide-bg .slide-content .more{
    width: 1.36rem;
    height: 0.5rem;
    /* box-sizing: content-box; */
    border-radius: 0.25rem;
    border:0.02rem solid rgba(28,165,237,1);
    text-align: center;
    line-height: 0.48rem;
    font-size: 0.24rem;
    color: #1CA5ED;
    margin: 0 auto;
    margin-top: 0.4rem;
}

.case-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 0.3rem;
    height: 0.04rem;
    border-radius: 0.04rem;
    background: #EEEEEE;
    opacity: 1;
    margin-right: 0.05rem;
}

.case-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 0.3rem;
    height: 0.04rem;
    background: #1CA5ED;
    border-radius: 0.04rem;
}
.case-swiper .swiper-pagination{
    width: 100%;
    
}

/* 投资生态 */
.section6{
    width: 100%;
    padding-top:0.6rem;
    background-image: url("../image/home_bg5@2x.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding-bottom: 0.6rem;
}

.section6 .top-title{
    width: 100%;
    text-align: center;
}
.section6 .top-title img{
    width: 2.64rem;
    height: 0.86rem;
    vertical-align: middle;
}
.section6 .invest-box{
    width: 100%;
    padding: 0 0.3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section6 .invest-box .invest-item{
    width: 3.3rem;
    height: 2.96rem;
    text-align: center;
    background: #ffffff;
    border-radius: 0.08rem;
    margin-top: 0.3rem;
}
.section6 .invest-box .invest-item img{
    width: 3.3rem;
    height: 1.7rem;
    vertical-align: middle;
}
.section6 .invest-box .invest-item p{
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.34rem;
    padding-top: 0.3rem;
    position: relative;
}
.section6 .invest-box .invest-item p::before{
    content: "";
    width: 0.5rem;
    height: 0.02rem;
    background: #CCCCCC;
    position: absolute;
    top: 0rem;
    left: 1.4rem;
}
.section6 .invest-box .invest-item span{
    font-size: 0.2rem;
    color: #999999;
    line-height: 0.28rem;
}


/* 导航菜单 */
.slide-menu{
    width: 0;
    height:100%;
    position: absolute;
    top:0;
    left: 0;
    background:rgba(0,0,0,0.6);
    z-index:999;
    overflow: hidden;
    transition: all 0.7s;
    
}
.slide-menu ul{
    width: 4rem;
    height:100%;
    background: #ffffff;
}
.slide-menu ul li{
    width: 100%;
    height: 0.96rem;
    line-height: 0.96rem;
    padding-left:0.2rem;
    border-bottom: solid 0.02rem #EEEEEE;
    
}
.slide-menu ul li a{
    display: inline-block;
    width: 100%;
    height: 0.96rem;
    line-height: 0.96rem;
}
.slide-menu ul li a span{
    display: inline-block;
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    background: #333333;
    margin-right: 0.2rem;
    vertical-align: middle;
}
.slide-menu ul li a img{
    width: 2.06rem;
    height: 0.36rem;
    vertical-align: middle;
}
.slide-menu .menu-item{

}
.slide-menu .active{
    background: #F7F7F7;
    border-bottom:none;
}
/* 案例弹框 */
.popup{
    width: 100%;
    height: 100%;
    position: absolute;
    background:rgba(0,0,0,0.6);
    top: 0;
    left: 0;
    z-index: 999;
}
.popup .content-box{
    width: 6.7rem;
    text-align: center;
    position: absolute;
    top:53%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.popup .content-box .content{
    width: 100%;
    height:7.6rem;
    background: #ffffff;
    border-radius:2.4rem 2.4rem 0.32rem 0.32rem;
    text-align: center;
}
.popup .content-box .content img{
    width: 2.6rem;
    height: 2.6rem;
    vertical-align: middle;
    position: absolute;
    top:-1.2rem;
    left:2rem;
}
.popup .content-box .content .content-msg{
    padding: 0 0.4rem;
    text-align: center;
    padding-top:1.7rem;
}
.popup .content-box .content .content-msg p{
    font-size: 0.32rem;
    color: #333333;
    line-height: 0.44rem;
    font-weight: 500;
    padding-bottom:0.28rem;
    border-bottom: solid 0.02rem #EEEEEE;
}
.popup .content-box .content .content-msg span{
    font-size: 0.28rem;
    color: #333333;
    display: inline-block;
    line-height: 0.48rem;
    margin-top: 0.3rem;
    text-align: justify;
}

.popup .content-box .close-btn{
    width: 0.88rem;
    height: 0.88rem;
    vertical-align: middle;
    margin-top:0.8rem;
}


