@charset "utf-8";
/* CSS Document */
#main{width:100%;overflow:hidden;position:relative;z-index:991;}

body{overflow-x:hidden;}
/* Browser Resets
*********************************/












.iosSliderDemo {
	clear: both;
	width: 100%;
	/* padding: 0 0 30% 0; */
	padding: 0 0 460px;
	position: relative;
}
.fluidHeight {
	position: absolute;
	width: 100%;
	height:460px;
}
.sliderContainer {
	height: 100%;
	max-height:460px;
	padding: 0 0;
}
.iosSlider {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.iosSlider .slider {
	width: 100%;
	height: 100%;
}
.iosSlider .slider .item {
/* PKU	width: 1200px; */
	width: 100%;
   	max-width:1440px;
	height: 100%;
	padding: 0 0 0 0;
	text-align: center;
}
.iosSlider .slider .item .inner {
	position: relative;
	top: 0;
	left: 0;
	width:100%;
	margin: 0 auto;
	height: 100%;
	box-shadow: 0 0 10px -5px #000;
	background-position: 50% 0;
	background-repeat: no-repeat;
}
.iosSlider .slider .item .inner img {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
	width:1440px;
	height:460px;
}
.iosSlider .slider .item .inner .selectorShadow {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/selector-shadow.png) no-repeat 0 0;
	width: 120px;
	height: 30px;
	display: none;
}
.iosSlider .slider .item .inner .text1{
	opacity: 0;
	filter: alpha(opacity=0);
/* PKU	background:#9b0000; */
	background: none repeat scroll 0 0 #000000;
	position: absolute;
/* PKU	left: 150px; */
/* PKU	top: 250px; */
	bottom: 12%;
	padding: 0 12px 0 12px;
	height:50px;
	text-align: left;
}
.iosSlider .slider .item .inner .text1 span {
	color: #fff;
	font-size:24px;
	font-weight: 700;
	line-height:50px;
	padding: 0 8px;
	font-family:"Microsoft Yahei"; display:none;
}
.iosSlider .slider .item .inner .text1 span i {
	margin: 0 0 0 5px;
}
.iosSlider .slider .item .inner .text2 {
	background: none repeat scroll 0 0 #000000;
	opacity: 0;
	filter: alpha(opacity=0);
	padding: 10px 12px 10px;
	position: absolute;
	left: 100px;
/* PKU	top: 301px; */
	top: 451px;
	text-align: left;
}
.iosSlider .slider .item .inner .text2 span {
	display: block;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:1.5;
	font-weight: 100;
	padding: 0 8px;
	font-family:"Microsoft Yahei"
}
.iosSlider .slider .item .inner .more{
/*	opacity: 0.3;  zb */
	opacity: 0.4;
	background: none repeat scroll 0 0 #fff;
	position: absolute;
	bottom: 6%;
   	right:0;
/*	padding: 0 5px; zb */
	padding: 0 5px 0 2px;
	height:25px;
   	width:55px;
   	z-index:2;
	text-align: center;
}
.iosSlider .slider .item .inner .more a {
	color: #000;
   text-decoration:none;
	font-size:14px;
	line-height:25px;
	font-family:"寰蒋闆呴粦"
}
.sliderContainer .slideSelectors {
	/* PKU	left: 0;
	width: 137px; */
	margin: 0 auto;
	z-index: 1;
	position:absolute;
	width:100%;
	top:0px;
	height:auto;
}
.sliderContainer .slideSelectors01 {  top: 92%; text-align: center; }
.mask{ width:1440px; margin:0px auto; position:relative; z-index:3;}
.slideSelectors_pn .prev {
	position:absolute;
	left:40%;
	top:200px;
	margin-left:-500px;
	width:28px;
	height: 48px;
	background: url(../images/arr_lf.png) no-repeat 50% 0;
	
}
.slideSelectors_pn .next {
	position:absolute;
	left:60%;
	top:200px;
	width: 28px;
	height: 48px;
	margin: 0 0 0 10px;
	background: url(../images/arr_rt.png) no-repeat 50% 0;
	margin-left:470px;
}
.sliderContainer .slideSelectors .item {
	width: 9px;
	height: 9px;
	/*background: #8c0000;*/
	margin: 1px 1px 1px 11px;
	border:1px solid #8c0000;
	/* opacity: 0.25; */
	/*filter: alpha(opacity=25);*/
	border-radius: 50%;
	display: inline-block;
}
.sliderContainer .slideSelectors .item.first {
	margin-left: 1px;
}
.sliderContainer .slideSelectors .selected {
	width: 11px;
	height: 11px;
	margin: 0 0 0 10px;
	background: #8c0000;
	border:1px solid #8c0000;
	opacity: 1;
	filter: alpha(opacity=100);
	box-shadow: none;
}
.sliderContainer .slideSelectors .selected.first {
	margin-left: 0;
}
.sliderContainer .scrollbarContainer {
	position: relative;
	bottom: 4px;
	left: 0;
/* PKU
	width: 1024px;
*/
	height: 4px;
	margin: 0 auto;
	z-index: 1;
}
.sliderContainer .scrollbarContainer {
	position: relative;
	bottom: 4px;
	left: 0;
	height: 4px;
	margin: 0 auto;
	z-index: 1;
}

