
.sever_swiper{
    display: none !important;
}
.solutionSwiper.bannerSwiper{
	height: 7.19rem;
}
.bannerSwiper img{
	height: 5.8rem !important;
	background: #FFFFFF;
}
.bannerSwiper .swiper-pagination-bullet{
	width: 0.16rem;
	height: 0.16rem;
	background: #D9D8E2;
	opacity: 1;
	margin: 0 0.1rem !important;
	/*padding-bottom: -1rem;*/
}
.bannerSwiper .swiper-pagination{
	    width: auto !important;
    right: 0 !important;
    /*bottom: -0.5rem !important;*/
    height: auto;
    top: auto !important;
    transform: rotate(50%) !important;
	/*display: flex;*/
	/*justify-content: end !important;*/
	position: static;
	margin-top: 0.3rem;
}
.bannerSwiper .swiper-pagination-bullet-active{
	background: #1E1B89;
	width: 0.32rem;
    border-radius: 0.08rem;
}



.index_about{
	margin-top: 1.42rem;
	
	padding-bottom: 1.4rem;
}
.index_about .mainWidth2{
    align-items: end !important;
}
.about_left{
    position: relative;
	z-index: 1;
}
.about_left img{
	width: 2.08rem;
	height: 1.99rem;
}
.about_right{
	padding-left: 1.1rem;
	z-index: 1;
}
.about_tit{
	font-family: HarmonyOS_SC_medium;
	font-weight: 400;
	font-size: 0.28rem;
	color: #292B2E;
	line-height: 0.48rem;
	text-align: right;
	letter-spacing: 0.01rem;
}
.about_tit span{
	font-family: HarmonyOS_SC_medium;
	font-weight: 400;
	font-size: 0.28rem;
	line-height: 0.48rem;
	color: #F78716;
	margin-left: 0.1rem;
	letter-spacing: 0.01rem;
}
.about_dec{
	font-family:HarmonyOS_SC_regular;
	font-weight: 400;
	font-size: 0.14rem;
	color: #333333;
	line-height: 0.3rem;
	text-align: right;
	margin-top: 0.34rem;
}


.index_serve{
	background: #F5F5F7;
	padding: 1.2rem 0 1.2rem;
}
.serve_box{
	margin: 0.58rem -0.16rem 0;
}
.serve_list{
	width: calc(100%/3);
	height: 2.3rem;
	position: relative;
	margin: 0 0.16rem;
	transition: all 1s;
}
.serve_list:hover{
    width: 70%;
}
.serve_img{
	position: relative;
	transition: all 0.5s;
}
.serve_img img{
    height: 2.3rem;
}
.serve_img img:nth-of-type(2){
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.5s;
}
.serve_cont{
	position: absolute;
	left: 0.37rem;
	bottom: 0.39rem;
	padding-right: 0.45rem;
	transition: all 0.5s;
}
.serve_tit{
	font-family: HarmonyOS_SC_medium;
	font-weight: 500;
	font-size: 0.16rem;
	color: rgba(255,255,255,0.8);
	transition: all 0.5s;
}
.serve_dec{
	font-family: HarmonyOS_SC_regular;
	font-weight: 300;
	font-size: 0.14rem;
	color: rgba(255,255,255,0.5);
	line-height: 0.24rem;
	transition: all 0.5s;
}
.serve_cont hr{
	width: 0.18rem;
	height: 0.03rem;
	background: rgba(255,255,255,0.5);
	margin: 0.1rem 0 0.23rem;
	transition: all 0.5s;
}
.serve_list:hover .serve_img img:nth-of-type(2){
	opacity: 1;
	transition: all 0.5s;
}
.serve_list:hover .serve_img img:nth-of-type(1){
	opacity: 0;
	transition: all 0.5s;
}
.serve_list:hover .serve_dec,.serve_list:hover .serve_tit{
	color: #FFFFFF;
	transition: all 0.5s;
}
.serve_list:hover .serve_cont hr{
	background: #F99F45;
	transition: all 0.5s;
}


