
#nav{
	width: 100%;
	height: 100px;
	/* border: 1px solid black; */
	display: flex;
	background: #0176cf;
}

#navLeft{
	width: 30%;
	height: 100px;
	/* border: 1px solid black; */
	display: flex;
	justify-content: space-around;
}
#navLeft>img{
	width: 236px;
	height: 100px;
	/* border: 1px solid black; */
	margin: 0 auto;
}
#navRight{
	width: 70%;
	height: 100px;
	/* border: 1px solid black; */
}
#navRight>ul{
	height: 100px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
#navRight>ul>li{
	line-height: 40px;
}
#navRight>ul>li:hover{
	border-radius: 10px;
	border-bottom: 3px solid white;
	 -webkit-transition: all .5s;
}
#navRight>ul>li>a{
	color: white;
	font-size: 18px;
	text-decoration: none;
}
.img-dl{
	width: 30px;
	height: 30px;
	margin-right: 10px;
	margin-top: 5px;
}
.imgli{
	display: flex;
	justify-content: space-between;
	padding: 0px 10px;
}

@media screen and (max-width:940px) and (min-width:300px){
	
	#nav{display: none;}
	
	#banner>img{
		width: 100%;
		height: 150px;
	}
	
	
	
}
#title1{
	width: 100%;
	height: 80px;
	/* border: 1px solid black; */
	padding-top: 30px;
	display: flex;
	justify-content: space-around;
}
#title1>img{
	width: 270px;
	margin: 0 auto;
}
/* age */
#age{
	width: 100%;
	height: auto;
	background: #f5fefe;
	padding-bottom: 50px;
}
#agebox{
	width: 100%;
	height: auto;
	/* border: 1px solid black; */
	margin-top: 30px;
}
.tabT>ul{
	width: 70%;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.tabT>ul>li{
	padding: 0px 10px;
	height: 56px;
	border: 1px solid #2cb3e8;
	text-align: center;
	line-height: 56px;
	font-size: 21px;
	color: #2cb3e8;
	border-radius: 28px;
	margin-right: 38px;
	transition: all .3s ease;
	cursor: pointer;
	box-sizing: border-box;
}
.change{
	background:#187ec4;
	color: white !important;
}
.tabList{
	width: 100%;
	height: auto;
	/* border: 1px solid black; */
	display: none;
	margin-top: 30px;
}
/* .tabT>ul>li:first-Child{
	background:#187ec4;
	color: white;
} */
.tabList:first-Child{
	display: block;
}
.ageList{
	width: 100%;
	height: 90px;
	background: #3591d8;
}
.ageList:nth-child(2n+1){
	background: #015ba7;
}
#tabB-time{
	height: 75px;
	overflow: hidden;
	background: #005da5;
	font-size: 22px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.time-icon{
	color: white;
    margin-left: 45px;
    padding-left: 40px;
    background: url(../img/rili.png) no-repeat 0;
    background-size: 27px;
	float: left;
}
.href-a{
	float: right;
	margin-right: 30px;
	border-radius: 30px;
	padding: 10px 20px;
	background: #3591d8;
	color: white;
	font-weight: 500;
	font-size: 20px;
}
.chile{
	width: 100%;
	height: 75px;
	overflow: hidden;
	background: #1779c6;
	line-height: 75px;
	font-size: 22px;
	font-weight: 700;
	text-align: left;
	color: white;
}
.chile-time{
	    margin-left: 100px;
	    width: 300px;
		float: left;
}
.chile-tit{
	float: left;
}

.ageList-time{
	color: white;
	margin-left: 100px;
    width: 280px;
    line-height: 90px;
    padding-left: 22px;
    background: url(../img/time.png) no-repeat 0;
    background-size: 17px;
    font-weight: 700;
	float: left;
	font-size: 18px;
}
.ageList-tit{
	color: white;
	height: 90px;
	line-height: 90px;
	float: left;
	font-size: 18px;
}
@media screen and (max-width:940px) and (min-width:300px){
	
	
	#age{
		width: 100%;
		height: auto;
		background: #f5fefe;
		padding-bottom: 50px;
	}
	#agebox{
		width: 100%;
		height: auto;
		/* border: 1px solid black; */
		margin-top: 30px;
	}
	.tabT>ul{
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-evenly;
	}
	.tabT>ul>li{
		padding: 0px 5px;
		height: 30px;
		border: 1px solid #2cb3e8;
		text-align: center;
		line-height: 30px;
		font-size: 12px;
		color: #2cb3e8;
		border-radius: 28px;
		margin-right: 0px;
		transition: all .3s ease;
		cursor: pointer;
		box-sizing: border-box;
	}
	.change{
		background:#187ec4;
		color: white !important;
	}
	.tabList{
		width: 100%;
		height: auto;
		/* border: 1px solid black; */
		display: none;
		margin-top: 30px;
	}
	/* .tabT>ul>li:first-Child{
		background:#187ec4;
		color: white;
	} */
	.tabList:first-Child{
		display: block;
	}
	.ageList{
		width: 100%;
		height: 90px;
		background: #3591d8;
	}
	.ageList:nth-child(2n+1){
		background: #015ba7;
	}
	#tabB-time{
		height: 75px;
		overflow: hidden;
		background: #005da5;
		font-size: 14px;
		font-weight: 700;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.time-icon{
		color: white;
	    margin-left: 3px;
	    padding-left: 30px;
	    background: url(../img/rili.png) no-repeat 0;
	    background-size: 22px;
		float: left;
	}
	.href-a{
		float: right;
		margin-right: 0px;
		border-radius: 30px;
		padding: 3px 3px;
		background: #3591d8;
		color: white;
		font-weight: 500;
		font-size: 16px;
	}
	.chile{
		width: 100%;
		height: 55px;
		overflow: hidden;
		background: #1779c6;
		line-height: 55px;
		font-size: 18px;
		font-weight: 600;
		text-align: left;
		color: white;
	}
	.chile-time{
		    margin-left: 10px;
		    width: 150px;
			float: left;
	}
	.chile-tit{
		float: left;
	}
	
	.ageList-time{
		color: white;
		margin-left: 10px;
	    width: 130px;
	    line-height: 90px;
	    padding-left: 22px;
	    background: url(../img/time.png) no-repeat 0;
	    background-size: 17px;
	    font-weight: 700;
		float: left;
		font-size: 12px;
	}
	.ageList-tit{
		width: 130px;
		color: white;
		height: 90px;
		line-height: 90px;
		float: left;
		font-size: 12px;
		white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
	}
	
	
	
}
/* title */
#dellTitle{
	text-align: center;
	padding-top: 50px;
	display: flex;
	justify-content: space-around;
}
#dellTitle>div>span{
	    display: block;
	    float: left;
	    margin: 0 27px;
		font-size: 28px;
		font-weight: 600;
}
#dellTitle>div>i{
	    display: block;
	    float: left;
	    width: 31px;
	    height: 30px;
	    background: url(../img/lin.png) no-repeat 50%;
	    background-size: contain;
}
#Dell-hr{
	    width: 280px;
	    margin: 20px auto 0;
	    height: 2px;
	    background: linear-gradient(297deg,hsla(0,0%,100%,0),#0076ce 54%,hsla(0,0%,100%,0));
}