.slideSelectors .mask-right, .slideSelectors .mask-left {
    background: #fff none repeat scroll 0 0;
    opacity: 0.5;
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
    overflow: hidden;
    z-index: 4;
	height: 460px;
	position: absolute;
	width:1440px;
	
}
.slideSelectors .mask-left {
	margin-left:-2160px;
    left:50%;
}
.slideSelectors .mask-right {
	margin-left:719px;
    left:50%;
}

.content{width:100%;overflow:hidden;margin:0px auto;/*background:url(../images/content_bg.png) no-repeat center bottom;*/font-size: 20px;}
.mode01{max-width:1200px;margin:30px auto;overflow:hidden;}
.mode01 .lf{width:58.25%;float:left;overflow: hidden;}
.mode01 .rt{width:38.5%;float:right;overflow: hidden;}
.articleList{}
.articleTitle{border-bottom: 1px solid #17509d;padding-bottom:10px;}
.articleTitle .more{float: right;margin-top:10px;color:#17509d;}
.articleTitle h2{font-size: 1.3em;color:#17509d;}
/*新闻中心*/
.NewsList{margin-top:30px;overflow: hidden;}
.TopNews{overflow: hidden;padding-bottom:30px;border-bottom: 1px solid #ddd;}
.TopNews .item{float: left;width: 48%;}
.TopNews .item:nth-child(2n+1){margin-right: 4%;}
.TopNews .bottom h2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}

.TopImg{/*float: left;width: 41.92%;overflow: hidden;margin-right:4%;*/margin-bottom: 10px;}
.TopImg span{display:block;width:100%;height: 0;padding-bottom:66.553%;overflow: hidden;background-color:#ccc;}
.TopCon{float:left;width:100%;overflow: hidden;}
.TopCon a{display: block;}
.TopCon a h2 {margin-bottom:22px;font-size: 16px;color: #464646;max-height: 42px;}
.TopCon a:hover h2{color:#17509d;}
.leftDate{color:#888;font-size: 12px;font-size: .8em;}
.TopCon p{margin-top: 22px;font-size: 12px;color: #666;line-height: 22px;max-height: 88px;overflow: hidden;}
.NewsConList{}
.NewsConList li{border-bottom: 1px solid #ddd;}
.NewsConList li a{display: block;padding:7px 0;*padding:15px 0;}
.NewsConList li a h2{font-size: 14px;color: #464646;font-weight: normal;margin:6px 0;font-size: 1em;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.NewsConList li a{display: block;overflow: hidden;}
.NewsConList li a:hover{background-color:#fafafa;}
.NewsConList li a:hover h2{color:#17509d;}
.NewsConList li .leftDate{color:#888;font-size: 12px;float: right;margin-left:15px;font-size: .8em;margin-top: .6em;}


.ios_left { width:50%; position:absolute; left:0px; top:0px; }
.ios_right { width:50%; position:absolute; right:0px; top:0px; }






/*通知公告*/
.articleTitle01{border:0;}
.EventsList{background:#f2f2f2;}
.EventsList li{border-bottom: 1px solid #ddd;overflow: hidden;}
.EventsList li a{padding:30px 20px;}
.EventsList li:last-child{border-bottom: none;}
.EventsList li .leftDate{float: left;overflow: hidden;width:13.73%;background: #17509d;text-align: center;font-family: "Book Antiqua"; padding: 2px 0;}
.EventsList li .leftDate i{margin:3px 0; font-size: 14px; color:#fff;border-bottom: 1px solid #fff;font-style: normal;padding-bottom: 4px;}
.EventsList li .leftDate strong{ font-weight: normal; color:#fff;display: block;font-size:30px;}
.EvensCon{float: right;overflow: hidden;width:80%;}
.EvensCon h2{margin-top:8px;font-size:14px;color: #464646;font-weight: normal;min-height: 43px;font-size: 1em;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.EventsList li a{display: block;overflow: hidden;}
.EventsList li a:hover{background-color:#fafafa;}
.EventsList li a:hover h2{color:#17509d;}


.mode02{max-width:1200px;margin:50px auto 20px;overflow:hidden;}
.mode02 .lf{width:58.25%;float:left;overflow: hidden;}
.mode02 .rt{width:38.5%;float:right;overflow: hidden;}
.ResearchList{margin-top:4%;overflow: hidden;}
.ResearchList li{border-bottom:1px solid #ddd;padding-bottom:15px;margin-bottom:20px;}
.ResearchList li.Nomargin{margin-bottom:0;padding-bottom:0;border-bottom: none;}
.ResearchList li h2{margin-bottom:16px;font-size: 14px;font-weight: normal;max-height: 3em;overflow: hidden;font-size: 1em;line-height: 1.5em;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.ResearchList .ResearchLf{float: left;width: 47%;padding-right:2%;border-right: 1px solid #ddd;}
.ResearchList .ResearchRt{float: right;width: 47%;padding-left:2%;}
.ResearchList li a:hover h2{color:#17509d;}
/*学术公告*/
.acamicList{margin-top:4%;overflow: hidden;}
.acamicList li{margin: 9px 0 23px;}
.acamicList li.Nomargin{margin-bottom:0;}
.acamicList li .rightDate{float: right;font-style: normal;color:#838383;font-size: 12px;font-size: .8em;}
.acamicList li h2{font-size: 14px; font-weight: normal;font-size: 1em;}
.acamicList li a:hover h2{color:#17509d;}

@media screen  and (max-width:1500px) {
.iosSlider .slider .item .inner img { height:auto; }
.sliderContainer .slideSelectors01 { top:83%; }	
}

@media screen  and (max-width:1200px) {
	.mode01,.mode02{width:auto;padding:0 20px;margin:20px auto;}
	.TopCon a h2{margin-bottom:0;}
	.content{background: none;}
	.sliderContainer{max-height: auto;}
	
	
}


@media screen and (max-width: 800px) {
  .flex-direction-nav .flex-prev { opacity: 0; left: 0px;}
  .flex-direction-nav .flex-next { opacity: 0; right: 0px;}
  .flex-direction-nav a{top:65%;}
  .mode01 .lf{width:100%;float: none;}
	.mode01 .rt{width:100%;float: none;margin-top:20px;}
	.TopImg{width: 33.92%;}
	.TopCon{width: 62.02%;}
	.NewsConList li a h2{margin-bottom: 10px;min-height: 19px;}
	.articleTitle h2{font-size: 1em;}
	.articleTitle .more{font-size: 12px;}
	.EventsList li .leftDate{width: 8.73%;}
	.EventsList li .leftDate i{font-size: 14px;}
	.EventsList li .leftDate strong{font-size: 20px;}
	.EvensCon{width: 86%;}
	.EvensCon h2{padding-bottom: 8px;min-height: 30px;}
	.TopCon a h2{font-size: 14px;min-height: 30px;}
	.leftDate{font-size: 12px;}
	.TopCon p{margin-top: 9px;}
	.NewsConList li a h2{font-size:14px;}
	.NewsConList li a{padding:12px 0;}
	.LinksList li a h2{font-size: 16px;line-height:24px;}
	.AlumniList  a .alumniImg{width: 100%;float: none;overflow: hidden;}
	.AlumniList  a .alumniImg img{width: 100%;}
	.AlumniList a h2{width: 100%;float: none;overflow: hidden;margin:1% 0;}
	.mode02 .lf{width:100%;float:none;margin:0 auto;}
	.mode02 .rt{width:100%;float:none;margin:3% auto 0;}
	.AlumniList{margin-top:3%;}
	.NewsConList li .leftDate{float: none;}
	.EvensCon h2{margin-top: 5px;}
}
@media screen  and (max-width:640px) {
	
	.NewsConList li a h2{font-size: 14px;}
	.flexslider .til_slides{display: none;}
	.LinksList li{width: 100%;float: none;margin-top:20px;}
	.LinksList li img{width: 100%;}
	.LinksList li a h2{bottom:-5px; width: 100%; min-height: 0;font-size: 16px;margin-bottom: 5px;}
	.ResearchList li{width: 100%;}
	.ResearchList li img{width: 100%;margin-top:3%;float: none;}
	.ResearchList li a h2{margin-bottom:0;}
	#main .bannerMore{bottom:5px;right: 5px;}
	#main .bannerMore a{font-size: 12px;padding:2px 3px;}
	.flex-control-nav{text-align: left;width: 70%;left:10px;}
	.EvensCon h2 {    margin-top: 0px;     overflow: hidden;}
	.acamicList li .rightDate{float: none;}
}

@media screen and (max-width:480px){
	.TopImg{width: 100%;margin:0 auto;float: none;}
	.TopImg img{width: 100%;}
	.TopCon{width: 100%;float: none;padding-top:15px;}
	.EventsList li .leftDate{width: 9.73%;}
	.EvensCon{width:84%;padding-top:5px;}
	.EmployList li{width: 100%;float: none;border-bottom:1px solid #ddd;padding-bottom:3%;}
	.EmployList li:last-child{border-bottom: none;}
	.EmployList li a{padding-right: 0;}
	.EmployList li a h2{margin-bottom: 0;min-height: 49px;}
	.EmployList li.EmployNoBorder{width: 100%;float: none;margin-top:3%;}
	.EmployList li.EmployNoBorder a{padding-left: 0;}
	.EmployList li a p{margin-top: 1%;}
	.ResearchList li.Nomargin{border-bottom:1px solid #ddd;padding-bottom:15px;margin-bottom:20px;}
	.ResearchList .ResearchLf{float: none;width: 100%;margin-bottom:10px;}
	.ResearchList .ResearchRt{float: none;width: 100%;padding-left:0;}
	.EventsList li a{padding:10px 5px;}
	.EvensCon h2{font-size: 12px;}
	.ResearchList li{margin-bottom: 9px;}
	.acamicList li{margin: 9px 0 15px;}


}


@media screen /*and (min-width:320px)*/ and (max-width:360px) {
	
}
