.index-banner{
	width: 100%;
	height: 440px;
	margin-bottom: 35px;
}
.index-banner a{
	display: block;
	width: 100%;
	height: 440px;
}

.banner-main{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 11;
	height: 0;
}

.banner-main .swiper-pagination{
	top: 410px;
	bottom: auto;
	left: 0;
	right: 0;
	position: absolute;
 }



 .banner-right{
	 position: absolute;
	 right: 0;
	 top: 64px;
	 width: 204px;
 }

	.index-top{
		display: flex;
		display: -webkit-flex;
		margin-bottom: 70px;

	}
	.index-top li{
		flex: 1;
		height: 177px;
		display: inline-flex;
		display: -webkit-inline-flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		background: #fff;
		box-sizing: border-box;
		border: 1px solid #fff;
	}
	.index-top li img{
		display: block;
		width: 80px;
		height: 80px;

	}
	.index-top li p{
		text-align: center;
		font-size: 15px;
		font-weight: 400;
		color: #00499D;
		padding-bottom: 2px;
	}
	.index-top li p span{
		font-size: 20px;
	}
	.index-top li strong{
		font-size: 12px;
		font-weight: 400;
		color: #BFBFBF;
	}
	/* .index-top li:nth-child(2){
		border-left: 1px solid #DCDCDC;
		border-right: 1px solid #DCDCDC;
	} */
	.index-top li:hover{
		border: 1px solid #DCDCDC;
		background: #F5FAFF;
	}

	.index-item{
		margin-bottom: 90px;
	}

	.index-title{
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		align-items:center;
		padding-bottom: 20px;
	}
	.title-left{
		display: inline-flex;
		display: -webkit-inline-flex;
		align-items: center;
	}

.title-left img{
	width: 40px;
	height: 40px;
}
.title-left span{
	font-size: 24px;
	font-weight: 400;
	color: #00499D;
	padding: 0 12px 0 5px;
}
.title-left small{
	font-size: 14px;
	font-weight: 400;
	padding-top: 13px;
	color: #919191;
}

.title-right{
	display: inline-flex;
	display: -webkit-inline-flex;
	align-items: center;
	font-size: 12px;
	font-weight: 400;
	color: #00499D;
	padding-top: 13px;
	cursor: pointer;
}
.title-right img{
	width: 20px;
	height: 20px;
	margin-left: 4px;
}

.fuwu{
	display: flex;
	display: -webkit-flex;
}
.fuwu-left{
	width: 230px;
	height: 386px;
	cursor: pointer;
}
.fuwu-right{
	width: 1090px;
}
.fr-top{
	margin-bottom: 3px;
}
.fr-top,.fr-bottom{
	display: flex;
	position: relative;
	display:-webkit-flex;
}
.fr-top li,.fr-bottom li{
	flex: 1;
	cursor: pointer;
}

.fr-top li:hover .fuwu-mask,.fr-bottom li:hover .fuwu-mask,.fuwu-left a:hover .fuwu-mask{
	background: rgba(0,99,212,.7);
}
.fr-bottom{
	margin-left: 3px;
	overflow: hidden;
}
.fr-bottom .fuwu-mask img{
	margin-bottom: 3px;
}
.fr-top li{
	margin-left: 3px;
}
.fuwu-left a {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}
.fuwu-mask{
	position: absolute;
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 11;
	background: rgba(0,0,0,.5);
}
.fuwu-mask img{
	width: 35px;
	height: 35px;
	margin-bottom: 10px;

}
.fuwu-mask span{
	text-align: center;
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
}
.fuwu-mask p{
	font-size: 12px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
}
.fr-top li a{
	display: block;
	width: 100%;
	height: 228px;
	position: relative;
}
.fr-bottom li a{
	display: block;
	width: 100%;
	height: 155px;
	position: relative;
}

.fr-bottom li{
	border-left: 1px solid #C7CDFE;
}
.fr-bottom li:nth-child(1){
	border: none;
}
.fr-bottom:after{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: url("../img/di.png") no-repeat bottom;
	background-size: 100% auto;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);
	-o-filter: blur(5px);
	filter: blur(5px);
}

.index-tab{
	display: flex;
	display: -webkit-flex;
	justify-content:space-between;
	background: #fff;

	border-bottom: 1px solid #F4F4F4;

}

.index-tab-nav{
	display: inline-flex;
	display: -webkit-inline-flex;

}

