@charset "utf-8";

/* CSS Document */

.institutes-box {
    margin: -40px 0 -30px;
}

.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;
	
	
}


/*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: #fff;
}
.ins-newone:nth-child(even) .ins-ntext{
	padding-left: 30px;
	padding-right: 15px;
	
}
.ins-newone:nth-child(even)::before{
	background: #fff;
	content: "";
	position: absolute;
	left: -100%;
	top: 0px;
	width: 100%;
	height: 100%;
}
.ins-newone:nth-child(even)::after{
	background: #fff;
	content: "";
	position: absolute;
	right: -100%;
	top: 0px;
	width: 100%;
	height: 100%;
}



.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{
	color: #333;
	font-weight: bold;
}

.ins-newone .ins-ntext h4{
	font-size: 20px;
	font-weight: bold;
	color: #333;
	line-height: 42px;
	font-weight: bold;
	margin-bottom:20px;
}


.ins-newone .ins-ntext p{
	font-size: 18px;
	color: #333;
	line-height: 30px;
}

/*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: 18px;
   	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;
	}

/*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;
	padding: 15px 0;
}

.ins-newone .ins-ntext h4{
	font-size: 18px;
	
}

.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 .li-tt{
	min-height: auto;
	
}	

.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: 12px;
}
.ins-newone .ins-ntext span{
	font-size: 16px;
	margin-bottom: 12px;
}
.ins-newone .ins-ntext p{
	margin-bottom: 5px;
	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;
}

	
	
	
	
}












