﻿@charset "utf-8";

/* CSS Document */
/*2025.8.14*/

/*school*/

.main-right12{
	    flex: 0 0 100%;
        max-width: 100%;
        padding-right: 65px;
}

/*.school-box*/
	
.school-box{
	
}
.school-box .school-pp{
	
}
.school-box .school-pp p{
	font-size: 20px;
	color: #333;
	line-height:34px;
	
}
.school-con{
	margin-top: 40px;
}
.school-con h4{
	font-weight: bold;
	font-size: 28px;
}

.school-ul{
	margin-top: 40px;
	padding-bottom: 80px;
}
.school-ul .row{
	margin: 0 -30px;
}
.school-ul .sli{
	position: relative;
	padding: 0 30px;
	margin-bottom: 60px;
	transition: all 0.4s ease-out;
}
.school-ul .sli:hover{
	 transition: all 0.4s ease-out;
     transform: translateY(-10px);
	
}
.school-ul .sli:before{
	content: "";
    transition: all 0.3s ease-out 0s;
    width: 60%;
    bottom: 0;
    left:30px;
    bottom: 0;
    height: 3px;
    background: #ebc22c;
    position: absolute;
    opacity: 0;
}
.school-ul .sli:hover:before {
    width: calc(100% - 60px );
    opacity: 1;
}
.school-ul .sli .li-img img{
	width: 100%;
}
.school-ul .sli .li-img{
	
	
	text-align: center;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	
}
.school-ul .sli .li-tt{
	background: #f5f5f5;
	padding: 30px;
	min-height: 140px;
	
	
}
.school-ul .sli a{
	
}
.school-ul .sli p{
	font-size: 22px;
	font-weight: bold;
	color: #333;
	margin-bottom: 8px;
}
.school-ul .sli span{
	display: block;
	font-size: 20px;
	color: #2a72bc;display: none;
	text-decoration: underline;
	overflow-wrap: break-word; /* 允许在单词内部换行 */
  word-break: break-all; 
}

/*institutes*/

.institu-one{
	
}
.institu-one .in-li{
	margin-bottom: 30px;
}
.institu-one .in-li .in-img{
	overflow: hidden;
}
.institu-one .in-li .in-img img{
	    display: inline-block;
    transition: all 1.5s;
    transform: scale(1.0);
    width: 100%;
}
.institu-one .in-li:hover .in-img img{
	 transition: all 1.5s;
        transform: scale(1.3);
}

.institu-one .in-li .in-tt{
	
}
.institu-one .in-li .in-tt p{
	font-size: 20px;
	font-weight: bold;
	color: #1f487e;
	text-decoration: underline;
	padding: 20px 0;
	
	
}
.institu-one .in-li:hover .in-img img{
	 transition: all 1.5s;
        transform: scale(1.0);
}
				                    	   	     	 		.in-tt::before{
				                    	   	     	 			position: absolute;
															    bottom: 0;
															    left: 0;
															    width: 100%;
															    height: 10px;
															    background: #cbb353;
															    content: '';
															    opacity: 0;
															    -webkit-transform: translate3d(0, 10px, 0);
															    transform: translate3d(0, 10px, 0);
				                    	   	     	 		}
				                    	   	     	 		.institu-one .in-li:hover .in-tt::before{
				                    	   	     	 			opacity: 1;
				                    	   	     	 			 transform: translate3d(0, 0px, 0);
				                    	   	     	 		}
				                    	   	     	 		.institu-one .in-li .in-tt p{
				                    	   	     	 			color: #fff;
				                    	   	     	 			text-decoration: none;
				                    	   	     	 			    position: absolute;
																    bottom: 0;
																    left: 0;
																    padding: 0.5em 1.5em;
																    width: 100%;
																    text-align: left;
																    transition: transform 0.35s;
																    -webkit-transform: translate3d(0, -20px, 0);
																    transform: translate3d(0, -20px, 0);
																   
				                    	   	     	 		}
				                    	   	     	 		.institu-one .in-li:hover img {
																		    opacity: 0.75;
																		}
				                    	   	     	 		.institu-one .in-li:hover img,.institu-one .in-li:hover p {
																-webkit-transform: translate3d(0,0,0);
																transform: translate3d(0,0,0);
															}
															
															.institu-one .in-li:hover p {
																-webkit-transition-delay: 0.05s;
																transition-delay: 0.05s;
																-webkit-transition-duration: 0.35s;
																transition-duration: 0.35s;
															}
				                    	   	     	 		.institu-one .in-li:hover figcaption::before {
																opacity: 1;
																-webkit-transform: translate3d(0,0,0);
																transform: translate3d(0,0,0);
															}

