.swiper-pagination-bullet-active{
	background:#B80B21 !important;
}
.education{
	padding: 100px 0;
	background-color: #B80B21;
	width: 100%;
}
.education .title{
	font-size: 38px;
	font-weight:700;
	color: #fff;
	text-align: center;
}
.education .content-text{
	margin-top: 50px;
	font-weight: 400;
	font-size: 26px;
	color: #FFFFFF;
	text-align: center;
}
.education .education-table{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 70px;
}
.education .education-table .education-table-item{
	width: 20%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.education .education-table .education-table-item .education-value{
	font-weight: 800;
	font-size: 40px;
	color: #FFFFFF;
}
.education .education-table .education-table-item .education-title{
	font-weight: 500;
	font-size: 18px;
	color: #E68A96;
}
.education .bicc-url{
	margin-top: 70px;
	width: 160px;
	height: 40px;
	background: #FE0000;
	box-shadow: 0px 4px 0px 0px rgba(127,7,23,0.5);
	border-radius: 20px;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor:pointer;
	transition: all 0.5s;
	transform: scale(1);
}
.education .bicc-url:hover{
	color: #101010;
	box-shadow: 0px 4px 0px 0px rgba(113, 6, 20, 0.5);
	transition: all 0.5s;
	transform: scale(1.1);
}
.process{
	background-color: #fff;
}
.process .process-item{
	display: flex;
	align-items: center;
	padding-bottom: 67px;
	padding-top: 80px;
}
.process .process-item .process-img{
	width: 600px;
	height: auto;
}
.process .process-item .process-text{
	padding-left: 50px;
	flex: 1;
}
.process .process-item .process-title{
	font-weight: 600;
	font-size: 32px;
	color: #FE0000;
	margin: 30px 0;
}
.process .process-item .process-content{
	font-weight: 400;
	font-size: 16px;
	color: #808080;
}
.process .process-item .process-number{
	width: 30px;
	height: 30px;
	background: #808080;
	border-radius: 50%;
	font-size: 18px;
	display: flex;
	justify-content:center;
	align-items: center;
	color: #fff;
}
.process .process-item .process-subheading{
	font-weight: bold;
	font-size: 34px;
	color: #808080;
	padding-left: 10px;
	flex: 1;
}
.process .process-xian{
	width: 100%;
	height: 1px;
	background: #E6E6E6;
}

.student-table{
	background-color: #EFEFEF;
	padding-top: 100px;
	padding-bottom: 100px;
}
.student-table .colorad{
	color: #E8A5AD;
}
.student-table .student-title{
	font-weight: bold;
	font-size: 32px;
	color: #808080;
}
.student-table .table-outer{
	border-radius: 20px;
	overflow: hidden;
	margin-top: 60px;
}
.student-table .table-outer .statistics{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #B80B21;
	height: 60px;
	padding: 0 30px;
}
.student-table .table-outer .table-row{
	display: flex;
	align-items: center;
	height: 60px;
	margin-bottom: 4px;
}
.student-table .table-outer .table-row:last-child{
	margin-bottom: 0;
}
.student-table .table-outer .table-row .table-title{
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F7F7F7;
	margin-right: 4px;
	transition: all 0.25s; 
	cursor:pointer;
}
.student-table .table-outer .table-row .table-title:hover{
	transform: scale(1.1);
	transition: all 0.25s;
	box-shadow:
	  0px 2px 4.1px rgba(0, 0, 0, 0.035),
	  0px 16px 33px rgba(0, 0, 0, 0.07)
	;
}
.student-table .table-outer .table-row .table-value{
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(255, 255, 255, 1);
	margin-right: 4px;
	transition: all 0.25s; 
	cursor:pointer;
}
.student-table .table-outer .table-row .table-value:hover{
	transform: scale(1.1);
	transition: all 0.25s;
	box-shadow:
	  0px 2px 4.1px rgba(0, 0, 0, 0.035),
	  0px 16px 33px rgba(0, 0, 0, 0.07)
	;
}
.student-table .table-outer .table-row .table-title:last-child{
	margin-right: 0;
}
.student-table .table-outer .table-row .table-value:last-child{
	margin-right: 0;
}

.certificate{
	background-color: #fff;
}
.certificate .diploma .diploma-list{
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}
.certificate .diploma .diploma-item{
	width: 220px;
	height: 132px;
	margin-right: 20px;
	margin-bottom: 20px;
	transition: all 0.25s;
	cursor:pointer; 
}
.certificate .diploma .diploma-item:hover{
	transition: all 0.25s;
	transform: scale(1.1);
}
.certificate .cooperation{
	padding-bottom: 100px;
}
.certificate .cooperation .cooperation-list{
	display: flex;
	flex-wrap: wrap;
	/* justify-content: center; */
}
.certificate .cooperation .cooperation-item{
	width: 180px;
	height: 90px;
	margin: 0 30px 30px 30px ;
	transition: all 0.25s;
	cursor:pointer; 
}
.certificate .cooperation .cooperation-item:hover{
	transition: all 0.25s;
	transform: scale(1.1);
}
.certificate .title-box{
	margin-top: 90px;
	margin-bottom: 70px;
	display: flex;
	align-items: center;
}
.certificate .title-box .title{
	font-weight: bold;
	font-size: 32px;
	color: #808080;
	padding-right: 30px;
}
.certificate .title-box .xian{
	flex: 1;
	height: 1px;
	background: #EFEFEF;
}

/* 新闻 */
.news{
	padding-top: 100px;
	background-color:#EFEFEF ;
	padding-bottom:50px ;
}
.news .news-title{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news .news-title .title{
	font-weight: bold;
	font-size: 40px;
	color: #808080;
}
.news .news-title .news-more{
	width: 180px;
	height: 40px;
	border-radius: 20px;
	border: 2px solid #FE0000;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:0 20px;
	cursor:pointer; 
	position: relative;
	overflow: hidden;
	z-index: 10;
	transition: all 0.5s;
}
.news .news-title .news-more .news-more-text{
	font-weight: 500;
	font-size: 18px;
	color: #FE0000;
	position: relative;
	z-index: 10;
	transition: all 0.5s;
	flex: 1;
	padding-left: 0;
}
.news .news-title .news-more .dphua{
	width: 0;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #FE0000;
	transition: all 0.5s;
	z-index: 9;
}
.news .news-title .news-more:hover{
	box-shadow:
	  0px 0.9px 3.8px rgba(0, 0, 0, 0.15),
	  0px 7px 30px rgba(0, 0, 0, 0.3)
	;
	transition: all 0.25s;
	transform: scale(1.1);
	
}
.news .news-title .news-more:hover .dphua{
	width: 180px;
	transition: all 0.5s;
	border-radius: 0;
}
.news .news-title .news-more:hover .news-more-text{
	color: #101010;
	transition: all 0.5s;
	padding-left: 30px;
}

.news .news-title .news-more .news-more-icon{
	width: 19px;
	height: auto;
}
.news .news-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 70px;
}
.news .news-list .news-item{
	margin-bottom: 30px;
	transition: all 0.25s;
}
.news .news-list .news-item .news-img:hover{
	box-shadow: 0px 6px 15px 0px rgba(0,0,0,0.2);
	transition: all 0.25s; 
	transform: scale(1.05);
}
.news .news-list .news-item .news-img{
	width: 580px;
	height: 360px;
	border-radius: 10px;
	object-fit: cover;
	transition: all 0.25s;
}
.news .news-list .news-item .news-text{
	width: 580px;
	padding: 30px 20px 30px 20px;
}
.news .news-list .news-item .title{
	font-weight: bold;
	font-size: 16px;
	color: #04070E;
}
.news .news-list .news-item .time{
	font-weight: bold;
	font-size: 16px;
	color: #04070E;
}
.news .news-list .news-item .news-cont{
	font-weight: 400;
	font-size: 14px;
	color: #808080;
	margin-top: 30px;
}

.typewriting {
	width: 100%;
	animation: typingWords 2s steps(9) forwards, cursor 0.5s steps(1) infinite;
	white-space: nowrap;
	overflow: hidden;
	transition: all 0.25s;
	/* border-right: 1px solid #000; */
}

@keyframes typingWords {
	from {
		width: 0;
	}
	to {
		width: 9em;
	}
}

@keyframes cursor {
	50% {
		border-color: transparent;
	}
}


@media only screen and (max-width: 768px) {
	.education{
		padding: 13vw 0;
	}
	.education .title{
		font-size: 4vw;
	}
	.education .content-text{
		font-size: 3vw;
		margin-top: 7vw;
		width: 56vw;
		margin-left:auto;
		margin-right: auto;
	}
	.education .education-table{
		margin-top: 9vw;
		
	}
	.education .education-table .education-table-item{
		width: 33%;
		text-align: center;
		display: inline-block;
	}
	.education .education-table .education-table-item .education-value{
		font-size: 5vw;
	}
	.education .education-table .education-table-item .education-title{
		font-size: 3vw;
	}
	.education .bicc-url{
		margin-top: 9vw;
	}
	.process .process-item{
		flex-direction: column;
		padding-bottom: 14vw;
		padding-top: 13vw;
	}
	.process .process-item .process-img{
		width: 100%;
		height: auto;
		margin-bottom: 7vw;
	}
	.process .process-item .process-text{
		padding-left: 0;
		width: 100%;
	}
	.process .process-item .process-title{
		font-size: 4vw;
		margin: 6vw 0 5vw 0;
	}
	.process .process-item .process-content{
		font-size: 3vw;
	}
	.process .process-item .process-number{
		font-size: 3vw;
		width: 4vw;
		height: 4vw;
	}
	.process .process-item .process-subheading{
		font-size: 3.5vw;
		padding-left:2vw;
	}
	
	.student-table{
		padding-top: 13vw;
		padding-bottom: 13vw;
	}
	.student-table .student-title{
		font-size: 4.5vw;
	}
	.student-table .table-outer{
		border-radius: 3vw;
		margin-top: 7vw;
	}
	.student-table .table-outer .statistics{
		height: 13vw;
		padding: 0 4vw;
		font-size: 3vw;
	}
	.student-table .table-outer .table-row{
		display: flex;
		align-items: center;
		height: 11vw;
		margin-bottom: 1vw;
	}
	.student-table .table-outer .table-row .table-title{
		font-size: 3vw;
		height: 11vw;
		text-align: center;
	}
	.student-table .table-outer .table-row .table-value{
		font-size: 3vw;
		height: 11vw;
		overflow:hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.certificate .diploma .diploma-list{
		justify-content: space-between;
		padding:0 3.5vw;
	}
	.certificate .diploma .diploma-item{
		width: 40vw;
		height: 24vw;
		margin-bottom: 7vw;
		margin-right: 0;
	}
	.certificate .title-box{
		margin-top: 6vw;
		margin-bottom: 7vw;
	}
	.certificate .title-box .title{
		font-size: 4.5vw;
		padding-right: 3vw;
	}
	.certificate .cooperation{
		padding-bottom: 13vw;
	}
	.certificate .cooperation .cooperation-item{
		width: 24vw;
		height: 12vw;
		margin:  0 3.3vw 7vw 3.3vw;
	}
	.news{
		padding-top: 14vw;
		padding-bottom: 6vw;
	}
	.news .news-title .title{
		font-size: 4.5vw;
	}
	.news .news-list{
		padding-top: 8vw;
	}
	.news .news-list .news-item{
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.news .news-title .news-more{
		width: 26vw;
		height: 6vw;
		padding:0 2vw;
	}
	.news .news-title .news-more:hover .dphua{
		width: 26vw;
	}
	.news .news-title .news-more:hover .news-more-text{
		padding-left: 3vw;
	}
	.news .news-title .news-more .news-more-text{
		font-size: 3vw;
	}
	.news .news-list .news-item .news-img{
		width: 100%;
		height: 54vw;
	}
	.news .news-title .news-more .news-more-icon{
		width: 3vw;
	}
	.news .news-list .news-item .news-text{
		width: 87vw;
		padding:4vw 0 0 0;
	}
	.news .news-list .news-item .title{
		font-size: 3.5vw;
	}
	.news .news-list .news-item .time{
		font-size: 3.5vw;
	}
	.news .news-list .news-item .news-cont{
		font-size: 3vw;
		margin-top: 4vw;
	}
}