@media screen and (max-width:940px) and (min-width:300px){
	
	
	#dellTitle{
		text-align: center;
		padding-top: 30px;
		display: flex;
		justify-content: space-around;
	}
	#dellTitle>div>span{
		    display: block;
		    float: left;
		    margin: 0 5px;
			font-size: 14px;
			font-weight: 600;
	}
	#dellTitle>div>i{
		    display: block;
		    float: left;
		    width: 31px;
		    height: 30px;
		    background: url(../img/lin.png) no-repeat 10%;
		    background-size: 60%;
	}
	#Dell-hr{
		    width: 280px;
		    margin: 20px auto 0;
		    height: 2px;
		    background: linear-gradient(297deg,hsla(0,0%,100%,0),#0076ce 54%,hsla(0,0%,100%,0));
	}
	
	
}







#conference{
	width: 100%;
	height: auto;
	background-color: #f6fdfd;
	box-sizing: border-box;
	margin-top: -10px;
	padding-bottom: 50px;
}

.conferenceList{
	width: 100%;
	height: auto;
	/* border: 1px solid black; */
	margin: 30px auto 0;
	    font-size: 18px;
	    color: #565656;
	    text-align: left;
	    line-height: 25px;
}
.conferenceList>p{
	margin-bottom: 10px;
	    text-indent: 32px;
}


