.banners video{
	width: 100%;
/* 	background: #000; */
}
.banners .swiper-slide{
	position: relative;
}
.banners .swiper-slide .txt{
	position: absolute;
	width: 60%;
	left:0;
	right:0;
	margin:0 auto;
	top:50%;
	transform: translateY(-50%);
	font-size:48px;
	color:#fff;
	text-align: center;
}
.index .box1{
	margin-bottom: 80px;
}
.index .box1 .title{
	font-size: 36px;
	color: #007c4d;
	text-align: center;
	padding:90px 0 57px 0;
}
.index .box1 .intro{
	font-size: 20px;
	color: #05141e;
	text-align: justify;
	line-height: 36px;
}
.index .box1 .more{
	font-size: 18px;
	color: #05141e;
	display: block;
	margin:44px auto 70px;
	text-align: center;
}
.index .box1 .more:hover{
	text-decoration:underline;
}
.index .box2 .lists{
	text-align: center;
	margin-top:13px;
	overflow: hidden;
	padding:0 10%;
}
.index .box2 .lists dl{
	float:left;
	width:25%;
	padding-top:46px;
}
.index .box2 .lists dl dt{
	width: 90px;
	height: 90px;
	background-color: #409b7f;
	border-radius: 50%;
	transition: all .6s;
	margin:0 auto;
}
.index .box2 .lists dl dt img{
	width:100%;
	height: 100%;
}
.index .box2 .lists dl dd{
	color: #919398;
	font-size: 24px;
	text-align: center;
	margin-top:14px;
}
.index .box2 .lists dl a{
	display: block;
}
.index .box2 .lists dl:hover dt{
	background-color: #006a49;
}
.index .box3{
	margin-top:97px;
}
.index .box3 .lists{
	margin-top:29px;
	padding:0 10%;
}
.index .box3 .lists dl{
	float:left;
	width:32%;
	padding-top:32%;
	margin-right:2%;
	margin-top:30px;
	position: relative;
}
.index .box3 .lists dl:nth-child(3n){
	margin-right:0;
}
.index .box3 .lists dl dt{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height: 100%;
	z-index: 1;
}
.index .box3 .lists dl dt img{
	width:100%;
	height: 100%;
	border-radius: 12px;
	object-fit: cover;
}
.index .box3 .lists dl dd{
	position: absolute;
	width:100%;
	height: 100%;
	left:0;
	top:0;
	border-radius: 12px;
	padding:20px 25px;
	transition: all .6s;
	z-index: 2;
}
.index .box3 .lists dl dd .y{
	font-size: 48px;
	color: #ffffff;
}
.index .box3 .lists dl dd .y i{
	font-size: 36px;
	font-style: normal;
	margin-left: 10px;
}
.index .box3 .lists dl dd .txt{
	font-size: 15px;
	color: #feffff;
	line-height: 21px;
	text-align: justify;
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 4; 
	overflow: hidden;
	display: none;
}
.index .box3 .lists dl dd .txt p{
	margin:10px 0;
}
.index .box3 .lists dl dd .clearfloat{
	position: absolute;
	width:85%;
	bottom:23px;
}
.index .box3 .lists dl dd .age{
	font-size: 18px;
	color: #05141e;
	padding:0 9px;
	height: 32px;
	line-height: 32px;
	border-radius: 6px;
	background-color: #ffffff;
	text-align: center;
}
.index .box3 .lists dl dd .more{
	font-size: 18px;
	color: #fff;
	line-height: 32px;
	text-decoration: underline;
	display: none;
}
.index .box3 .lists dl:hover dd{
	background:rgba(0,0,0,.4);
}
.index .box3 .lists dl:hover .more{
	display: block;
}
.index .box3 .lists dl:hover .txt{
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 4; 
	overflow: hidden;
}
.index .box3 .lists .check{
	width:32%;
	padding-top:32%;
	border-radius: 12px;
	border: solid 1px #05141e;
	float:left;
	margin-top:30px;
	text-align: center;
	position: relative;
}
.index .box3 .lists .check a{
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	top:50%;
	transform: translateY(-50%);
}
.index .box3 .lists .txt1{
	font-size: 27px;
	color: #05141e;
	display: block;
}
.index .box3 .lists .txt2{
	font-size: 18px;
	color: #05141e;
	display: block;
	text-decoration: underline;
	margin-top:73px;
}
.index .box4{
	margin:90px 0 45px 0;
}
.index .box4 .cnt{
	margin-top:59px;
}
.index .box4 .cnt .roundImg{
	margin-top:48px;
	max-width: 493px;
}
.index .box4 .cnt .txt{
	width:640px;
}
.index .box4 .cnt .txt .item{
	margin-bottom: 25px;
}
.index .box4 .cnt .txt .item .left{
	width:10%;
	font-size: 72px;
	color: #008050;
	margin-top:-15px;
}
.index .box4 .cnt .txt .item .right{
	width:90%;
}
.index .box4 .cnt .txt .item h3{
	font-size: 22px;
	color: #05141e;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.index .box4 .cnt .txt .item h3 i{
	font-style: normal;
	margin:0 5px;
}
.index .box4 .cnt .txt .item h3 .line{
	font-size:20px;
	vertical-align: top;
}
.index .box4 .cnt .txt .item p{
	font-size: 20px;
	color: #05141e;
	line-height: 24px;
	margin-top:12px;
}
.index .box5{
	margin-bottom: 89px;
}
.index .box6 .dls{
    display: flex;
    justify-content:space-between;
    margin-top: 62px;
	padding:0 8%;
}
.index .box6 .dls dl{
    width:20%;
    position: relative;
}
.index .box6 .dls dl dd{
    font-size:24px;
    color: #05141e;
    text-align: center;
    margin-top: 27px;
}
.index .box6 .dls dl dt{
    font-size:38px;
    color:#fff;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    width:92px;
    height: 92px;
    background: #8CC6B0;
    padding:16px;  
}
.index .box6 .dls dl:after{
    content: '';
    position: absolute;
    width:36%;
    height: 1px;
    background:url(../images/index_dashed.png) no-repeat;
    background-size:100% 100%;
    top:45px;
    left:-18%;
}
.index .box6 .dls dl:nth-child(1):after{
    display: none
}
.index .box6 .dls dl dt span{
    width:60px;
    height: 60px;
    line-height: 60px;
    background: #008050;
    border-radius: 50%;
    display: block;
}
.index .box7{
	margin:0 0 89px 0;
}
.index .box7 .in{
	padding:0 10%;
}
.index .box7 .bigImg{
	width:100%;
	position: relative;
	margin-top:60px;
	border-radius: 12px;
	overflow: hidden;
}
.index .box7 .bigImg img{
	width:100%;
}
.index .box7 .bigImg a{
	display: block;
}
.index .box7 .bigImg span{
	position: absolute;
	width:100%;
	height: 100%;
	left:0;
	top:0;
	background:rgba(0,0,0,.4);
	font-size: 18px;
	color:#fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: underline;
}
.index .box7 .smallImg dl{
	width:32%;
	padding-top:32%;
	margin-right:2%;
	float: left;
	position: relative;
	margin-top: 30px;
}
.index .box7 .smallImg dt{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height: 100%;
}
.index .box7 .smallImg dl:nth-child(3n){
	margin-right:0;
}
.index .box7 .smallImg dl dt img{
	border-radius: 12px;
	width:100%;
	height: 100%;
	object-fit: cover;
}
.index .box7 .smallImg dd{
	position: absolute;
	left:0;
	bottom: 0;
	width:100%;
	font-size: 32px;
	color: #ffffff;
	padding:23px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.index .box7 .smallImg dd span{
	display: block;
}
.index .box8{
	margin-bottom: 90px;
}
.index .box8 .lists{
	margin-top:30px;
}

.index .box8 .lists dl{
	width:380px;
	height: 214px;
	border-radius: 12px;
	float:left;
	margin-right:30px;
	margin-top:30px;
	position: relative;
	overflow: hidden;
}
.index .box8 .lists dl dt{
	height: 214px;
}
.index .box8 .lists dl dt img{
	width:100%;
	height: 100%;
	object-fit: cover;
}
.index .box8 .lists dl:nth-child(3n){
	margin-right:0;
}
.index .box8 .lists dl dd{
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
	font-size: 21px;
	color: #ffffff;
	padding:0 15px;
	height: 48px;
	line-height: 48px;
	background:rgba(0,0,0,.4);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}
.index .box8 .lists dl a{
	display: block;
}
.index .box8 .lists .more{
	width:380px;
	height: 214px;
	border-radius: 12px;
	float:left;
	margin-top:30px;
	border: solid 1px #05141e;
	font-size: 18px;
	color: #05141e;
}
.index .box8 .lists .more a{
	display: block;
	width:100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: underline;
}
.phoneBanner{
	display: none;
	position: relative;
}
.phoneBanner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.phoneBanner .txt{
	position: absolute;
	left:0;
	right:0;
	width:80%;
	margin:0 auto;
	font-size:30px;
	color:#fff;
	top:50%;
	transform: translateY(-50%);
	text-align: center;
	font-weight: bold;
}
.phoneBanner .swiper-container{
	height: 100%;
}

@media screen and (max-width: 1400px){
	.index .box1 .title{
		font-size:24px;
		padding:60px 0 40px 0;
	}
	.index .box1 .intro,.index .box1 .more{
		font-size:16px;
	}
	.index .course dl dd .apply{
		font-size:14px;
	}
	.index .box2 .lists dl dd{
		font-size:18px;
	}
	.index .box3 .lists dl dd .age,.index .box3 .lists dl dd .more,.index .box3 .lists .txt2{
		font-size:16px;
	}
	.index .box3 .lists .txt1{
		font-size:18px;
	}
	.index .box4 .cnt .txt .item h3{
		font-size:18px;
	}
	.index .box4 .cnt .txt .item p{
		font-size:16px;
		margin-top:6px;
	}
	.index .box4 .cnt .txt .item .left{
		font-size:50px;
	}
	.index .box6 .dls dl dd{
		font-size:18px;
	}
	.index .box7 .smallImg dd{
		font-size:24px;
	}
	.pub-dynamic .txt-news-nav .item{
		font-size:18px;
	}
	.pub-dynamic .txt-news-list{
		font-size:16px;
	}
	.index .box8 .lists dl dd,.index .box8 .lists .more{
		font-size:16px;
	}
}


@media screen and (max-width: 768px){
	.index .box1 .title{
		font-size:20px;
		padding:45px 0 30px 0;
		font-weight: bold;
	}
	.index .box1 .intro{
		font-size:12px;
		line-height: 28px;
	}
	.index .box1 .more{
		font-size:14px;
		margin:20px 0 30px 0;
	}
	.index .box1{
		margin-bottom: 50px;
	}
	.index .box2 .lists dl{
		width:25%;
		padding-top:20px;
		margin:0;
	}
	.index .box2 .lists dl dt{
		width:60px;
		height: 60px;
		margin:0 auto;
	}
	.index .box2 .lists dl dd{
		font-size:14px;
		height: 19px;
		line-height: 19px;
	}
	.index .box3{
		margin-top:30px;
	}
	.index .box3 .lists{
		margin-top:0;
		padding:0;
	}
	.index .box3 .lists dl{
		width:100%;
		padding-top:100%;
		float:inherit;
		margin-right:0;
		margin-top:15px;
	}
	.index .box3 .lists .check{
		width:100%;
		padding-top:100%;
		height: auto;
		margin-top:15px;
	}
	.index .box3 .lists .txt1{
		font-size:20px;
		font-weight: bold;
	}
	.index .box3 .lists .txt2{
		font-size:14px;
		margin-top:15px;
	}
	.index .box4{
		margin:30px 0;
	}
	.index .box4 .cnt .roundImg{
		float: inherit;
		margin-top:0;
	}
	.index .box4 .cnt .roundImg img{
		width:100%;
	}
	.index .box4 .cnt{
		margin-top:30px;
	}
	.index .box4 .cnt .txt{
		width:100%;
		float: inherit;
		margin-top:30px;
	}
	.index .box4 .cnt .txt .item{
		margin-bottom: 15px;
	}
	.index .box4 .cnt .txt .item .left{
		font-size:54px;
		width:13%;
	}
	.index .box4 .cnt .txt .item .right{
		width:87%;
	}
	.index .box4 .cnt .txt .item h3{
		font-size:16px;
		font-weight: bold;
	}
	.index .box4 .cnt .txt .item h3 .line{
		font-size:14px;
		display: inline-block;
		margin-top:5px;
	}
	.index .box4 .cnt .txt .item p{
		font-size:14px;
		margin-top:5px;
	}
	.index .box4 .cnt .txt .item h3 i{
		margin:0;
	}
	.index .box6 .in.width1200{
		padding: 0;
	}
	.index .box6 .dls{
		padding:0;
	}
	.index .box6 .dls dl{
		width:19%;
	}
	.index .box6 .dls dl:nth-child(3){
		width:24%;
	}
	.index .box6 .dls dl dd{
		font-size:12px;
		font-weight: bold;
	}
	.index .box6 .dls dl dt{
		font-size:19px;
		width:46px;
		height: 46px;
		padding:8px;
	}
	.index .box6 .dls dl dt span{
		width:30px;
		height: 30px;
		line-height: 30px;
	}
	.index .box6 .dls dl:after{
		top:22.5px;
		width:23%;
		left: -12%;
	}
	.index .box6 .dls dl:nth-child(3):after{
		left:-5%;
	}
	.index .box6 .dls dl:nth-child(4):after{
		left:-17%;
	}
	.index .box6 .dls{
		margin-top: 30px;
	}
	.index .box5{
		margin-bottom: 50px;
	}
	.index .box7{
		margin:30px 0;
	}
	.index .box7 .bigImg{
		margin-top:30px;
	}
	.index .box7 .bigImg span{
		font-size:14px;
	}
	.index .box7 .smallImg dl{
		margin-top:15px;
	}
	.index .box7 .smallImg dt{
		height: 125px;
	}
	.index .box7 .smallImg dd{
		font-size:14px;
		padding:12px;
	}
	.index .box7 .smallImg dd span{
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
	.index .box8 .lists dl{
		margin-top:15px;
		float:inherit;
		margin-right:0;
	}
	.index .box8 .lists dl{
		height: 160px;
	}
	.index .box8 .lists dl dt{
		height: 160px;
	}
	.index .box8 .lists dl dd{
		font-size:14px;
		height: 40px;
		line-height: 40px;
	}
	.index .box8 .lists .more{
		width:100%;
		float:inherit;
		margin-top:15px;
		height: auto;
		font-size:14px;
		padding:30px 0;
	}
	.index .box8 .lists dl{
		width:100%;
	}
	.index .box3 .lists dl dd .txt{
		height: 215px;
	}
	.public-title{
		font-size: 18px !important;
	}
	.pub-dynamic .txt-news-nav .item{
		font-size:12px;
	}
	.banners{
		display: none;
	}
	.phoneBanner{
		display: block;
	}
	.index .box2 .lists{
		padding:0;
	}
	.index .box7 .in{
		padding:0;
	}
}