.institu-one .in-li .in-img::after{
																content: "";
																position: absolute;
																left: 0px;
																top: 0px;
																width: 100%;
																height: 100%;
																background: rgba(0,0,0,0.41);
															}



.institu-two{
	
}
.institu-two h4{
	font-size: 28px;
	font-weight: bold;
	color: #333;
	/*font-family:'HarmonyOS_Sans_SC_Regular';*/
}

.ins-twoul{
	margin-top: 30px;
}
.ins-twoul .inli1{
	background:#f2fafe url(../images/di1.png) no-repeat right top;
	min-height: 236px;
	margin-bottom: 18px;
	
}
.ins-twoul .inli1 p{ 
	position: absolute;
	left: 12px;
	bottom: 0px;
	width: calc(100% - 24px );
	font-size: 16px;
	color:#1f487e;
	margin-bottom: 10px;
}
.ins-twoul .inli1:hover{ 
	background: linear-gradient(to bottom, #0cb6fd,#2d85f6, #4a59ef), 
    url(../images/di1.png) no-repeat right top;
	background-blend-mode: multiply; 
	/*使用混合模式*/
}
.ins-twoul .inli1:hover p{
	color: #fff;
	
}

/*ins-newone*/
.nycon .row1::before{
	/*z-index: 11;*/
}
.ins-newone{
	position: relative;
	padding: 55px 0;
}
.ins-newone .row{
	/*display: block;*/
	align-items: flex-start;
	
}




.ins-newone:nth-child(even){
	background: #f5f5f5;
}
.ins-newone:nth-child(even) .ins-ntext{
	padding-left: 30px;
	padding-right: 15px;
	
}
.ins-newone:nth-child(even)::before{
	background: #f5f5f5;
	content: "";
	position: absolute;
	left: -100%;
	top: 0px;
	width: 100%;
	height: 100%;
}
.ins-newone:nth-child(even)::after{
	background: #f5f5f5;
	content: "";
	position: absolute;
	right: -100%;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: -21;
}



.ins-newone .ins-nimg{
text-align: right;
padding-left: 0;
/*width: 55%;*/
}
.ins-newone .ins-ntext{
	padding-right: 30px;
	/*width: 45%;*/
}
.ins-newone .ins-nimg::before{
	content: "";
	height: 81%;
	width: 4px;
	background: #bbb;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 11;	
}
.ins-newone .ins-nimg::after{
	content: "";
	height: 4px ;
	width: 90%;
	background: #bbb;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 11;
}	
.ins-newone .ins-nimg i.i1{
	height: 4px;
	width: 50%;
	background: #bbb;
	position: absolute;
	left: 0px;
	bottom: 19%;
	display: block;
	/*z-index: -1;*/
}
.ins-newone .ins-nimg i.i2{
	height: 50%;
	width:4px;
	background: #bbb;
	position: absolute;
	right: 10%;
	top: 0%;
	display: block;
	
}
.ins-newone:hover .ins-nimg::before,
.ins-newone:hover .ins-nimg::after{
	background: #1f487e;

}
.ins-newone:hover .ins-nimg i{
	background: #1f487e;
}



.ins-newone .ins-nimg img{
	padding-top: 30px;
	padding-left: 30px;
	position: relative;
	z-index: 1;
}

.ins-newone .ins-ntext span{
	display: block;
	font-size: 20px;
	color: #333;
	font-weight: bold;
	margin-bottom: 30px;
}
.ins-newone .ins-ntext h4{
	font-size: 24px;
	font-weight: bold;
	color: #333;
	line-height: 42px;
	font-weight: bold;
	margin-bottom:20px;
	
}
.ins-newone .ins-ntext p{
	font-size: 20px;
	color: #333;
	line-height: 34px;
	
	
}

/*study*/
.study-one{
	
}
.study-one h4{
	font-size: 42px;
	/*font-weight: bold;*/
	color: #333;
      font-family:"Source-Han-Serif-CN_Bold";
}
.study-one p{
	font-size: 20px;
	line-height: 34px;
	color: #333;
	margin-top: 33px;
}


.study-one  a{
	font-size: 28px;
	font-weight: bold;
	color: #1f487e;
	
}
.study-one  a img{
	padding-left: 5px;
	
}

.study-two{
	
}
.study-two .study-ul2{
	margin-top: 40px;
	
}
.study-two .study-ul2 .stu-li{
	margin-bottom: 40px;
	
}
.study-two .study-ul2 .stu-li .stu-limg{
	
	
}
.study-two .study-ul2 .stu-li .stu-limg img{
	width: 100%;
	
}

/*.study-two .study-ul2 .stu-li .stu-lh2{
	   display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;

position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;

}*/
.study-two .study-ul2 .stu-li .stu-lh img{
	display: inline-block;
	max-width: 100%;
	width: auto;
}
.study-two .study-ul2 .stu-li .stu-lh span{
	display: block;
	color: #fff;
	font-size: 18px;
	margin-top: 10px;
}

.study-two .study-ul2 .stu-li .stu-ltt{
	margin-top: 12px;
}
.study-two .study-ul2 .stu-li .stu-ltt p{
	font-size: 20px;
	font-weight: bold;
	color: #1f487e;
	
}

.study-two .study-ul2 .stu-li .stu-lh{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(31,72,162,0.55);
	text-align: center;
	padding-top: 18%;
	opacity: 0;
	transition: all 0.4s ease-out;
}
.study-two .study-ul2 .stu-li:hover .stu-lh{
	transition: all 0.4s ease-out;
	opacity: 1;
	
}

.study-three{
	background: #f5f5f5;
	padding: 55px 0;
	position: relative;
}
.study-three::before{
	content: "";
	position: absolute;
	left: -100%;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #f5f5f5;
}
.study-three::after{
	content: "";
	position: absolute;
	right: -10%;
	top: 0px;
	width: 10%;
	height: 100%;
	background: #f5f5f5;
}

.study-three h5{
	font-size: 28px;
	font-weight: bold;
	color: #1f487e;
	
}
.study-three h2{
	font-size: 42px;
	font-weight: bold;
	color: #333;
	font-family:"Source-Han-Serif-CN_Bold";
	margin: 35px 0 0px;
	padding-bottom: 30px;
	border-bottom: 1px solid #bbb;
}




.study-thcon{
	margin-top: 15px;
}
.study-thcon .s-up-box{
	border-bottom: 1px solid #bbb;
	padding-top: 25px;
	padding-bottom: 10px;
}
.study-thcon .s-up-box .sup-tit{
	cursor: pointer;
}
.study-thcon .s-up-box .sup-tit p{
	font-size: 28px;
	font-weight: bold;
	color: #333;
	
}
.study-thcon .s-up-box .sup-cnt{
	display: none;
	padding: 10px 0;
}
.study-thcon .s-up-box:first-child .sup-cnt{
	display: block;
}
.study-thcon .s-up-box .sup-cnt p{
	font-size: 20px;
	color: #333;
	line-height: 34px;
	
}

.study-four{
	padding: 55px 0;
	position: relative;
}
.study-four h2{
	font-size: 42px;
	font-weight: bold;
	color: #333;
	font-family:"Source-Han-Serif-CN_Bold";
	margin: 15px 0 0px;
	padding-bottom: 30px;
	border-bottom: 1px solid #bbb;
}
.study-four .s-up-box .sup-cnt p{
	/*margin-bottom: 0px;*/
}
.study-four .s-up-box .sup-cnt p a{
	color: #3a59a8;
}

.study-five{
	background: #f5f5f5;
	padding: 55px 0;
	position: relative;
}
.study-five::before{
	content: "";
	position: absolute;
	left: -100%;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #f5f5f5;
}
.study-five::after{
	content: "";
	position: absolute;
	right: -10%;
	top: 0px;
	width: 10%;
	height: 100%;
	background: #f5f5f5;
}

.study-six{
	padding: 55px 0;
}




.study-seven{
	background: #f5f5f5;
	padding: 55px 0;
	position: relative;
}
.study-seven::before{
	content: "";
	position: absolute;
	left: -100%;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #f5f5f5;
}
.study-seven::after{
	content: "";
	position: absolute;
	right: -10%;
	top: 0px;
	width: 10%;
	height: 100%;
	background: #f5f5f5;
}











@media (min-width: 1200px) {

.inli{
	
	    flex: 0 0 20%;
        max-width: 20%;
}






}

@media (max-width: 1500px) {
   .ins-newone .ins-ntext h4{
   	font-size: 22px;
   	line-height: 34px;
   	
   }
   
   .ins-newone .ins-ntext p{
   	font-size: 18px;
   	line-height: 30px;
   	
   }
   .ins-newone .ins-ntext span{
   	margin-bottom: 20px;
   }
   
   
   






	
}



@media (max-width: 1400px) {
    .inli {
        flex: 0 0 25%;
        max-width: 25%;
    }

/*study*/
.study-one h4,.study-three h2,.study-four h2{
	font-size: 34px;
	
}
.study-one a{
	font-size: 24px;
}

.study-three h5{
	font-size: 24px;
}
.study-thcon .s-up-box .sup-tit p{
	font-size: 26px;
}












	
}
@media (max-width: 1300px) {
	.school-ul .sli p{
		font-size: 20px;
	}
	.school-ul .sli span{
		font-size: 18px;
	}
.institu-one .in-li .in-tt p{
				                    	   	     	 				font-size: 18px;
				                    	   	     	 				padding-top: 0;
				                    	   	     	 				 
				                    	   	     	 			}
/*study*/
.study-one h4,.study-three h2,.study-four h2{
	font-size: 28px;
	margin-top: 20px;
}
.study-one a{
	font-size: 20px;
}

.study-three h5{
	font-size: 20px;
}
.study-thcon .s-up-box .sup-tit p{
	font-size: 22px;
	margin-bottom: 5px;
}
.study-thcon .s-up-box{
	padding-top: 20px;
}
.study-thcon .s-up-box .sup-cnt p{
	font-size: 18px;
	line-height: 28px;
}
.study-three{
	padding: 35px 0 40px;
}
.study-four{
	padding: 25px 0 40px;
}
.study-thcon{
	margin-top: 0;
}




	
	
	
	
	
	
}
@media (max-width: 1200px) {
	
.school-ul .row{
	margin: 0 -15px;
}
.school-ul .sli{
	padding: 0 15px;

}
	
.school-ul .sli:before{
	
    left:15px;
    
}
.school-ul .sli:hover:before {
    width:calc(100% - 30px);
}
.school-ul .sli p{
		font-size: 18px;
	}

.school-con h4{
	font-size: 24px;
}




.inli {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }




.institu-one .in-li .in-tt p{
	font-size: 18px;

}

.ins-newone .ins-ntext h4{
	font-size: 20px;
	
}
.ins-newone{
	padding: 30px 0;
}
.ins-newone .ins-ntext span{
	font-size: 18px;
}
/*study*/
.study-one h4, .study-three h2, .study-four h2{
	font-size: 26px;
}
.study-one p{
	font-size: 18px;
	line-height: 28px;
}
.study-one a{
	font-size: 18px;
	
}
.study-two .study-ul2 .stu-li .stu-ltt p{
	font-size: 18px;
}
.study-two .study-ul2 .stu-li .stu-limg .stu-lh img{
    width: 22%;
	max-width: 50%;
}
.study-thcon .s-up-box .sup-tit p{
	font-size: 20px;
}
.study-one a img{
	max-width: 3%;
}







	
	
}

@media (max-width: 1100px) {
	
.ins-newone .ins-nimg{
	width: 100%;
	max-width: 100%;
	margin-left: 15px;
}
.ins-newone .ins-ntext{
	width: 100%;
	max-width: 100%;
	margin-top: 30px;
	
}
.ins-newone .row{
	display: block;
	
}
.ins-newone .ins-nimg img{
	padding-right: 30px;
}





}


@media (max-width: 991px) {
	.school-box .school-pp p{
		font-size: 18px;
		line-height: 28px;
		
	}
	.school-con h4{
	font-size: 20px;
}

.main-right12{
	padding: 15px 20px;
}	
.main-right{
	padding-right: 15px;
}	
.institu-two h4{
	font-size: 24px;
}	
	
/*study*/	
.study-one h4, .study-three h2, .study-four h2{
	font-size: 20px;
}	
.pad10{
	padding-top: 10px;
}
    .study-one a img {
         max-width: 30%; 
    }	
	
	
	
	
}
@media (max-width: 767px) {
	
	.nycon1{
		margin-top: -10px;
	}

    .school-ul .sli {
        margin-bottom: 20px;
    }
	
.school-ul .sli .li-tt{
	min-height: auto;
	padding: 20px;
}	

.school-ul{
	padding-bottom: 0px;
	
}
.institu-two h4{
	font-size: 20px;
}

    .inli {
        flex: 0 0 50%;
        max-width: 50%;
    }

.institu-one .in-li {
    margin-bottom: 20px;
}


.ins-newone .ins-nimg img {
        padding-right: 10px;
    }

.ins-newone .ins-ntext h4{
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 5px;
}
.ins-newone .ins-ntext span{
	font-size: 16px;
	margin-bottom: 12px;
}
.ins-newone .ins-ntext p{
	margin-bottom: 0;
	font-size: 16px;
	line-height: 26px;
}
div.ins-newone:nth-child(1){
	padding-top: 0;
}

.study-two .study-ul2 .stu-li .stu-limg .stu-lh img{
	width: 16%;
}
.study-one p{
	margin-top: 20px;
}
.study-thcon .s-up-box .sup-tit p{
	font-size: 18px;
}
.study-thcon .s-up-box .sup-cnt p{
	font-size: 16px;
}
.study-one h4, .study-three h2, .study-four h2{
	padding-bottom: 20px;
	margin-top: 15px;
}
.study-two .study-ul2 .stu-li {
    margin-bottom: 20px;
}

	
	
	
	
}












