<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.faculty-banner{
	height: 320px;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.faculty-banner .banner-container{
    position: relative;
}
.faculty-banner img{
    width: 1920px;
    height: 320px;
    margin: 0 -100%;
}
.faculty-list{
	margin: 60px auto 0;
	width: 1200px;
	height: 1950px;
	background: url(../images/2-5bg.png) no-repeat;
}
.faculty-list ul{
	margin: 0 auto;
	width: 1050px;
	overflow: auto;
}
.faculty-list .teacher-intro{
	width: 1048px;
	height: 210px;
	margin-bottom: 30px;
}
.faculty-list .teacher-intro .teacher-left{
	padding-top: 20px;
	width: 520px;
	height: 180px;
	
}
.faculty-list .teacher-intro .teacher-left h3{
	font-size: 18px;
	color: #027937;
	margin-bottom: 10px;
}
.faculty-list .teacher-intro .teacher-left p{
	line-height: 22px;
	color: #9a9a9a;
	margin-bottom: 5px;
}
.faculty-list .teacher-intro .teacher-left span{
	color: #027937;
}
.faculty-list .teacher-intro .teacher-right{
	width: 280px;
	height: 180px;
	padding-top: 10px;
	border-radius: 5px;
}
.faculty-list .teacher-intro .teacher-right img{
	width: 280px;
	height: 180px;
}
.qualifications{
	background: #f3f3f3;
	width: 100%;
	height: 500px;
	position: relative;
}
.semicircle{
	position: absolute;
	background: #fff;
	width:40px;
    height:20px;
    margin: auto;
    top: 0;
    left: -10px;
    right: 0;
    border-radius:0 0 20px 20px;
}
.qualifications .qual-cont{
	margin: 0 auto;
	padding: 60px 5px;
	width: 1200px;
	height: 400px;
}
.qualifications .qual-cont p{
	margin-top: 10px;
}
.qualifications .qual-cont .qual-img{
	margin-top: 10px;
	width: 1200px;
	height: 330px;
	position: relative;
}
.qualifications .qual-img .qual-img-left{
	position: absolute;
	top: 115px;
	left: 30px;
	width: 50px;
	height: 70px;
	cursor: pointer;
	background: url(../images/2-5arrow1.png) no-repeat;
}
.qualifications .qual-img .qual-img-mid{
	position: absolute;
	top: 35px;
	left: 134px;
	width: 980px;
	height: 280px;
	overflow: hidden;
}
.qualifications .qual-img-mid .swiper-wrapper{
	height: 260px;
}
.qualifications .qual-img .qual-img-right{
	position: absolute;
	top: 115px;
	right: 30px;
	width: 50px;
	height: 70px;
	cursor: pointer;
	background: url(../images/2-5arrow2.png) no-repeat;
}
.qualifications .qual-img-mid img{
	width: 200px;
	height: 230px;
}
.qualifications .qual-img-mid p{
	color: #888;
	width: 200px;
	text-align: center;
}
.qualifications .qual-img-mid .qual-sw{
	float: left;
	margin-right: 35px;
}
.phone-number{
	width: 100%;
	height: 180px;
}
.phone-number .call-btn{
	margin: 0 auto;
	width: 590px;
	height: 50px;
	padding: 50px 0 0 160px;
	
}
.phone-number .call-btn p{
	width: 190px;
	height: 50px;
	float: left;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	margin-right: 30px;
	color: #027937;
	border-radius: 5px;
	cursor: pointer;
	border: 1px solid #027937;
}
.phone-number .call-btn p:hover{
	color: #fff;
	background: #027937;
}

.phone-number .call-btn .p a:hover{
	color: #fff;
}

.phone-number .call-btn p:hover a{color:#fff;text-decoration:none;}


.phone-number .call-number{
	width: 440px;
	height: 35px;
	font-size: 36px;
	color: #999;
	padding-top: 40px;
	margin: 0 auto;
}
.advantage{
    margin: 45px auto;
    width: 1200px;
}
.advantage .advantage-title{
    color: #333;
}
.advantage .advantage-title span{
    color: #666;
}

.advantage-content{
    width: 1200px;
    margin: 40px auto;
    overflow: hidden;
}
.advantage-content .item{
    float: left;
    position: relative;
    height: 400px;
    width: 285px;
    color: #333;
    margin-right: 20px;
}
.advantage-content :last-child{
    margin-right: 0px;
}
.advantage-content .item .bg{
    height: 400px;
    width: 285px;
}
.advantage-content .item .opa{
    background: #fff;
    opacity: .5;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
	filter:alpha(opacity=50);
}
.advantage-content .item .advantage-content-title{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    cursor: pointer;
}
.advantage-content .item .advantage-content-title .title-name{
    width: 82%;
    text-align: center;
}
.advantage-content-title .icon{
    position: absolute;
    right: 30px;
    top:20px;
    cursor: pointer;
}
.advantage-content .item .opa-detail{
    height: 260px;
    background: #000;
    opacity: .5;
    position: absolute;
    bottom: 0;
    width: 100%;
    display: none;
	filter:alpha(opacity=50);
}
.advantage-content .item .detail{
    height: 260px;
    position: absolute;
    bottom: 0;
    width: 100%;
    cursor: pointer;
    display: none;
}
.advantage-content .item .detail .icon{
    margin: 25px auto;
    display: block;
}
.advantage-content .item .detail .title{
    font-size: 18px;
    text-align: center;
	color: #fff;
}
.advantage-content .item .detail p{
    padding: 8px;
    font-size: 14px;
	color: #ECF0F1;
}


</pre></body></html>