.index_solution{
	padding: 1rem 0 1.2rem;
}
.style_content{
	margin-top: 0.68rem;
	align-items: start !important;
}
.style_title:nth-of-type(1){
    margin-top: 0;
}
.style_title{
	/*width: 9.2vw;*/
 /*   background: RGBA(30, 27, 137, 0.05);*/
 /*   padding: 1.3vw 0 1.5vw;*/
 /*   transition: all 0.5s;*/
 /*   margin-right: 1.6vw;*/
 /*   margin-top: 0.32rem;*/
 
    width: 3.84rem;
    height: 0.64rem;
    /*background: rgba(30, 27, 137, .05);*/
    margin-bottom: .1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.noBack{
    background: rgba(30, 27, 137, .05)!important;
}
.style_title img{
	width: 0.8rem;
	height: 0.64rem;
	/*margin: auto;*/
	display: none;
	margin-bottom: 0.13rem;
}
.style_title p{
	font-family: HarmonyOS_SC_regular;
	font-weight: 500;
	font-size: 0.14rem;
	color: #333333;
	
	text-align: center;
	transition: all 0.5s;
}
.style_title:hover{
	background: RGBA(60,106,244,0.08);
	transition: all 0.5s;
}
.style_title:hover p{
	color: #3c6af4;
	transition: all 0.5s;
}
.style_title.active{
	/*background: #1E1B89;*/
	height: 1.32rem;
	background-color: rgba(30, 27, 137, .05);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.style_title.active img{
    display: block;
}
.style_title.active p{
	color: #FFFFFF;
}
.style_titlebox{
	flex: 0 0 34.5% !important;
	/*flex-wrap: wrap !important;*/
	flex-direction: column;
}
.style_wrap{
	height: 24.14vw;
	/*margin-top: 0.32rem;*/
	/*flex: 0 0 65.5%;*/
}
.solutionSwiper{
	/*width: 41.6vw;*/
	width: 8rem;
	height: 5.16rem;
	position: relative;
	/*background: url(/assets/img/threedback.png);*/
	background-size: contain;
}

.solutionSwiper img{
    object-fit: contain!important;
}

.solution_box{
	position: absolute !important;
	bottom: 0.57rem;
	left: 0;
	padding-right: 0.69rem;
	justify-content: space-between;
	align-items: flex-end !important;
	padding: 0 0.69rem;
	width: 100%;
	height: auto;
}
.solution_tit{
	font-family: HarmonyOS_SC_medium;
	font-weight: 500;
	font-size: 0.24rem;
	color: #FFFFFF;
}
.solution_dec{
	font-family: HarmonyOS_SC_regular;
	font-weight: 400;
	font-size: 0.14rem;
	color: rgba(255,255,255,0.5);
	line-height: 0.24rem;
	margin-top: 0.2rem;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.solution_box img{
	width: 0.32rem !important;
	height: 0.1rem !important;
	object-fit: contain !important;
	margin-bottom: 0.1rem;
}
.index_solution .swiper-pagination{
	height: auto;
    width: auto !important;
    right: 0.31rem;
    left: auto !important;
    top: 10px !important;
    bottom: auto !important;
}
.index_solution .swiper-pagination-bullet{
	width: 0.26rem;
    height: 0.04rem;
    background: #FFFFFF;
    opacity: 0.2;
    border-radius: 0;
}
.index_solution .swiper-pagination-bullet-active{
	opacity: 1;
}
/*.index_solution .swiper-pagination-bullet:nth-of-type(1){*/
/*	background: #fe5a51;*/
/*}*/
/*.index_solution .swiper-pagination-bullet:nth-of-type(2){*/
/*	background: #e6bf2a;*/
/*}*/
/*.index_solution .swiper-pagination-bullet:nth-of-type(3){*/
/*	background: #54c22c;*/
/*}*/
.style_listL{
    position: relative;
}
.dot2{
    width: 0.56rem;
    height: 0.12rem;
    position: absolute;
    top: 0.2rem;
    left: 0.31rem;
    z-index: 1;
}
.solution_cont{
    flex: 0 0 70%;
}




.index_news{
	background: #F5F5F7;
	padding: 1.2rem 0 1.2rem;
}
.news_list{
	padding: 0.2rem;
	transition: all 0.5s;
	height: auto;
	background: #FFFFFF;
}
/*.news_list:hover .news_img{*/
/*    transform: scale(1.1);*/
/*    transition: all 0.5s;*/
/*}*/
.news_list:hover{
    /*background: #FFFFFF;*/
    /*transition: all 0.5s;*/
}
.newsSwiper{
	/*height: 19.6vw;*/
	/*height: 3.54rem;*/
	width: 8rem;
	/*width: 41.6vw;*/
	padding-bottom: 0.4rem !important;
}
.newsSwiper .swiper-wrapper{
    /*margin: 0 -0.15rem;*/
}
.newsSwiper .swiper-slide{
	/* width: calc(100% / 4) !important;
	margin: 0 0.16rem; */
	background: #FFFFFF;
	/*margin: 0 0.15rem;*/
}
.news_img{
	/*width: 2.72rem !important;*/
	height: 1.26rem !important;
	transition: all 0.5s;
}
.news_tit{
	font-family: HarmonyOS_SC_medium;
	font-weight: 500;
	font-size: 0.14rem;
	color: #000000;
	margin: 0.22rem 0 0.16rem;
	overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
}
.news_dec{
	font-family: HarmonyOS_SC_regular;
	font-weight: 400;
	font-size: 0.14rem;
	color: #666666;
	line-height: 0.24rem;
	height: 0.68rem;
	overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 4;
 -webkit-box-orient: vertical;
}
.newsflex{
	margin-top: 0.16rem;
	justify-content: space-between;
}
.news_date{
	font-family: HarmonyOS_SC_regular;
	font-weight: 400;
	font-size: 0.14rem;
	color: #888888;
	line-height: 0.2rem;
}
.newsflex img{
	width: 0.38rem !important;
	height: 0.09rem !important;
}
.newsSwiper .swiper-scrollbar{
	height: 0.04rem;
	background: RGBA(30, 27, 137, 0.05);
	bottom: 0 !important;
    width: 100% !important;
    left: 0 !important;
}
.newsSwiper .swiper-scrollbar-drag{
	background: #1E1B89;
}
.index_news .style_wrap{
	height:auto !important;
	overflow: hidden;
}
.solutionSwiper .swiper-slide img{
    transition: all 0.5s;
}
.solutionSwiper .swiper-slide img:hover{
    transform: scale(1.1);
    transition: all 0.5s;
}







@media only screen and (max-width: 1024px){
    .about_right{
        padding-left: 0px;
    }
    .index_about{
        /*margin-top: -25px;*/
        padding-bottom: 15px;
    }
    .bannerSwiper .swiper-pagination{
        display: none;
    }
    .index_news, 
    .index_solution, 
    .index_serve{
        padding: 30px 0;
    }
    .style_content, 
    .about_dec{
        margin-top: 10px;
    }
    .about_tit{
        text-align: center;
    }
    .about_dec{
        text-align: left;
    }
    .serve_list{
            margin: 0 5px;
    }
    .serve_box{
            margin: 15px -5px 0;
    }
    .style_content{
        flex-direction: column;
    }
    .solutionSwiper{
        width: 100%;
           height: 100%;
    }
    .solutionSwiper{
         height: 56vw;
    }
    .style_wrap{
        height: auto;
        width: 100%;
    }
    .style_title{
        width: auto;
        padding: 5px;
        padding: 20px 10px;
        margin: 0;
        /*margin-right: 10px;*/
        margin-bottom: 10px;
            /*width: 32%;*/
            width: 100%;

    }
      .style_title:nth-child(3n){
          margin-right: 0;
      }
    .style_titlebox{
      /*overflow: auto;*/
    /*flex-wrap: nowrap !important;*/
        width: 100%;
        margin-bottom: 5px;
        justify-content: space-between;
    }
    
    .style_title p{
        white-space: nowrap;
    }
    .solution_box{
        padding: 0 15px;
    }
    .serve_cont{
            padding-right: 15px;    left: 15px;
    }
    .serve_tit{
        	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 75%;
    }
    .serve_img img{
     height: 200px !important;
    }
    .sever_swiper {
        overflow: visible !important;
    }
    .sever_swiper .swiper-slide{
        
    }
    .sever_swiper .swiper-slide-active{
            /*transform: scale(1.5, 1.15) !important;*/
    z-index: 9;
    }
    .sever_swiper{
        display: block !important;
    }
    .serve1_box{
        display: none !important;
    }
    .serve_cont{
            top: 50%;
    transform: translateY(-50%);
    bottom: auto;
      
    }
    .serve_dec{
          -webkit-line-clamp: 2 !important;
    }
    .news_img{
        height: 100px !important;
    }
    .serve_cont hr{
        margin-top: 10px;
    margin-bottom: 20px;
    }
    .news_dec{
            -webkit-line-clamp: 4 !important;
                height: auto;
    }
    .newsSwiper{
        width: 100%;
        height: 300px;
    }
    .index_title p{
        font-size: 20px!important;
    }
    .index_about .mainWidth2{
        align-items: flex-start!important;
    }
    .about_left{
        display: none;
    }
    .serve_list:hover .serve_img img:nth-of-type(1) {
        opacity: 1;
        transition: all 0.5s;
    }
    .serve_list:hover .serve_img img:nth-of-type(2) {
        opacity: 0;
        transition: all 0.5s;
    }
    .serve_list:hover .serve_tit{
        color: rgba(255, 255, 255, 0.8);
        transition: all 0.5s;
    }
    .serve_list:hover .serve_dec {
        color: rgba(255, 255, 255, 0.5);
        transition: all 0.5s;
    }
    .newsSwiper .swiper-scrollbar{
        display: none;
    }
}