* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.content {
	/* min-width: 1200px; */
}

.content .banner {
	/* min-width: 1200px; */
	margin-bottom: 100px;
}

.banner img {
	width: 100%;
}
.introduce{
	padding: 0;
	margin: 0 auto;
	margin-bottom: 100px;
}
.introduce>img{
	width: 100%;
}
.introduce .introduceText{
	background-color: #F5F5F5;
	display: flex;
	padding-bottom: 50px;
	position: relative;
	height: 450px;
	overflow: hidden;
}
.introduce .introduceText .textLeft{
	position: absolute;
	left: -100px;
	top: 50px;
	/* margin-top: 50px; */
	padding-bottom: 30px;
	opacity: 0;
	transition: 1s;
}
.introduce .introduceText .textLeft.scroll{
	left: 0;
	opacity: 1;
	transition: 1s;
}
.introduce .introduceText .textLeft p:nth-child(1){
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	text-align: right;
}
.introduce .introduceText .textLeft p:nth-child(2){
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	text-align: right;
	margin-bottom: 30px;
}
.introduce .introduceText .textLeft .line{
	width: 99px;
	height: 4px;
	background: #141414;
	float: right;
}
.introduce .introduceText .textRight{
	position: absolute;
	top: 50px;
	left: 50%;
	/* margin-top: 50px; */
	margin-left: 10%;
	height: 330px;
	overflow: auto;
	opacity: 0;
	transition: 1s;
}
.introduce .introduceText .textRight.scroll{
	left: 35%;
	opacity: 1;
	transition: 1s;
}
.introduce .introduceText .textRight::-webkit-scrollbar{
	width: 3px;
	height: 1px;
}
.introduce .introduceText .textRight::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background: #9e9e9e;
	box-shadow: inset 0 0 5px rgb(0 122 204);
}
.introduce .introduceText .textRight::-webkit-scrollbar-track{
	border-radius: 10px;
	background: #ededed;
	box-shadow: inset 0 0 5px rgb(0 0 0 / 10%);
}
.introduce .introduceText .textRight p{
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #595757;
	line-height: 26px;
	/* height: 315px; */
	overflow: hidden;
	width: 95%;
}
.technology{
	margin: 0 auto;
	margin-bottom: 100px;
}
.technology>p:nth-child(1){
	font-size: 30px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #000000;
	text-align: center;
	/* margin-top: 50px; */
	opacity: 0;
	transition: 2s;
}
.technology>p:nth-child(1).scroll{
	margin-top: 0;
	opacity: 1;
	transition: 2s;
}
.technology>p:nth-child(2){
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	text-align: center;
	margin: 0  auto;
	margin-bottom: 50px;
	/* margin-top: 50px; */
	opacity: 0;
	transition: 2s;
}
.technology>p:nth-child(2).scroll{
	margin-top: 0;
	opacity: 1;
	transition: 2s;
}
.technology .technologyList{
	display: flex;
	flex-wrap: wrap;
}
.technology .technologyList .left{
	width: 49%;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.technology .technologyList .left img{
	width: 100%;
	transition: .3s;
}
.technology .technologyList .left:hover img{
	filter: blur(3px);
	transform: scale(1.3);
	-ms-transform: scale(1.3);
	transition: .3s;
}
.technology .technologyList .left .leftText{
	position: absolute;
	width: 90%;
	left:5%;
	bottom: -5%;
	opacity: 0;
	transition: 2s;
}
.technology .technologyList .left .leftText.scroll{
	bottom: 0;
	opacity: 1;
	transition: 2s;
}
.technology .technologyList .left .leftText p:nth-child(1){
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 5px;
	/* line-height: 30px; */
}
.technology .technologyList .left .leftText p:nth-child(2){
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 22px;
	opacity: 0.9;
}
.technology .technologyList .left .leftText p:nth-child(3){
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 22px;
	opacity: 0.9;
	height: 111px;
	display: -webkit-box;    
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 15;
	overflow: auto;
	text-align: justify;
}
.technology .technologyList .left .leftText p:nth-child(3)::-webkit-scrollbar{
	width: 1px;
}

.technology .technologyList .right{
	width: 46%;
	margin-left: 40px;
	/* margin: 0 auto; */
}
.technology .technologyList .right .rightTop{
	position: relative;
	margin-bottom: 40px;
	overflow: hidden;
}
.technology .technologyList .right .rightTop img{
	width: 100%;
	height: 100%;
	transition: .3s;
}
.technology .technologyList .right .rightTop:hover img{
	filter: blur(4px);
	transform: scale(1.3);
	-ms-transform: scale(1.3);
	transition: .3s;
}
.technology .technologyList .right .rightTop .topText{
	position: absolute;
	width: 90%;
	top: 25%;
	left: 5%;
	transition: 2s;
	opacity: 0;
}
.technology .technologyList .right.scroll .rightTop .topText{
	top: 15%;
	transition: 2s;
	opacity: 1;
}
.technology .technologyList .right .rightTop .topText p:nth-child(1){
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 5px;
}
.technology .technologyList .right .rightTop .topText p:nth-child(2){
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 22px;
	opacity: 0.9;
}
.technology .technologyList .right .rightBottom{
	display: flex;
	justify-content: space-between;
}
.technology .technologyList .right .rightBottom .item{
	width: 47%;
	position: relative;
	overflow: hidden;
}
.technology .technologyList .right .rightBottom .item img{
	width: 100%;
	transition: .3s;
}
.technology .technologyList .right .rightBottom .item:nth-child(1):hover img{
	filter: blur(4px);
	transform: scale(1.3);
	-ms-transform: scale(1.3);
	transition: .3s;
}
.technology .technologyList .right .rightBottom .item:nth-child(2):hover img{
	filter: blur(4px);
	transform: scale(1.3);
	-ms-transform: scale(1.3);
	transition: .3s;
}
.technology .technologyList .right .rightBottom .item .itemText{
	position: absolute;
	width: 100%;
	top: 25%;
	left: 5%;
	opacity: 0;
	transition: 2s;
}
.technology .technologyList .right.scroll .rightBottom .item .itemText{
	top: 15%;
	opacity: 1;
	transition: 2s;
}
.technology .technologyList .right .rightBottom .item .itemText p:nth-child(1){
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 5px;
}
.technology .technologyList .right .rightBottom .item .itemText p:nth-child(2){
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 22px;
	opacity: 0.9;
}
.culture{
	margin: 0 auto;
	margin-bottom: 100px;
	height: 320px;
	position: relative;
}
.culture>p{
	font-size: 30px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #000000;
	text-align: center;
	margin-bottom: 20px;
}
.culture .cultureList{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	height: 250px;
}
.culture .cultureList .item{
	width: 12%;
	margin-top: 50px;
	opacity: 0;
	transition: 1s;
}
.culture .cultureList .item:nth-child(1).scroll{
	margin-top: 0;
	opacity: 1;
	transition: 1s;
}
.culture .cultureList .item:nth-child(2).scroll{
	margin-top: 0;
	opacity: 1;
	transition: 1s;
	transition-delay: .25s;
}
.culture .cultureList .item:nth-child(3).scroll{
	margin-top: 0;
	opacity: 1;
	transition: 1s;
	transition-delay: .5s;
}
.culture .cultureList .item:nth-child(4).scroll{
	margin-top: 0;
	opacity: 1;
	transition: 1s;
	transition-delay: .75s;
}
.culture .cultureList .item:nth-child(5).scroll{
	margin-top: 0;
	opacity: 1;
	transition: 1s;
	transition-delay: 1s;
}
.culture .cultureList .item:nth-child(6).scroll{
	margin-top: 0;
	opacity: 1;
	transition: 1s;
	transition-delay: 1.25s;
}
.culture .cultureList .item:nth-child(7).scroll{
	margin-top: 0;
	opacity: 1;
	transition: 1s;
	transition-delay: 1.5s;
}
.culture .cultureList .item .img{
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
	overflow: hidden;
	cursor: pointer;
}
.culture .cultureList .item.active .img{
	text-indent: -57px;
}
.culture .cultureList .item .img img{
	width: 60px;
	height: 60px;
}
.culture .cultureList .item.active .img img{
	filter: drop-shadow(57px 0px #5E92CB);
}
.culture .cultureList .item p:nth-child(2){
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	text-align: center;
	margin-bottom: 20px;
}
.culture .cultureList .item .line{
	width: 20px;
	height:1px;
	background-color: #333333;
	margin: 0 auto;
	margin-bottom: 20px;
}
.culture .cultureList .item p:nth-child(4){
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 22px;
	width: 90%;
	display: block;
	margin: 0 auto;
	text-align: justify;
}
.course{
	background-color: #f5f5f5;
	padding-top: 50px;
	padding-bottom: 100px;
}
.course>p{
	font-size: 30px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #000000;
	text-align: center;
	margin-bottom: 100px;
}
.course .line{
	width: 100%;
	height: 1px;
	background-color: #999999;
}
.courseSwiper{
	position: relative;
	margin-top: -8px;
}
.course .swiper-slide{
	display: flex;
}
.course .swiper-slide .item{
	width: 25%;
	margin: 0 auto;
	cursor: pointer;
}
.course .swiper-slide .item .img{
	margin-left: 30px;
	margin-bottom: 10px;
}
.course .swiper-slide .item .img img{
	width: 14px;
	height: 28px;
}

.course .swiper-slide .item p:nth-child(2){
	font-size: 30px;
	font-family: Microsoft YaHei;
	font-weight: 500;
	color: #999999;
}
.course .swiper-slide .item.active p:nth-child(2){
	font-size: 30px;
	font-family: Microsoft YaHei;
	/*font-weight: bold;*/
	/*color: #000000;*/
}
.course .swiper-slide .item p:nth-child(3){
	width: 90%;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 25px;
	height: 80px;
	display: -webkit-box;    
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 23;
	overflow: auto;
	margin-bottom: 20px;
}
.course .swiper-slide .item p:nth-child(3)::-webkit-scrollbar{
	width: 1px;
}
.course .swiper-slide .item .Img:nth-child(4){
	width: 90%;
	overflow: hidden;
	/* filter: grayscale(100%); */
}
.course .swiper-slide .item .Img:nth-child(4) img{
	width: 100%;
}
.course .swiper-slide .item.active>.Img:nth-child(4){
	/* filter: grayscale(0%); */
}
.course .swiper-slide .item.active>.Img:nth-child(4) img{
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	transition: 1s;
}
.course .swiper-button-prev::after{
	display: none;
}
.course .swiper-button-next::after{
	display: none;
}
.course .swiper-button-prev{
	top: 2%;
	left: -35px;
}

.course .swiper-button-next{
	top: 2%;
	right: -35px;
}
.course .swiper-button-prev:focus{
	 outline: none;
 }
.course .swiper-button-next:focus{
	outline: none;
}

.honor{
	padding: 0;
	position: relative;
}
.honor>img{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.honor>p{
	font-size:30px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 53px;
	text-align: center;
	padding-top: 70px;
	margin-bottom: 100px;
}
.honorSwiper{
	position: relative;
	width: 80%;
	margin: 0 auto;
}
.honorSwiper .swiper-slide .item{
	width: 99.99%;
	display: flex;
}
.honorSwiper .swiper-slide .item .left{
	background-color: white;
	margin-top: 40px;
	padding-top: 50px;
	width: 55%;
}
.honorSwiper .swiper-slide .item .left p{
	width: 85%;
	display: block;
	margin: 0 auto;
	font-size: 14px;
	font-family: Source Han Sans CN;
	line-height: 30px;
}
.honorSwiper .swiper-slide .item .left p:nth-child(1){
	font-size: 18px;
	font-weight: 600;
	font-family: Source Han Sans CN;
	line-height: 40px;
}
/* .honorSwiper .swiper-slide .item .left p:nth-child(2){
	font-size: 16px;
	font-family: Source Han Sans CN;
	line-height: 30px;
} */
.honorSwiper .swiper-slide .item .right{
	background: #F5F5F5;
	padding: 20px;
	width: 45%;
}
.honorSwiper .swiper-slide .item .right img{
	width: 100%;

}
.honorSwiper .swiper-button-prev::after{
	display: none;
}
.honorSwiper .swiper-button-next::after{
	display: none;
}
.honorSwiper .swiper-button-prev{
	top: 65%;
	left: -35px;
	border: none;
	outline: none;
}
.honorSwiper .swiper-button-prev img{
	display: block;
	border: none;
	outline: none;
}
.honorSwiper .swiper-button-prev img:hover{
	filter: brightness(0);
}
.honorSwiper .swiper-button-next{
	top: 77%;
	right: 0;
	left: -35px;
	border: none;
	outline: none;
}
.honorSwiper .swiper-button-next img{
	display: block;
	border: none;
	outline: none;
}
.honorSwiper .swiper-button-next img:hover{
	filter: brightness(0);
}


.logo {
	/* min-width: 1200px;
	height: 400px; */
	background-color: #f5f5f5;
	padding-top: 50px;
	padding-bottom: 50px;
}

.logo>p {
	font-size: 30px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #000000;
	text-align: center;
	margin-bottom: 100px;
}

.logoSwiper {
	/* width: 1200px; */
	margin: 0 auto;
	margin-top: 50px;
	opacity: 0;
	transition: 1s;
}
.logoSwiper.scroll{
	margin-top: 0;
	opacity: 1;
	transition: 1s;
}

.logoSwiper .swiper-slide {
	/* width: 1200px; */
}

.logoSwiper .swiper-slide .logoList {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: space-between; */
}

.logoSwiper .swiper-slide .logoList img {
	/* display: block; */
	margin: 0 auto;
	/* transition: 1s; */
	filter: grayscale(100%);
}
.logoSwiper .swiper-slide .logoList img:hover{
	filter: grayscale(0%);
	transform: scale(1.1);
}

.logoSwiper .swiper-pagination {
	position: relative;
	margin-top: 50px;
}

.logoSwiper .swiper-pagination .swiper-pagination-bullet {
	width: 68px;
	height: 4px;
	opacity: 0.6;
	background-color: #C9CACA;
	border-radius: 0;
	margin: 0 10px;
	border: none;
	outline: none;
}

.logoSwiper .swiper-pagination .swiper-pagination-bullet-active {
	background-color: #B5B5B6;
	opacity: 1;
	border: none;
	outline: none;
}

@media screen and (max-width: 998px){
	.introduce .introduceText .textLeft{
		width: 40%;
	}
	.technology .technologyList .left{
		width: 75%;
		margin-bottom: 40px;
	}

	.technology .technologyList .right{
		width: 75%;
		margin-right: 0px;
		margin: 0 auto;
	}
	.technology .technologyList .left img{
		height: 400px;
	}

	.technology .technologyList .right .rightTop .topText p:nth-child(1) {
		font-size: 22px;
		font-family: Microsoft YaHei;
		font-weight: bold;
		color: #FFFFFF;
		margin-bottom: 5px;
	}
	.technology .technologyList .right .rightTop .topText p:nth-child(2){
		height: 48px;
		overflow: auto;
	}
	.technology .technologyList .right .rightTop .topText p:nth-child(2)::-webkit-scrollbar{
		width: 1px;
	}
	.technology .technologyList .right .rightBottom .item .itemText{
		width: 90%;
	}

	.technology .technologyList .right .rightBottom .item .itemText p:nth-child(1) {
		font-size: 18px;
		font-family: Microsoft YaHei;
		font-weight: bold;
		color: #FFFFFF;
		margin-bottom: -2px;
	}
	.technology .technologyList .right .rightBottom .item .itemText p:nth-child(2) {
		font-size: 14px;
		font-family: Source Han Sans CN;
		font-weight: 400;
		color: #FFFFFF;
		line-height: 22px;
		opacity: 0.9;
		text-align: justify;
		height: 66px;
		overflow: auto;
	}
	.technology .technologyList .right .rightBottom .item .itemText p:nth-child(2)::-webkit-scrollbar{
		width: 1px;
	}
	.technology .technologyList .right .rightTop  img{
		height: 185px;
	}
	.technology .technologyList .right .rightBottom .item img{
		height: 175px;
	}
	.culture{
		max-width: none!important;
		height: auto;
	}
	.course .swiper-button-prev {
		top: 2%;
		left: 0%;
	}
	.course .swiper-button-next {
		top: 2%;
		right: 1%;
	}
	.culture .cultureList {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		top: 100px;
		left: 1%;
		width: 98%;
		/*height: 250px;*/
		height: auto;
		flex-wrap: wrap;
	}
	.culture .cultureList .item{
		width: 25%;
	}
	.culture .cultureList .item .img{
		width: 50px;
	}
	.culture .cultureList .item .img img{
		width: 50px;
	}
	.culture .cultureList .item p:nth-child(2) {
		font-size: 1px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #333333;
		text-align: center;
		margin-bottom: 20px;
		/* height: 54px; */
		transform: scale(0.7);
	}
	.course .swiper-slide .item p:nth-child(3) {
		width: 100%;
		font-size: 12px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #666666;
		line-height: 25px;
		height: 70px;
		display: -webkit-box;
		/* -webkit-box-orient: vertical; */
		/* -webkit-line-clamp: 3; */
		/* overflow: hidden; */
		margin-bottom: 20px;
		overflow: auto;
		transform: scale(0.9);
	}
	.honor>img{
		height: 400px;
	}
}