.index-tab-nav li{
	height: 44px;
	padding: 0 20px;
	line-height: 44px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 400;
	color: #666;
	cursor: pointer;
}
.index-tab-nav li.active{
	background: #EF4135;
	color: #fff;
}
.index-tab-nav li:hover{
	background: #EF4135;
	color: #fff;
}
.seachshool{
	width: 312px;
	height: 44px;
	border-left: 1px solid #F4F4F4;
	display: inline-flex;
	display: -webkit-inline-flex;
	align-items: center;
	padding: 0 25px 0 40px;
}
.seachshool input{
	flex: 1;
	width: 100%;
	font-size: 14px;
	color: #333;
	border: none;
	background: none;
	font-size: 12px;
}
.seachshool img{
	width: 19px;
	height: 19px;
}
.shool-list{
	background: #fff;
}
.shool-list li{
	float: left;
	width:16.66%;
	height: 220px;
	box-sizing: border-box;
	border-right: 1px solid #F4F4F4;
	border-bottom: 1px solid #F4F4F4;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.shool-list li:nth-child(6n){
	border-right: none;
}
.shool-list li a{
	display: block;
	width: 172px;
	height: 156px;
	position: relative;
	cursor: pointer;
}
.shool-list li a strong{
	display: block;
	width: 100%;
	height: 130px;
	overflow: hidden;
	background-color: #fff;
}


.shool-list li a span{
	/* position: absolute;
	bottom: -25px;
	left: 0;
	right: 0; */
	display: block;
	padding-top: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #737373;
	text-align: center;

}
.shool-list li:hover a span{
	color: #00499D;
}

.shool-list li:hover{
	background:#F5FAFF ;
}

.smore >img{
	display: block;
	width: 80px;
	margin: 15px auto;

}
.smore  p{
	position: absolute;
	bottom: 14px;
	left: 0;
	right: 0;
	display: inline-flex;
	display: -webkit-inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 400;
	color: #00499D;
	text-align: center;
}
.smore  p img{
	width: 25px;
	height: 25px;
}


.jiexi{
	background:url("../img/f5.png") no-repeat center;
	height: 414px;
	padding: 80px 0;
	box-sizing: border-box;
	background-size: 1920px auto;
}

.jx-list{
	display: flex;
	display: -webkit-flex;
	background: rgba(255,255,255,.75);
	padding-bottom: 15px;
}
.jx-list>a{
	flex: 1;
	margin-top: -22px;

}
.jx-item{
	width: 100%;
	height: 180px;
	position: relative;
	cursor: pointer;
}
.jx-item strong{
	display: block;
	width:180px;
	margin: 0 auto;
}
.jx-item strong img:nth-child(2){
	display: none;
}
.jx-item span{
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	color: #3183E2;
}
.jx-item:hover strong img:nth-child(2){
	display: block;
}
.jx-item:hover strong img:nth-child(1){
	display: none;
}
.jx-item:hover span{
	color: #E83827;
}

.case-item-left{
	float: left;
	width:425px;
	height: 440px;
	padding: 20px;
	box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	cursor: pointer;
	position: relative;
}


.case-img{
	display: block;
	height: 240px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 25px;
}
.case-img img,.case-top strong img,.first-li .new-top strong img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit:cover;
	will-change: transform;-webkit-transition: all .5s;transition: all .5s;
}

