.index-three .swiper-button-lock{
display: block;
}
.banner_box {
	position: relative;
}

.banner_imgbox {
	/*height: 8.63rem;*/
}

.banner_info {
	position: absolute;
	width: 12.18rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 999;
	max-width: 15.4rem;
            width: 95%;
}

.banner_info .banner-tit {
	font-size: 0.59rem;
	font-weight: bold;
	color: #FFFFFF;
}
.banner_swiper .swiper-pagination-bullet{
    background:rgba(255,255,255,0.6) ;
}
.banner_swiper .swiper-pagination-bullet-active{
    background: rgba(255,255,255,1)!important;
}
.banner-text {
	font-size: 0.24rem;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 0.1rem;
	margin-bottom: 0.3rem;
}

.banner_many {
	width: 2.07rem;
	height: 0.66rem;
	color: #fff;
	border: 0.01rem solid #FFFFFF;
	border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
	font-weight: bold;
	transition: all 0.5s;
}

.banner_many:hover{
    background: linear-gradient(315deg, #45B2FF 0%, #217AFF 100%);
    border: 0.01rem solid transparent;
    transition: all 0.5s;
}

.banner_many {

	font-family: '宋体';
	margin-right: 0.11rem;
	text-align: center;
	line-height: 0.66rem;
}

.banner_many span {
	font-size: 0.2rem;
	font-weight: 400;
	color: #FFFFFF;
	font-family: Microsoft YaHei, Microsoft YaHei;
	line-height: 0.66rem;
}
.banner_swiper{
	position: relative;
}
.banner_swiper .swiper-pagination{
	text-align: center;
	bottom:0.62rem !important;
}



/* 新闻中心 */
.index-one{
	box-shadow: 0rem 0.02rem 0.1rem 0.01rem rgba(0,0,0,0.08);
	border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
}
.new_mode {
    margin-top: 0.15rem;
}
.new_mode .shang {
    position: relative;
	padding-bottom: 0.31rem;

}

.index_news {
	padding-top: 0.66rem;
	padding-bottom: 0.42rem;
}
.index-one .shang .many{
    position: absolute;
    right: 0;
    top: 28%;
    /*font-family: '宋体';*/
    transform: translatey(-50%);
    width:auto;
}

.tab_wrap {
	text-align: center;
	position: relative;
}

.tab_wrap .tab {
	font-size: 0.22rem;
	font-weight: 400;
	color: #333333;
	padding: 0rem 0.45rem;
	position: relative;
	padding-bottom: 0.2rem;
	cursor: pointer;
}

.tab_wrap .tab::after {
	content: '';
	width: 0.06rem;
	height: 0.06rem;
	background: linear-gradient(315deg, #45B2FF 0%, #217AFF 100%);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	border-radius: 100%;

}

.tab_wrap .tab.active {
	font-weight: bold;
	color: #217AFF;
}

.tab_wrap .tab.active::after {
	opacity: 1;
}

.news_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	display: none;
}

.news_list.active {
	display: flex;

}

.news_items {
	width: 6.02rem;
	height: auto;
}

.new_box {
	display: flex;
	align-items: center;
	margin-bottom: 0.39rem;
	padding: 0.05rem 0.02rem;
	padding-right: 0.1rem;
}

.news_info {
	margin-top: 0.31rem;
}

.new_box:hover {
	background: rgba(33, 122, 255, 0.06);

}

.new_box:hover .new_subtit {
	color: rgba(43, 137, 255, 1);
	transform: translatex(0.15rem);
}
.new_box:hover .date{
		color: rgba(43, 137, 255, 1);
}
.new_box:hover .new_subtit::after {
	opacity: 1;
}

.new_box .scale_box {
	width: 1.23rem;
	height: 0.78rem;
	object-fit: cover;
	display: none;
}

.new_box .new_subtit {
	font-size: 0.16rem;
	font-weight: 400;
	color: #333333;
	padding: 0 0.17rem;
	position: relative;
	transition: var(--s_tran);
	width: 3.8rem;
	flex: 1;
	line-height: 0.3rem;
display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
        margin-right: 0.15rem;

}

.new_box .new_subtit::after {
	content: '';
	width: 0.06rem;
	height: 0.06rem;
	background: linear-gradient(315deg, #45B2FF 0%, #217AFF 100%);
	position: absolute;
	top: 50%;
	left: 0rem;
	transform: translatey(-50%);
	opacity: 0;
	border-radius: 100%;
}

.new_box .date {
	font-size: 0.12rem;
	font-weight: 400;
	color: #666666;
}


/* 关于我们 */
.index_about{
	margin-right:auto;
	margin-left:auto;
	max-width:15.4rem;
	width: 94%;
	position: relative;
	z-index: 9;
	padding-bottom:0.96rem;
}
.about-mode{
	position: relative;
	padding-top:1.28rem;
}
.about-mode .tit_bg{
	font-size: 2.4rem;
	font-weight: bold;
	color: rgba(0,75,255,0.04);
	position: absolute;
	bottom:1.02rem;
	opacity: 0.5;
}
/*.index_about .many{*/
/*	width: 1.81rem;*/
/*	line-height: 0.67rem;*/

/*	border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;*/
/*	font-size: 0.2rem;*/
/*	font-weight: 400;*/
/*	height: auto;*/
	/*transition: var(--s_tran);*/
/*	text-align: center;*/
/*	color: #2986FF;*/
/*	border: 0.01rem solid #2986FF;*/
/*}*/
/*.index_about .many:hover{*/
/*    	background: linear-gradient(315deg, #45B2FF 0%, #217AFF 100%);*/
/*    	color: #fff;*/
/*}*/
.index_about .many{
	width: 1.71rem;
	height: 0.48rem;
	border-radius: 0.28rem 0.28rem 0.28rem 0.28rem;
	opacity: 1;
	border: 0.01rem solid rgba(79, 107, 169, 1);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.16rem;
	color: rgba(79, 107, 169, 1);
	margin-top:0.15rem;
}
.index_about .many p{
	width: 0.1rem;
	height: 0.1rem;
	background: rgba(79, 107, 169, 1);
	border-radius: 100%;
	margin-right:0.09rem;
}
.index_about .many:hover p {
    background: #fff;
}
.index_about .many:hover{
	border-color: transparent;
	background: linear-gradient(315deg, #45B2FF 0%, #217AFF 100%);
	color: #fff;
}
.about-content{
	display: flex;
	align-items: center;
}
.aboutbox1{
	margin-right:0.11rem;
	width: 50%;
}
.aboutbox1 .p_subtext{
	font-size: 0.18rem;
	font-weight: 400;
	color: #999999;
	line-height: 0.3rem;
	width: 100%;
	margin-top:0.1rem;
	margin-bottom:0.5rem;
		display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 5;
	text-align: justify;
	max-width: 100%;
}











.aboutbox2{
	
}
.cir_top{
	display: flex;
	flex-wrap: wrap;
}
.cir_top .item{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 1.85rem;
	height: 1.85rem;
	background: #FFFFFF;
	box-shadow: 0rem 0.1rem 0.8rem 0.01rem rgba(0,75,255,0.11);
	border-radius: 100%;
	cursor: pointer;
	
}
.cir_top .item:hover img{
    transform: rotatey(180deg);
}
.cir_top .item img{
		object-fit: contain;
		margin-bottom:0.11rem;
		transition: var(--s_tran);
}
.cir_top .item .smalltext{
	font-size: 0.2rem;
	color: #4F6BA9;
}
.aboutbox2 .cir_item1{
width: 1.85rem;
height: 1.85rem;
background: #FFFFFF;
box-shadow: 0rem 0.1rem 0.8rem 0.01rem #EFEEEE;
border-radius: 100%;
margin-top:0.24rem;
}
.aboutbox2 .cir_item4,
.aboutbox2 .cir_item5,
.aboutbox2 .cir_item3 {
    box-shadow: 0rem 0.1rem 0.8rem 0.01rem #EFEEEE;
}
.aboutbox2 .cir_item5 {
    
}
.aboutbox2 .cir_item3{
	margin-top:0.54rem;
	width: 1.97rem;
	height: 1.97rem;
}
.aboutbox2 .cir_item4{
	/*margin-left:1.39rem;
	margin-right:1.96rem;*/
		margin-left:7.23vw;
	margin-right:10.2vw;
}
.aboutbox2 .cir_item1 .icon1{
	height:0.47rem;
}
.aboutbox2 .cir_item3 .icon3{
	height:0.42rem;
}
.aboutbox2 .cir_item4 .icon4{
	height:0.49rem;
}
.aboutbox2 .cir_item5 .icon5{
	height:0.49rem;
}
.aboutbox2 .cir_item3 .smalltext{

font-size: 0.18rem;

}
.aboutbox2 .cir_item5 .smalltext{
	font-size: 0.2rem;
}
.aboutbox2 .cir_item2{
width: 3.26rem;
height: 3.26rem;
background: linear-gradient(180deg, #45B2FF 0%, #217AFF 100%);
box-shadow: 0rem 0.1rem 0.8rem 0.01rem rgba(0,75,255,0.4);
border-radius: 100%;
/*margin-right:0.94rem;
margin-left:0.74rem;*/
margin-right:4.89vw;
margin-left:3.85vw;
margin-bottom:0.1rem;
}
.aboutbox2 .cir_item2 .hand{
	height:0.82rem;
	object-fit: contain;
	margin-bottom: 0.29rem;
}
.aboutbox2 .cir_item2 .text{
	font-size: 0.24rem;
	font-weight: bold;
	color: #FFFFFF;
}


/* 专业领域 */
.index-three {
	background-image: url("../images/index_bg.jpg");
	background-size: cover;
	padding-top:1.11rem;
}
.index-three .titbox {
    display: flex;
    justify-content: space-between;
}
.index-three .titbox .many {
    flex: 0 0 auto;
}
.index-three .index_subtit{
    color: rgba(255, 255, 255, 0.2);
}
.index-three .index_tit{
	color:#fff;
}
.index-three .index_tit::after{
background: #fff;
}
.index-three .many{
	width: 1.71rem;
	height: 0.48rem;
	border-radius: 0.28rem 0.28rem 0.28rem 0.28rem;
	opacity: 1;
	border: 0.01rem solid #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.16rem;
	color: #fff;
	margin-top:0.15rem;
}

.index-three .many p{
	width: 0.1rem;
	height: 0.1rem;
	background: #FFFFFF;
	border-radius: 100%;
	margin-right:0.09rem;
}
.index-three .many:hover{
	border-color: transparent;
	background: linear-gradient(315deg, #45B2FF 0%, #217AFF 100%);
}

.fieldbox{
	margin-top:0.72rem;
    /*padding-bottom: 0.1rem;*/
	position: relative;
}
.fieldbox .field_tit{
	font-size: 0.2rem;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	text-align: center;	
	line-height: 1.85rem;
	letter-spacing: 0.01rem;
}
.fieldbox .field_tit::after{
	content:'';
	display: block;
	position: absolute;
	bottom: 0%;
	width: 1.07rem;
	height: 0.04rem;
	background: transparent;
	border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
	left:50%;
	transform: translateX(-50%);
}

.field_loop{
	display: flex;
	flex-wrap: wrap;
height:3.7rem !important;
}
.field_list:nth-child(5n){
}
.field_list{
	/* flex:0 0 20%; */
		border-right:0.01rem solid rgba(255, 255, 255, 0.7);
	border-top:0.01rem solid rgba(255, 255, 255, 0.7);
    transition: var(--s_tran);
	height:1.85rem !important;
}
.field_list:hover{
	background: linear-gradient(315deg, #45B2FF 0%, #217AFF 100%);
}

.field_list:hover p {
    font-weight: bold;
}

.field_list:hover .field_tit::after{
	background: #fff;
}

.fieldbox .swiper-button-next, .fieldbox .swiper-button-prev{
	bottom:auto;
	top:-2rem !important;
	width: 0.71rem;
	height: 0.72rem;
	border-radius: 100%;
	border-color: #fff;
	display: flex;
	display: none;
}
.fieldbox .swiper-button-next::after, .fieldbox .swiper-button-prev::after{
	font-size: 0.25rem;
	color: #fff;
}
.fieldbox .swiper-button-next{
	right:3.63rem;
}
.fieldbox .swiper-button-prev{
	right:4.72rem;
	left:auto;
}
.fieldbox .swiper-button-next:hover, .fieldbox .swiper-button-prev:hover{
	background-color: rgba(0,0,0,0.05);
}

/* 服务案例 */
.index-four{
	padding:0.72rem 0rem;
	display: none !important;
}
.index_server{
	width:13rem;
	margin:0 auto;
	display: flex;
	margin-top:0.3rem;
}
.serverbox1{
	border-left:0.04rem solid rgba(244, 244, 244, 1);
	padding-left:0.38rem;
	position: relative;
	margin-left:0.3rem;
}
.serverbox1:nth-child(1) {
    margin-left: 0;
}
.index_server .server_list{
	margin-bottom:0.14rem;
	position: relative;
	height:auto;
	
}

.index_server .server_list::before{
	content: '';
	display: block;
	position: absolute;	
	width: 0.33rem;
	border-top: 0.01rem dashed rgba(41, 134, 255, 1);
	top: 50%;
	left: -0.33rem;
	transform: translateY(-50%);
}
.index_server .server_list::after{
	content: '';
	display: block;
	position: absolute;	
	width: 0.06rem;
	height: 0.06rem;
	background: #FFFFFF;
	box-shadow: 0rem 0.07rem 0.26rem 0.01rem rgba(207,207,207,0.5);
	opacity: 1;
	border: 0.04rem solid #2986FF;
	border-radius: 100%	;
	    top: 50%;
	    left: -0.47rem;
	    transform: translateY(-50%);
}
.index_server .server_tit{
	font-size: 0.16rem;
	font-weight: 400;
	color: #333333;
	width: 3.78rem;
	height: 0.84rem;
	background: #F8F8F8;
	padding:0.17rem 0.2rem;
	    z-index: 9;
	    position: relative;
}








/* 专业人员 */
#form_search{
    display: none;
}
.people_search>a{
    width: 1.22rem;
    font-size: 0.14rem;
color: #FFFFFF;
line-height: 0.4rem;
text-align: center;
height: 0.4rem;
background: linear-gradient( 315deg, #45B2FF 0%, #217AFF 100%);
border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
}
.index-five{
	padding-top: 0.57rem;
background: #F4F4F4;
position: relative;
display: none;
}
.five_titbg{
	    font-size: 2.4rem;
	    font-weight: bold;
	    color: rgba(0,75,255,0.04);
	    position: absolute;
	    white-space: nowrap;
	    writing-mode: tb-rl;
	    right: 1.81rem;
	    top: 50%;
		    transform: translatey(-50%) rotate(180deg);
		opacity: 0.5;
}
.people_content{
	
}
.people_content .titbox {
    display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 3;
}
.people_content .many{
	width: 1.71rem;
	height: 0.48rem;
	border-radius: 0.28rem 0.28rem 0.28rem 0.28rem;
	opacity: 1;
	border: 0.01rem solid rgba(79, 107, 169, 1);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.16rem;
	color: rgba(79, 107, 169, 1);
	margin-top:0.15rem;
}
.people_content .many p{
	width: 0.1rem;
	height: 0.1rem;
	background: rgba(79, 107, 169, 1);
	border-radius: 100%;
	margin-right:0.09rem;
}
.people_content .many:hover p {
    background: #fff;
}
.people_content .many:hover{
	border-color: transparent;
	background: linear-gradient(315deg, #45B2FF 0%, #217AFF 100%);
	color: #fff;
}

.people_search{
    width: 1.22rem;
	margin-right:0rem;
	margin-left:auto;
	    z-index: 9;
	    position: relative;
	    
}
.search {
	display: flex;
	background: linear-gradient(315deg, #45B2FF 0%, #217AFF 100%);
}
.people_search input{
	width: 4.14rem;
	height: 0.45rem;
	background: #FFFFFF;
	color:#333;
	padding-left:0.19rem;
	
border: 0.01rem solid #D0D7E3;
border-right:0rem;
}
.people_search .search_img{
width: 0.65rem;	
}
.people_search img{
	width: 0.65rem;
	height: 0.45rem;
	object-fit: contain;
	padding:0.14rem 0.24rem;
	
}

.people_content .text{
	font-size: 0.18rem;
	font-weight: 400;
	color: #999999;
	line-height: 0.3rem;
	text-align: left;
	margin-top: 0.37rem;
}

.peoitems.swiper-slide{
	    transform: scale(1) !important;
}
.peoitems.swiper-slide-active{
	 transform: scale(1.2) !important;
	 z-index:9;
}
.peoitems.swiper-slide-active .name{
		    transform: scale(0.8);
}
.peoitems.swiper-slide-active .text1 {
    font-size: 0.12rem;
    margin-bottom: 0.08rem;
}
.peoitems.swiper-slide-active .text2{
	    transform: scale(0.85);
}
.peoitems{
	text-align: center;
	background-color: #FFFFFF;
	padding:0.57rem 0.59rem 0.59rem 0.59rem;
	box-shadow: 0rem 0rem 0.4rem 0.01rem rgba(0,0,0,0.05);
	border-radius: 0.07rem 0.07rem 0.07rem 0.07rem;
}
.peoitems .scale_box{
    width: 1.72rem;
    /* height: 100%; */
    object-fit: contain;
    border-radius: 100%;
    margin: 0 auto;
    position: relative;
    /* height: 1.29rem; */
    padding-bottom: 61%;
}
.peoitems .scale_box .scale_img{
    height: auto;
    position: absolute;
}
.peoplebox{
	position: relative;
}
.people_mode{
	overflow: hidden;
	padding-top:0.9rem;
	    padding-bottom: 1.1rem;
		    z-index: 9;
		    position: relative;
}
.peoitems .name{
	font-size: 0.32rem;
	font-weight: bold;
	color: #333333;
	/*margin-bottom:0.1rem;*/
	margin-top: 0.15rem;
}
.peoitems .Career{
	
}


.peoitems .text1{
	font-size: 0.14rem;
	font-weight: 400;
	color: #217AFF;
	width: auto;
	display: inline-block;
	padding:0.04rem 0.16rem;
	background-color: rgba(33, 122, 255, 0.1);
	margin-top:0.17rem;
	margin-bottom:0.12rem;
}
.peoitems .text2{
	font-size: 0.16rem;
	font-weight: 400;
	color: #848484;
	line-height: 0.24rem;
}
.peoitems .text2.line2 {
    height: 0.48rem;
}
.people_content .swiper-button-next, .people_content .swiper-button-prev{
	border-color: transparent;
	padding:0rem;
	    top: 50%;
		left:-0.5rem;
	    bottom: 3.65rem;
	    transform: translateY(-50%);
	    
}
.people_content .swiper-button-next{
	right: -0.5rem;
	left:auto;
}
.people_content .swiper-button-next::after, .people_content .swiper-button-prev::after{
	/*background-image: url("../images/people_icon.png");*/
	/*content:'';*/
	/*width:0.16rem;*/
	/*height:0.16rem;*/
	/*background-size: contain;*/
	/*background-repeat: no-repeat;*/
	font-size: 0.25rem;

	    color: rgba(33, 122, 255, 0.3);
	
}
.people_content .swiper-button-next:hover::after, .people_content .swiper-button-prev:hover::after{

  	color: #217AFF;
}
 .people_content .swiper-button-prev::after{
	 /*transform: rotate(180deg);*/
 }







/* 合作伙伴 */
.index-six{
	padding-top:0.68rem;
	padding-bottom:0.89rem;
}
.index-six .text{
	font-size: 0.18rem;
	font-weight: 400;
	color: #999999;
	line-height: 0.3rem;
	text-align: left;
	margin-bottom:0.5rem;
	margin-top:0.3rem;
}
.index-six .partner .scale_box {
	width: 1.98rem;
	height: 1.2rem;
	object-fit: contain;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.4rem 0.01rem rgba(0,0,0,0.05);
	border-radius: 0rem 0rem 0rem 0rem;
	opacity: 1;
	border: 0.01rem solid rgba(79, 107, 169, 0.05);
	
	/* margin:0 0.26rem; */
}
.index-six .partner{
    margin:0.01rem 0rem;
	display: flex;
	    /* margin: 0 -0.26rem; */
}
.index-six .link_box {
/*height: 1.2rem;*/
overflow: hidden;
}

/*@media only screen and (max-width: 1200px){*/
    /*.index-one .shang .many, */
    /*.new_box .new_subtit,*/
    /*.aboutbox1 .p_subtext, */
    /*.index_about .many, */
    /*.index-three .many, */
    /*.people_content .text, */
    /*.people_search>a, */
    /*.peoitems .text2, */
    /*.peoitems .text1, */
    /*.fieldbox .field_tit, */
    /*.index-six .text, */
    /*.banner_many span{*/
    /*    font-size: 16px !important;*/
    /*}*/
/*}*/
/*.index-six .text, */
/*.people_content .text, */
/*.aboutbox1 .p_subtext{*/
/*    line-height: 1.5;*/
/*}*/



@media only screen and (max-width: 1024px) {
    .banner_imgbox{
    height: 250px;
}
.banner_info{
    width: auto;
    top:60%;
    left: 38%;
}
.banner_many span{
    line-height: 1;
}
.banner_many{
    padding:0px 5px;
    height: auto;
    width: 100px;
}
.index-six, 
.index_news{
    padding-top: 15px;
    padding-bottom: 15px;
}
.tab_wrap{
    width: 86%;
        flex-wrap: nowrap;
    display: flex;
        overflow: auto;
}
.tab_wrap .tab{
    white-space: nowrap;
}
.tab_wrap .tab::after{
    bottom: 5px;
}
.index-three .titbox, 
.index_about, 
.aboutbox1, 
.news_items{
    width: 100%;
}
.about-mode{
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.about-content{
    flex-direction: column;
}
.aboutbox1{
    margin-right: 0;
}
.index-three .titbox{
    padding-left: 15px;
    padding-right: 15px;
}
.index-six .swiper-button-next, .index-six .swiper-button-prev{
    display: none;
}
.index-three{
    padding-top: 15px;
}
.aboutbox2 .cir_item2 .hand{
        height: 30px
}
.cir_top{
    align-items: flex-end;
        justify-content: center;
        margin-top: 15px;
}
.cir_top .item{
    flex: 0 0 33.3%;
    border-radius: 0 !important;
    height: 100%    ;
    padding: 10px 5px;
    margin-right: 0px;
        margin-left: 0px;
}
.aboutbox2 .cir_item2{
    margin-bottom: 0px;
}
.aboutbox2 .cir_item3{
    margin-top: 0;
}
.cir_top{
        row-gap: 10px;
}
.index_about{
    padding-bottom:15px;
}
.field_loop{
    height: 150px !important;
}
.field_list{
    height: 50px !important;
}
.fieldbox .field_tit{
    line-height: 50px !important;
}
.fieldbox{
    margin-top: 15px;
}
.index-six .partner .scale_box img{
    object-fit: contain !important;
}
}
