.banner{
	width: 100%;
}

.banner ul li a{
	display: block;
	width: 100%;
	height: 560px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.banner ul li a img{
	display: none;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(255,255,255,.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7Fffffff,endColorstr=#7Fffffff);
    margin: 0 3px;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a:hover,
.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #1d8cc0;
}

.banner .bx-wrapper .bx-pager,
.banner .bx-wrapper .bx-controls-auto {
    bottom: 10px;
}
/*news*/
.news{
	margin-top: 30px;
	padding-right: 40px;
}
.index-tit{
	position: relative;
	padding-bottom: 33px;
	height: 26px;
}
.index-tit .txt{
	font-size: 22px;
	color: #d3d3d3;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	line-height: 26px;
	font-family: 'Regular';
	font-weight: normal;
}
.index-tit:after{
	content:"";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #c3c9e2;
	position: absolute;
	bottom: 0px;
	left: 0;
}
.index-tit .txt span{
	margin-right: 10px;
	font-size: 22px;
	color: #236492;
	font-weight: bold;
	display: inline-block;
	position: relative;
}
.news .index-tit .txt{
	padding-left: 35px;
}
.news .index-tit .txt:after{
	content:"";
	display: block;
	width: 30px;
	height: 30px;
	background: #236492 url(../images/index_title_1.png) center center no-repeat;
	position: absolute;
	bottom: -6px;
	left: 0;
	z-index: 2;
}
.index-tit .more{
	float: right;
	font-size: 12px;
	color: #666666;
	line-height: 32px;
}
.index-tit .more:hover{
	color: #007593;
}
.newslist{
	margin-top: 20px;
}
.newslist .newsLeft{
	padding-right: 20px;
}
.newslist .newsLeft .listContent{
	background: #fff;
	padding: 10px 15px 15px;
}
.newslist .newsLeft .listContent h3{
	font-size: 16px;
	color: #000;
	font-family: 'Regular';
	font-weight: normal;
	line-height: 1.8;
	max-height: 60px;
	overflow: hidden;
}
.newslist .newsLeft .listContent p{
	padding-bottom: 10px;
	position: relative;
	font-size: 12px;
	color: #818181;
	font-family: 'Regular';
	font-weight: normal;
	line-height: 1.8;
	border-bottom: 2px solid #eeeeee;
	max-height: 70px;
	overflow: hidden;
}
.newslist .newsLeft .listContent p:after{
	position: absolute;
	bottom: 0px;
	left: 0px;
	content: '';
	height: 2px;
	width: 50px;
	background: #236492;
}
.newslist .newsLeft .listContent a:hover h3{
	color: #236492;
}
.newsRight .media .media-left{
	width: 60px;
}
.newsRight{
	padding-left: 15px;
}
.newsRight li.media{
	margin-bottom: 20px;
	border-bottom: 1px solid #c3c9e2;
}
.newsRight li:last-child{
	margin-bottom: 0px;
}
.newsRight li a{
	display: block;
	padding-bottom: 15px;
}
.newsRight .media .media-left .p1{
	white-space: nowrap;
	font-size: 20px;
	color: #236492;
	font-family: 'Regular';
	font-weight: normal;
}
.newsRight .media .media-left .p2{
	white-space: nowrap;
	font-size: 12px;
	color: #9e9e9e;
	font-family: 'Regular';
	font-weight: normal;
}
.newsRight .media .media-body{
	padding-left: 15px;
}
.newsRight .media .media-body h3{
	font-size: 16px;
	color: #000;
	font-family: 'Regular';
	font-weight: normal;
	line-height: 30px;
	max-height: 60px;
	overflow: hidden;
}
.newsRight li a:hover .media-body h3{
	color: #236492;
}
/*reports*/
.reports{
	padding: 30px 15px;
	background: #fff;
}
.reportsList li{    
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #c3c9e2;
    padding-bottom: 14px;
    margin-top: 22px;
}
.reportsList li:first-child{
	margin-top: 20px;
}
.reportsList li a{
	display: block;
}
.reportsList li .media-left{
	padding-right: 15px;
}
.reportsList li .media-left strong{
	font-size: 20px;
    color: #2a7bac;
    display: block;
    width: 62px;
    text-align: center;
    padding: 3px 0 0;
    background: #eaeaea;
}
.reportsList li .media-left small{
	font-size: 12px;
    color: #fff;
    display: block;
    width: 62px;
    text-align: center;
    background: #2a7bac;
    height: 23px;
    line-height: 23px;
}
.reportsList li .media-right p{
	font-size: 16px;
    color: #000;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
}
.reportsList li:hover .media-right p{
	color: #236492;
}
/*main-content3*/
.main-content3{
	padding: 50px 0px;
	background: url(../images/ky_bg.jpg) center no-repeat;
	background-size: cover;
}
.Scientific{
	padding-right: 40px;
}
.Scientific .index-tit .txt{
	padding-left: 35px;
}
.Scientific .index-tit .txt:after{
	content:"";
	display: block;
	width: 30px;
	height: 30px;
	background: #236492 url(../images/index_title_2.png) center center no-repeat;
	position: absolute;
	bottom: -6px;
	left: 0;
	z-index: 2;
}
.scientificList{
	margin-top: 20px;
}
.scientificList .ScientificLeft{
	background: #fff;
}
.scientificList .ScientificLeft .media{
	padding: 10px 20px;
}
.scientificList .ScientificLeft .media-left{
	margin-top: -30px;	
}
.scientificList .ScientificLeft .media-left strong{
	font-size: 20px;
    color: #fff;
    display: block;
    width: 62px;
    text-align: center;
    padding: 3px 0 0;
    background: #236492;
}
.scientificList .ScientificLeft .media-left small{
	font-size: 12px;
    color: #fff;
    display: block;
    width: 62px;
    background: #236492;
    text-align: center;
    height: 30px;
    line-height: 30px;
}
.scientificList .ScientificLeft .media-right{
	padding-left: 20px;
}
.scientificList .ScientificLeft .media-right p{
	font-size: 16px;
	color: #000;
	line-height: 30px;
	max-height: 60px;
	overflow: hidden;
}
.ScientificRight{
	padding-left: 30px;
}
.ScientificRight ul li{
	position: relative;
	padding: 16px 25px 25px;
	margin-bottom: 15px;
	background: #fff;
}
.ScientificRight ul li a{
	display: block;
	position: relative;
}
.ScientificRight ul li a:before{
	content: '';
	height: 15px;
	width: 2px;
	background: #236492;
	left: -10px;
}
.ScientificRight ul li h3{
	font-size: 16px;
	color: #000;
	font-weight: normal;
	font-family: 'Regular';
	line-height: 1.8;
	min-height: 60px;
	text-align: justify;
}
.ScientificRight ul li:hover h3{
	color: #236492;
}
.ScientificRight ul li p{
	position: absolute;
	padding-left: 25px;
	width: 100%;
	bottom: -15px;
	left: 0px;
	font-size: 12px;
	color: #999;
	background: url(../images/index_list_arrow.png) right center no-repeat;
}
.ScientificRight ul li p:after{
	content: '';
	height: 20px;
	width: 20px;
	left: 0px;
	background: url(../images/index_list_icon1.png)center no-repeat;
	background-size: 18px;
	position: absolute;
}
/*Academic*/
.Academic .index-tit .txt{
	padding-left: 35px;
}
.Academic .index-tit .txt:after{
	content:"";
	display: block;
	width: 30px;
	height: 30px;
	background: #236492 url(../images/index_title_3.png) center center no-repeat;
	position: absolute;
	bottom: -6px;
	left: 0;
	z-index: 2;
}
.AcademicList{
	margin-top: 20px;
}
.AcademicList ul li{
	margin-bottom: 10px;
	border-bottom: 1px solid #a9cae1;
}
.AcademicList ul li h3{
	font-size: 16px;
	color: #000;
	font-weight: normal;
	font-family: 'Regular';
	line-height: 1.8;
	min-height: 60px;
	text-align: justify;
}
.AcademicList ul li:hover h3{
	color: #236492;
}
.AcademicList ul li p{
	margin: 10px 0px 15px;
	padding-left: 25px;
	font-size: 12px;
	color: #5f5f5f;
	background: url(../images/academic_icon_1.png) left center no-repeat;
}
.main-content4{
	padding: 30px 0px;
	background: #f7f7f7;
}
/*admission*/
.admission{
	padding-right: 35px;
}
.admission .index-tit .txt{
	padding-left: 35px;
}
.admission .index-tit .txt:after{
	content:"";
	display: block;
	width: 30px;
	height: 30px;
	background: #236492 url(../images/index_title_4.png) center center no-repeat;
	position: absolute;
	bottom: -6px;
	left: 0;
	z-index: 2;
}
.admission .admissionList ul li{
	position: relative;
	border-bottom: 1px solid #bfe7f8;
}
.admission .admissionList ul li::before {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);

    content: '';
    border-left: 5px solid #055094;
    border-top: 5px solid transparent;
    border-bottom: 5px solid  transparent;
    transition: all .2s ease-in;
}
.admission .admissionList ul li:hover::before {
    left: 5px;
}
.admission .admissionList ul li a{
	padding: 0px 70px 0px 20px;
	display: block;
	position: relative;
	font-size: 16px;
	color: #000;
	font-weight: normal;
	font-family: 'Regular';
	line-height: 55px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
}
.admission .admissionList ul li a:hover{
	color: #236492;
}
.admission .admissionList ul li a span{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 12px;
	color: #999;
	line-height: 55px;
}
/*zpgg*/
.zpgg{
	padding-left: 35px;
}
.zpgg .index-tit .txt{
	padding-left: 35px;
}
.zpgg .index-tit .txt:after{
	content:"";
	display: block;
	width: 30px;
	height: 30px;
	background: #236492 url(../images/index_title_5.png) center center no-repeat;
	position: absolute;
	bottom: -6px;
	left: 0;
	z-index: 2;
}
.zpgg .zpggList ul li{
	position: relative;
	border-bottom: 1px solid #bfe7f8;
}
.zpgg .zpggList ul li::before {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    border-left: 5px solid #055094;
    border-top: 5px solid transparent;
    border-bottom: 5px solid  transparent;
    transition: all .2s ease-in;
}
.zpgg .zpggList ul li:hover::before {
    left: 5px;
}
.zpgg .zpggList ul li a{
	padding: 0px 70px 0px 20px;
	display: block;
	position: relative;
	font-size: 16px;
	color: #000;
	font-weight: normal;
	font-family: 'Regular';
	line-height: 55px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
}
.zpgg .zpggList ul li a:hover{
	color: #236492;
}
.zpgg .zpggList ul li a span{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 12px;
	color: #999;
	line-height: 55px;
}
/*main-content5*/
.main-content5{
	padding: 25px 0px;
	background: #fff;
}
.team .index-title p{
    font-size: 22px;
    color: #236492;
    font-weight: bold;
    position: relative;
    text-align: center;
}
.team .index-title p:after{
	content: '';
	position: absolute;
	left: 0px;
	top: 13px;
	width: 44%;
	height: 4px;
	border-bottom: 4px double #c9c9c9;
}
.team .index-title p:before{
	content: '';
	position: absolute;
	right: 0px;
	top: 13px;
	width: 44%;
	height: 4px;
	border-bottom: 4px double #c9c9c9;
}
.teamList{
	margin-top: 25px;
	text-align: center;
}
.teamList ul{
	display: inline-block;
	margin: 0px auto;
}
.teamList ul li{
	float: left;
	margin-right: 10px;
	width: 290px;
}
.teamList ul li:last-child{
	margin-right: 0px;
}
.teamList ul li .imgshow{
	height: 200px;
	width: 290px;
	background-size: cover!important;
}
.teamList ul li .imgshow img{
	display: none;
}
.teamList ul li .teamTitle{
	background: #fff;
}
.teamList ul li .teamTitle p{
	font-size: 14px;
	color: #000;
	overflow: hidden;
	line-height: 30px;
	height: 30px;
	animation: all .2s ease-in;
}
.teamList ul li:hover{
	position: relative;
	padding-bottom: 30px;	
}
.teamList ul li:hover .teamTitle p{
	position: absolute;
	bottom: 0px;
	width: 100%;
	overflow: inherit;
	height: 60px;
	background: #236492;
	color: #fff;
	animation: all .2s ease-in;
}
/*list_banner*/
.common-content{
	display: inline-block;
	width: 100%;
	background: #fff;
}
.list_banner{
	position: relative;
}
.list_banner img{
	width: 100%;
}
.list_banner .list_banner_title{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	line-height: 50px;
	background: url(../images/leftnav_bg_1.png) left no-repeat;
}
.list_banner .list_banner_title p{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.common-list li.list-S{
	position: relative;
	padding-right: 70px;
}
.common-list li.list-S a{
	padding-left: 20px;
	display: block;
	font-size: 16px;
	color: #000;
	line-height: 60px;
	border-bottom: 1px dashed #dcdcdc;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: url(../images/qq.png) left center no-repeat;
}
.common-list li.list-S a span{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 60px;
}
.common-list li.list-S a span strong{
	display: block;
	font-size: 14px;
	font-weight: normal;
	color: #7ea5c0;	
	line-height: 20px;
	text-align: right;
}
.common-list li.list-S a span small{
	display: block;
	font-size: 12px;
	color: #9e9e9e;
	line-height: 16px;
	text-align: right;
}
.common-list li.list-S a:hover{
	color: #236492;
}
/*articleInfo*/
.articleInfo{
	padding-bottom: 30px;
}
.articleInfo .articleTop{
	margin-bottom: 20px;
	background: #f6f6f6;
	padding: 25px 30px;
}
.articleInfo .articleTop .article-title{
	text-align: center;
	line-height: 1.8;
	font-size: 22px;
	color: #124f7a;
	font-weight: bold;
}
.article-small{
	font-size: 12px;
	color: #666;
	text-align: center;
	margin-top: 20px;
}
.article-content img{
	max-width: 100%;
}
/*teacherList*/
.teacher-list{
	/*font-size: 0;*/
	margin: 30px -2.75% 0px;
}
.teacher-list>li{
	display: inline-block;
	width: 44.5%;
	margin: 0 2.75% 5%;
	float: left;
}
.teacher-list a{
	display: block;
	border-top: 3px solid #ddedf8;
	border-right: 3px solid #ddedf8;
}
.teacher-list a:hover{
	border-top: 3px solid #236492;
	border-right: 3px solid #236492;
}
.teacher-list li .media-left img{
	width: 148px;
	height: 180px;
}
.teacher-list li .media-body{
	position: relative;
	padding: 15px 20px;
}
.teacher-list li .media-body h4{
	font-size: 20px;
	letter-spacing: 2px;
	color: #236492;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.teacher-list li .media-body p{
	font-size: 12px;
	line-height: 1.8;
	color: #464646;
	margin-top: 15px;
}
.teacher-list li .media-body p:nth-child(3){
	padding-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
}
.teacher-list li .media-body span{
	padding: 4px 30px 4px 12px;
	font-size: 12px;
	color: #ddc37e;
	background: url(../images/list_arr.png) right center no-repeat;
	background-position: 80%;
	border: 1px solid #ddc37e;
	position: absolute;
	bottom: 5px;
	right: 20px;
}
.teacher-list li a:hover .media-body span{
	border: 1px solid #236492;
	color: #fff;
	background: #236492;
}
/*teacherInfo*/
.person-info{
	margin-top: 30px;
}
.person-info .introduce{
	padding-left: 20px;
	position: relative;
}
.person-info .introduce .pic{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 190px;
	height: 235px;
	background-size: contain;
}
.txtInfo{
	background: #eff5f8 url(../images/rwxq.png) right top no-repeat;
	background-position: 98% 0;
}
.txtInfo .txtTop{
	padding-left: 236px;
	background: #fff url(../images/rwxq.png) right top no-repeat;
	background-position: 98% 0;
}
.txtInfo .txtTop h4{
	font-size: 14px;
	color: #000;
	font-weight: normal;
	line-height: 40px;
}
.txtInfo .txtTop h4 span{
	position: relative;
	margin-right: 20px;
	font-size: 26px;
	color: #236492;
	font-weight: bold;
}
.txtInfo .txtTop h4 span:after{
	position: absolute;
	bottom: -9px;
	left: 0px;
	content: '';
	width: 100%;
	height: 3px;
	background: #d8b95a;
}
.txtInfo .txtContent{
	padding: 20px 0px 20px 235px;
	/*background: #eff5f8;*/
}
.txtInfo .txtContent p{
	font-size: 14px;
	color: #000;
	line-height: 2;
	margin-bottom: 15px;
}
.content .tab-nav{
	width: 100%;
	margin-top: 30px;
	border: 1px solid #236492;
}
.person-info .tab-nav li{
	float: left;
	padding: 0 20px;
	font-size: 16px;
	line-height: 40px;
	color: #343434;
	position: relative;
	min-width: 100px;
	text-align: center;
	cursor: pointer;
}
.person-info .tab-nav li:last-child:after{
	display: none;
}
.person-info .tab-nav .last:after{
	display: none;
}
.person-info .tab-nav li:after{
	content:"";
	display: block;
	width: 1px;
	height: 14px;
	background-color: #cccccc;
	position: absolute;
	top:0;
	bottom:0;
	right: 0;
	margin: auto;
}
.person-info .tab-nav .active{
	background-color: #236492;
	color: #fff;
}
.person-info .tab-wrap{
	margin-top: 20px;
}
.person-info .tab-wrap .item{
	font-size: 16px;
	line-height: 36px;
	color: #000000;
	text-indent: 2em;
	display: none;
}
@media screen and (max-width: 1800px){
	.teamList ul li{
		float: left;
		margin-right: 0.8%;
		width: 16%;
	}
	.teamList ul li .imgshow{
		height: 200px;
		width: 100%;
		background-size: contain!important;
	}
}
@media screen and (max-width: 1500px){
	.teamList ul li{
		float: left;
		margin-right: 2%;
		width: 32%;
		margin-bottom: 20px;
	}
	.teamList ul li:nth-child(3n){
		margin-right: 0px;
	}
	.teamList ul li .imgshow{
		height: 280px;
		width: 100%;
		background-size: contain!important;
	}
}
@media screen and (min-width: 1400px){
	.news{
		padding-right: 75px;
	}
	.Scientific{
		padding-right: 75px;
	}
}
@media screen and (max-width: 1199px){
	.banner ul li a{
		height: auto;
		background: none!important;
	}
	.banner ul li a img{
		display: block;
	}
	.newsRight li.media{
		margin-bottom: 10px;
	}
	.newsRight li a{
		padding-bottom: 10px;
	}
	.index-tit .txt{
		font-size: 16px;
	}
	.reportsList li{
		padding-bottom: 10px;
		margin-top: 12px;
	}
	.index-tit .txt{
		font-size: 12px;
	}
	.index-tit .txt span{
		font-size: 16px;
	}

}
@media screen and (max-width: 970px){
	.newsRight li.media{
		margin-bottom: 4px;
	}
	.newsRight li a{
		padding-bottom: 4px;
	}
	.team .index-title p:before{
		width: 35%;
	}
	.team .index-title p:after{
		width: 35%;
	}
	.teacher-list>li{
		width: 94.5%;
	}
	.person-info .introduce .pic{
		width: 136px;
		height: 166px;
	}
	.txtInfo .txtTop{
		padding-left: 140px;
	}
	.txtInfo .txtContent{
		padding: 20px 0px 20px 140px;
	}
}
@media screen and (max-width: 770px){
	.teamList ul li{
		float: left;
		margin-right: 2%;
		width: 32%;
		margin-bottom: 20px;
	}
	.teamList ul li:nth-child(3n){
		margin-right: 0px;
	}
	.teamList ul li .imgshow{
		height: auto;
		width: 100%;
		background: none;
	}
	.teamList ul li .imgshow img{
		display: block;
		max-width: 100%;
	}
}
@media screen and (max-width: 760px){
	.news{
		padding: 0PX;
	}
	.index-tit .txt{
		font-size: 12px;
	}
	.index-tit .txt span{
		font-size: 16px;
	}
	.newslist .newsLeft{
		padding: 0px;
	}
	.newslist .newsLeft img{
		width: 100%;
	}
	.newsRight{
		padding: 0px;
		margin-top: 15px;
	}
	.main-content3{
		padding: 20px 0px;
	}
	.main-content4{
		padding: 15px 0px;
	}
	.Scientific{
		padding: 0px;
	}
	.scientificList .ScientificLeft img{
		width: 100%;
	}
	.ScientificRight{
		padding: 0px;
		margin-top: 10px;
	}
	.admission{
		padding: 0px;
	}
	.zpgg{
		margin-top: 15px;
		padding: 0px;
	}
}
@media screen and (max-width: 500px){
	.teamList ul{
		padding: 0px 15px;
	}
	.teamList ul li{
		float: none;
		margin-right: 0;
		width: 100%;
		margin-bottom: 20px;
	}
	.teamList ul li:nth-child(3n){
		margin-right: 0px;
	}
	.teamList ul li .imgshow{
		height: auto;
		width: 100%;
		background: none;
	}
	.teamList ul li .imgshow img{
		width: 100%;
	}
	.teamList ul li .teamTitle p{
		padding: 10px 15px;
		font-size: 14px;
		background: #236492;
		color: #fff;
		overflow: inherit;
		line-height: 1.8;
		height: auto;
		text-align: justify;
		animation: all .2s ease-in;
	}
	.person-info .introduce{
		padding-top: 20px;
		background: #eff5f8;
	}
	.person-info .introduce .pic{
		position: relative;
		width: 190px;
		height: 235px;
	}
	.txtInfo{
		background: #eff5f8 url(../images/rwxq.png) right top no-repeat;
    	background-position: 98% 0;
	}
	.txtInfo .txtTop{
		margin-top: 15px;
		padding-left: 0px;
    	background: #eff5f8 url(../images/rwxq.png) right top no-repeat;
    	background-position: 98% 0;
	}
	.txtInfo .txtContent{
		padding-left: 0px;
	}
}