#video{
	width: 100%;
	height: auto;
	/* border: 1px solid black; */
	box-sizing: border-box;
	background: #f5fefe;
	padding-bottom: 30px;
}
.videoList{
	width: 100%;
	height: auto;
	/* border: 1px solid black; */
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	padding-bottom: 20px;
}
.videoImg1{
	width: 49%;
	height: 320px;
	border-radius: 10px;
}
.videoImg1>a>img{
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.videoImg2{
	width: 49%;
	height: 320px;
}
.videoImg2>a>img{
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
@media screen and (max-width:940px) and (min-width:300px){
	.videoList{
		width: 100%;
		/* border: 1px solid black; */
		display: flex;
		justify-content: space-between;
		margin-top: 30px;
		flex-wrap: wrap;
	}
	.videoImg1{
		width: 100%;
		height: 220px;
		border-radius: 10px;
	}
	.videoImg1>a>img{
		width: 100%;
		height: 100%;
		border-radius: 10px;
	}
	.videoImg2{
		width: 100%;
		height: 220px;
		margin-top: 20px;
	}
	.videoImg2>a>img{
		width: 100%;
		height: 100%;
		border-radius: 10px;
	}
	
}
.videoList2{
	width: 100%;
	height: auto;
	/* border: 1px solid black; */
	display: flex;
	justify-content: space-between;
}
.videoImg3{
	width: 32%;
	height: 200px;
}
.videoImg3>a>img{
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.videoImg4{
	width: 32%;
	height: 200px;
}
.videoImg4>a>img{
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.videoImg5{
	width: 32%;
	height: 200px;
}
.videoImg5>a>img{
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
@media screen and (max-width:940px) and (min-width:300px){
	.videoList2{
		width: 100%;
		height: auto;
		/* border: 1px solid black; */
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.videoImg3{
		width: 100%;
		height: 200px;
	}
	.videoImg3>a>img{
		width: 100%;
		height: 100%;
		border-radius: 10px;
	}
	.videoImg4{
		width: 100%;
		height: 200px;
		margin-top: 20px;
	}
	.videoImg4>a>img{
		width: 100%;
		height: 100%;
		border-radius: 10px;
	}
	.videoImg5{
		width: 100%;
		height: 200px;
		margin-top: 20px;
	}
	.videoImg5>a>img{
		width: 100%;
		height: 100%;
		border-radius: 10px;
	}
	
}

#cont{
	width: 100%;
	height: auto;
	padding-bottom: 30px;
	/* border: 1px solid black; */
}
.contList{
	width: 100%;
	height: 350px;
	/* border: 1px solid black; */
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.contList1{
	width: 49%;
	/* border: 1px solid black; */
	background: url(../img/coun1.png) no-repeat 50%;
	background-size: 100% 100%;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	transition: all .9s ease;
}
.contList1:hover{
	background-size: 120% 120%;
}
.contList1>a{
	text-decoration: none;
	color: white;
}
.cont-img1>h1{
	font-size: 52px;
	margin-top: 80px;
	letter-spacing: 2px;
}
.cont-img1>p{
	font-size: 18px;
	margin-top: 20px;
	letter-spacing: 2px;
}
.cont-img1>div{
	    width: 132px;
	    height: 38px;
	    margin: 40px auto 0;
	    line-height: 38px;
	    font-size: 20px;
	    font-weight: 700;
	    background: linear-gradient(180deg,#00aee9,#0076ce);
	    box-shadow: 0 4px 7px 0 rgba(0,68,124,.62);
	    border-radius: 19px;
	    transition: all .3s ease;
}





.contList2{
	width: 49%;
	/* border: 1px solid black; */
	text-decoration: none;
}
.cont-img2>a{
	text-decoration: none;
		color: white;
		
}
.cont-img2{
	width: 100%;
	height: 48%;
	/* border: 1px solid black; */
	background: url(../img/coun2.png) no-repeat 50%;
	background-size: 100% 100%;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	transition: all .9s ease;
}
.cont-img2:hover{
	background-size: 120% 120%;
}
.cont-img2>h1{
	font-size: 32px;	padding-top: 30px;
	padding-left: 30px;

	letter-spacing: 2px;
}
.cont-img2>div{
	width: 132px;
	height: 38px;
	line-height: 38px;
	font-size: 20px;
	font-weight: 700;
	background: linear-gradient(180deg,#00aee9,#0076ce);
	border-radius: 19px;
	transition: all .3s ease;
	text-align: center;
	margin-top: 20px;
	margin-left: 30px;
}



.contList3{
	width: 49%;
	/* border: 1px solid black; */
	text-decoration: none;
}
.cont-img3>a{
	text-decoration: none;
		color: white;
		
}
.cont-img3{
	width: 100%;
	height: 48%;
	/* border: 1px solid black; */
	background: url(../img/coun3.png) no-repeat 50%;
	background-size: 100% 100%;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	transition: all .9s ease;
	margin-top: 15px;
}
.cont-img3:hover{
	background-size: 120% 120%;
}
.cont-img3>h1{
	font-size: 32px;	padding-top: 30px;
	padding-left: 30px;

	letter-spacing: 2px;
}
.cont-img3>div{
	width: 132px;
	height: 38px;
	line-height: 38px;
	font-size: 20px;
	font-weight: 700;
	background: linear-gradient(180deg,#00aee9,#0076ce);
	border-radius: 19px;
	transition: all .3s ease;
	text-align: center;
	margin-top: 20px;
	margin-left: 30px;
}
@media screen and (max-width:940px) and (min-width:300px){
	
	#cont{
		width: 100%;
		height: auto;
		padding-bottom: 30px;
		/* border: 1px solid black; */
	}
	.contList{
		width: 100%;
		height: 350px;
		/* border: 1px solid black; */
		margin-top: 30px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.contList1{
		width: 100%;
		/* border: 1px solid black; */
		background: url(../img/coun1.png) no-repeat 50%;
		background-size: 100% 100%;
		border-radius: 5px;
		color: #fff;
		text-align: center;
		cursor: pointer;
		transition: all .9s ease;
		height: 230px;
	}
	.contList1:hover{
		background-size: 120% 120%;
	}
	.contList1>a{
		text-decoration: none;
		color: white;
	}
	.cont-img1>h1{
		font-size: 32px;
		margin-top: 50px;
		letter-spacing: 2px;
	}
	.cont-img1>p{
		font-size: 14px;
		margin-top: 10px;
		letter-spacing: 2px;
	}
	.cont-img1>div{
		    width: 88px;
		    height: 28px;
		    margin: 20px auto 0;
		    line-height: 28px;
		    font-size: 16px;
		    font-weight: 700;
		    background: linear-gradient(180deg,#00aee9,#0076ce);
		    box-shadow: 0 4px 7px 0 rgba(0,68,124,.62);
		    border-radius: 19px;
		    transition: all .3s ease;
	}
	
	
	.contList2{
		width: 100%;
		/* border: 1px solid black; */
		text-decoration: none;
	}
	.cont-img2>a{
		text-decoration: none;
	
			color: white;
			
	}
	.cont-img2{
		width: 100%;
		height: 48%;
		/* border: 1px solid black; */
		background: url(../img/coun2.png) no-repeat 50%;
		background-size: 100% 100%;
		border-radius: 5px;
		color: #fff;
		cursor: pointer;
		transition: all .9s ease;
		margin-top: 20px;
	}
	.cont-img2:hover{
		background-size: 120% 120%;
	}
	.cont-img2>h1{
		font-size: 26px;
		padding-top: 30px;
		padding-left: 30px;
	
		letter-spacing: 2px;
	}
	.cont-img2>div{
		width: 88px;
		height: 28px;
		line-height: 28px;
		font-size: 16px;
		font-weight: 700;
		background: linear-gradient(180deg,#00aee9,#0076ce);
		border-radius: 19px;
		transition: all .3s ease;
		text-align: center;
		margin-top: 20px;
		margin-left: 30px;
	}
	
	
	
	.contList3{
		width: 49%;
		/* border: 1px solid black; */
		text-decoration: none;
	}
	.cont-img3>a{
		text-decoration: none;
	
			color: white;
			
	}
	.cont-img3{
		width: 100%;
		height: 48%;
		/* border: 1px solid black; */
		background: url(../img/coun3.png) no-repeat 50%;
		background-size: 100% 100%;
		border-radius: 5px;
		color: #fff;
		cursor: pointer;
		transition: all .9s ease;
		margin-top: 15px;
	}
	.cont-img3:hover{
		background-size: 120% 120%;
	}
	.cont-img3>h1{
		font-size: 26px;
		padding-top: 30px;
		padding-left: 30px;
	
		letter-spacing: 2px;
	}
	.cont-img3>div{
		width: 88px;
		height: 28px;
		line-height: 28px;
		font-size: 16px;
		font-weight: 700;
		background: linear-gradient(180deg,#00aee9,#0076ce);
		border-radius: 19px;
		transition: all .3s ease;
		text-align: center;
		margin-top: 20px;
		margin-left: 30px;
	}
}

#kaspnd{
	width: 100%;
	/* border: 1px solid black; */
	height: 600px;
	box-sizing: border-box;
	background: #f6fdfd;
}
.kaspndList{
	width: 100%;
	height: 400px;
	/* border: 1px solid black; */
	margin-top: 40px;
}
.kaspndList>ul{
	display: flex;
	justify-content: space-between;
}
.kaspndList>ul>li{
	width: 15%;
	height: 370px;
	/* border: 1px solid black; */
	position: relative;
	border-radius: 10px;
	background: rgba(0,0,0,.7);
	    transition: all .2s linear;
}
.kaspndList>ul>li>a{
	text-decoration: none;
}
.lightTitle{
	width: 30px;
	color: white;
	    font-size: 30px;
	    font-weight: 700;
	    line-height: 32px;
	    padding-top: 37px;
	    background-size: 30px;
		margin: 0 auto;
}

.lightList{
	width: 430px;
	height: 370px;
	/* border: 1px solid black; */
	position: absolute;
	top: 0;
	background: yellow;
	z-index: 30;
	transition: all .3s ease;
	border-radius: 10px;
	display: none;
	/* margin-left: 10px; */
}
.lightList>p{
	position: absolute;
	bottom: 10px;
	left: 30px;
	    display: block;
	    float: left;
	    color: #fff;
	    font-weight: 700;
	    border-left: 2px solid #2cb3e8;
		font-size: 18px;
}

.kaspndList>ul>li:hover {
	width: 50%;
}
.kaspndList>ul>li:hover .lightTitle{
	display: none;
}
.kaspndList>ul>li:hover .lightList{
	display: block;
	transition: all .3s ease;
}
.kaspndList>ul>li:hover{
	background: none;
}
.kaspndList>ul>li:nth-of-type(1){
	background: url(../img/k/k1.png) no-repeat;
	 	background-size: 400px 100%;
}
.kaspndList>ul>li:nth-of-type(2){
	background: url(../img/k/k2.png) no-repeat;
	 	background-size: 400px 100%;
}
.kaspndList>ul>li:nth-of-type(3){
	background: url(../img/k/k3.png) no-repeat;
	 	background-size: 400px 100%;
}
.kaspndList>ul>li:nth-of-type(4){
	background: url(../img/k/k4.png) no-repeat;
	 	background-size: 400px 100%;
}
.kaspndList>ul>li:nth-of-type(5){
	background: url(../img/k/k5.png) no-repeat;
	background-size: 400px 100%;
}
.kaspndList>ul>li:nth-of-type(6){
	background: url(../img/k/k6.png) no-repeat;
	background-size: 400px 100%;
}

#fonc{
	width: 100%;
	height: auto;
	/* border: #000000 1px solid; */
	background: #f1f9ff;
	box-sizing: border-box;
	padding-bottom: 50px;
}
.foncbox{
	width: 100%;
	height: 400px;
	/* border: 1px solid black; */
	display: flex;
	padding-top: 30px;
	border-radius: 10px;
	overflow: hidden;
	/* background: #0076ce; */
}

.foncboxleft{
	width: 65%;
	height: 100%;
	border-radius: 10px 0px 0px 10px;
}
.foncboxleft> video{
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.foncboxright{
	width: 35%;
	height: 100%;
	/* border: 1px solid black; */
	border-radius: 0px 10px 10px 0px;
	padding: 10px;
	background: #0076ce;
}
.foncNAV{
	width: 100%;
	height: 30px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
}
.foncNAV>i{
	display: block;
	    float: left;
	    width: 22px;
	    height: 28px;
	    background: url(../img/k/d7.87850b60.png) no-repeat 50%;
	    background-size: 22px;
		text-align: center;
}
.foncNAV>span{
	display: block;
	    float: left;
	    margin: 0 5px;
		text-align: center;
		color: white;
		font-size: 18px;
		font-weight: 600;
}
.fonctext{
	padding: 10px;
	   font-size: 16px;
	    line-height: 28px;
	    margin-top: 15px; 
		-webkit-line-clamp: 10; 
	    padding-left: 20px;
	    background: url(../img/k/d25.36a61914.png) no-repeat left 0px;
	    background-size: 100% 100%;
		color: white;
}
@media screen and (max-width:940px) and (min-width:300px){
	
	#fonc{
		width: 100%;
		height: auto;
		/* border: #000000 1px solid; */
		background: #f1f9ff;
		box-sizing: border-box;
		padding-bottom: 50px;
	}
	.foncbox{
		width: 100%;
		height: 600px;
		/* border: 1px solid black; */
		display: flex;
		flex-wrap: wrap;
		padding-top: 30px;
		border-radius: 10px;
		overflow: hidden;
		/* background: #0076ce; */
	}
	
	.foncboxleft{
		width: 100%;
		height: 200px;
		border-radius: 10px 0px 0px 10px;
	}
	.foncboxleft> video{
		width: 100%;
		height: 100%;
		object-fit: fill;
	}
	.foncboxright{
		width: 100%;
		height: 100%;
		/* border: 1px solid black; */
		border-radius: 0px 0px 0px 0px;
		padding: 10px;
		background: #0076ce;
	}
	.foncNAV{
		width: 100%;
		height: 30px;
		margin: 0 auto;
		text-align: center;
		display: flex;
		justify-content: space-around;
		margin-top: 20px;
	}
	.foncNAV>i{
		display: block;
		    float: left;
		    width: 22px;
		    height: 28px;
		    background: url(../img/k/d7.87850b60.png) no-repeat 50%;
		    background-size: 22px;
			text-align: center;
	}
	.foncNAV>span{
		display: block;
		    float: left;
		    margin: 0 5px;
			text-align: center;
			color: white;
			font-size: 14px;
			font-weight: 600;
	}
	.fonctext{
		padding: 10px;
		   font-size: 14px;
		    line-height: 22px;
		    margin-top: 15px; 
			-webkit-line-clamp: 10; 
		    padding-left: 20px;
		    background: url(../img/k/d25.36a61914.png) no-repeat left 0px;
		    background-size: 100% 100%;
			color: white;
	}
	
	
}