.case-text{
	font-size: 15px;
	font-weight: 400;
	color: #313131;
	line-height: 32px;
	height:62px;
	margin-bottom: 20px;
	text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.case-bq span{
	display: inline-block;
	margin-right: 3px;
	height: 20px;
	border: 1px solid #829BC3;
	border-radius: 2px;
	padding: 0 3px;
	line-height: 20px;
	font-size: 12px;
	font-weight: 400;
	color: #829BC3;
}
.case-bottom{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	padding-top: 15px;
	position: absolute;
	bottom: 15px;
	left: 20px;
	right: 20px;
}
.new-bottom{
	float: left;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	padding-top: 10px;
}
.case-bottom span,.new-bottom span{
	display: inline-flex;
	display: -webkit-inline-flex;
	font-size: 13px;
	font-weight: 400;
	color: #8CA3C7;
	align-items: center;
	flex: 1;
}
.case-bottom span img,.new-bottom span img{
	width: 23px;
	height: 23px;
}
.case-bottom span:nth-child(2),.new-bottom span:nth-child(2){
	justify-content: center;
}

.case-bottom span:nth-child(3),.new-bottom span:nth-child(3){
	justify-content: flex-end;
}

.case-item-right{
	float: right;
	width: 895px;
}

.case-item-right li{
	float: left;
	width: 425px;
	margin-left: 20px;
	margin-bottom: 20px;
	height: 210px;
	padding: 20px;
	box-sizing: border-box;
	background: #fff;
	position: relative;

}
.case-item-right li a{
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.case-top{
	padding-bottom: 15px;
}
.case-top strong{
	width: 150px;
	height: 100px;
	float: left;
	overflow: hidden;

}

.case-top p{
	width: 210px;
	float: right;
	font-size: 15px;
	font-weight: 400;
	color: #313131;
	line-height: 32px;
	height:62px;
	margin-bottom: 20px;
	text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.new-left{
	width: 892px;
	float: left;
}

.new-item{
	float: left;
	width:426px;
	height: 490px;
	background: #fff;
	position: relative;
	margin:0 20px 20px 0;
}

.new-item-top{
	height: 47px;
	border-bottom: 1px solid #EDEDED;
	display: flex;
	display: -webkit-flex;

}
.new-item-top span{
	flex: 1;
	height: 40px;
	line-height: 47px;
	font-size: 16px;
	font-weight: 400;
	color:#313131;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.new-item-top span.active{
	color: #E83827;
}

.new-item-top span.active:after{
	content: '';
	position: absolute;
	bottom: 0;
	width:69px;
	height: 2px;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #E83827;
}
.first-li{
	float: left;
	border-bottom: 1px solid #EDEDED;
	width: 100%;
	cursor: pointer;
	padding: 15px 25px;
	box-sizing: border-box;
}
.first-li a{
	float: left;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}
.first-li .new-top{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.first-li .new-top strong{
	float: left;
	width: 150px;
	height: 100px;
	overflow: hidden;
}

.first-li .new-top p{
	float: right;
	width:200px;
	font-size: 15px;
	font-weight: 400;
	color: #313131;
	line-height: 34px;
	overflow: hidden;
	text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;

}

.item-text li.new-li a{
	font-size: 15px;
	line-height: 34px;
	text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}

.new-bottom span strong{
	display:inline-flex;
	display: -webkit-inline-flex;
	align-items: center;
	height: 25px;
	background: #00499D;
	line-height: 25px;
	padding: 0 5px 0 0;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	border-radius: 3px;
	cursor: pointer;
}
.new-bottom span strong img{
	width: 20px;
	height: 20px;
}
.new-bottom span strong i{
	font-size: 12px;
}

.new-li{
	float: left;
	width: 100%;
	padding: 15px 25px;
	box-sizing: border-box;
	cursor: pointer;
	border-bottom: 1px solid #EDEDED;
}
.new-li a{
	float: left;
	width: 100%;

}
.new-li a p{
	font-size: 15px;
	font-weight: 400;
	color: #313131;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	white-space: nowrap;
	  -ms-text-overflow: ellipsis;
	  -o-text-overflow: ellipsis;
	  -webkit-text-overflow: ellipsis;

}
.new-list li:nth-last-child(1){
	border: none;
}
.new-more{
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	width: 373px;
	height: 30px;
	background: #FFFFFF;
	border: 1px solid #829BC3;
	border-radius: 3px;
	margin:0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
	color: #829BC3;
	cursor: pointer;
}
.new-more:hover{
	color: #829BC3;
}
.new-more img{
	width: 25px;
	height: 25px;
}

.new-right{
	background: #fff;
	width: 426px;
	max-height: 1000px;
	float: right;
	position: relative;
	padding-bottom: 30px;
	box-sizing: border-box;
}
.new-right .new-item-top{
	padding: 0 20px;
}
.new-right .new-item-top span{
	text-align: left;
	flex: none;
}
.new-right-list{
	padding: 20px;
}
.new-right-list li,.new-right-list li a{
	display: block;
}
.new-right-list li{
	padding-bottom: 25px;
}
.new-right-list li a strong{
	display: block;
	width: 100%;
	height: 228px;
	overflow: hidden;
	margin-bottom: 18px;

}
.new-right-list li a p{
	font-size: 15px;
	font-weight: 400;
	color: #313131;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	white-space: nowrap;
	  -ms-text-overflow: ellipsis;
	  -o-text-overflow: ellipsis;
	  -webkit-text-overflow: ellipsis;
}


.team{
	position: relative;
}
.team .swiper-pagination{
	bottom: -36px;
	right: 0;
}
.teambanner{
	height: 460px;
	overflow: hidden;
}

.next,.prev{
	position: absolute;
	top:190px ;
	height: 33px;
	height: 66px;
	display: inline-flex;
	display: -webkit-inline-flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	cursor: pointer;

}
.next.swiper-button-disabled,.prev.swiper-button-disabled{
	opacity: .5;
}
.next{
	 right: -46px;
 }
.prev{
	left: -46px;
}

.ren-item{
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	cursor: pointer;
}
.ren-item:hover strong{
	background: #D8EAFF;
}
.ren-item strong{
	display: block;
	width: 100%;
	height:250px;
	padding-top: 15px;
	box-sizing: border-box;
	overflow: hidden;
}
.ren-item strong img{
	    display: block;
	    width: 80%;
	    /* height: 100%; */
	    margin: 0 auto;
	    /* object-fit: cover; */
}
.ren-info{
	padding: 20px;
	display: flex;
	display:-webkit-flex;
	flex-direction: column;
	align-items: center;
}
.ren-info span{
	font-size: 18px;
	font-weight: 400;
	color: #313131;
	padding-bottom:7px ;
	border-bottom: 4px solid #E83827;
	padding-top: 12px;
}
.team-tag{
	display:inline-flex;
	display: -webkit-inline-flex;
	padding: 10px 0;
}
.team-tag li{
	display: inline-block;
	margin-right: 3px;
	height: 20px;
	border: 1px solid #829BC3;
	border-radius: 2px;
	padding: 0 3px;
	line-height: 20px;
	font-size: 12px;
	font-weight: 400;
	color: #829BC3;
}

.ren-info p{
	font-size: 12px;
	font-weight: 400;
	color: #959595;
	line-height: 24px;
	text-align: center;
	text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;

}

