@charset "utf-8";
.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:1380px;
	height: 100%;
	padding: 0 0 0 0;
   margin:0 auto;
	text-align: center;
   display:none;
}
.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;
}
.iosSlider .slider .item .inner .selectorShadow {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../_img/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; */
   left: 0px;
	bottom: 15%;
	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";
}
.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: 0px;
/* 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 {
	position: relative;
	bottom:20px;
/* PKU	left: 0;
	width: 137px; */
	width: 160px;
	margin: 0 auto;
	z-index: 1;
	height: 11px;
}
.sliderContainer .slideSelectors .prev {
	float: left;
	width: 11px;
	height: 11px;
	background: url(../img/arrow_left.png) no-repeat 50% 0;
   cursor:pointer;
}
.sliderContainer .slideSelectors .next {
	float: left;
	width: 11px;
	height: 11px;
	margin: 0 0 0 10px;
	background: url(../img/arrow_right.png) no-repeat 50% 0;
   cursor:pointer;
}
.sliderContainer .slideSelectors .item {
	float: left;
	width: 9px;
	height: 9px;
	background: #aaa;
	margin: 1px 1px 1px 11px;
	/* opacity: 0.25; */
	filter: alpha(opacity=25);
	border-radius: 10px;
   cursor:pointer;
}
.sliderContainer .slideSelectors .item.first {
	margin-left: 1px;
}
.sliderContainer .slideSelectors .selected {
	width: 11px;
	height: 11px;
	margin: 0 0 0 10px;
	background: #eee;
	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;
}
@media screen and (max-width:1366px) {
 .content .campus h3 {
padding-left:73px;
}
 .content .campus_con {
width:1100px;
}
}
 @media screen and (max-width:1200px) {
 .content .thuimg .imgarrow.imgarrowleft {
 left:10px;
}
 .content .thuimg .imgarrow.imgarrowright {
 right:10px;
}
.content .bouti-tit {
width:1200px;
min-width:1200px;
}
.hnl-link-list {
width:1200px;
}
.hnl-link-item {
width:370px;
}
.news-link-item {
width:370px;
}
.help-link-item li {
/* PKU
width:252px;
*/
width: 350px;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.news-link-item li {
height:48px;
overflow:hidden;
}
}
@media screen and (max-width:1024px) {
 .iosSlider .slider .item .inner .text1 {
/* PKU top:178px; */
   height:30px;
}
.iosSlider .slider .item .inner .text2 {
/* PKU top:229px; */
top:329px;
}
.iosSliderDemo {
padding:0 0 236px;
}
.fluidHeight {
 height:236px;
}
.sliderContainer {
 max-height:236px;
}
/*.iosSlider .slider .item {
 width:1007px;
}*/
.iosSlider .slider .item .inner .text1 span {
   line-height:30px;
font-size:14px;
}
.iosSlider .slider .item .inner .more{
	width:45px;
   height:20px;
}
.iosSlider .slider .item .inner .more a {
	font-size:12px;
   line-height:20px;
}
}
 @media screen and (max-width:800px) {
 .iosSlider .slider .item .inner .text1 {
/* PKU top:100px; */
}
.iosSlider .slider .item .inner .text2 {
/* PKU top:149px; */
top:199px;
}
.iosSliderDemo {
padding-bottom:153px;
}
.iosSliderDemo {
padding:0 0 153px;
}
.fluidHeight {
 height:153px;
}
.sliderContainer {
 max-height:153px;
}
/*.iosSlider .slider .item .inner {
width:760px;
}*/
.iosSlider .slider .item .inner .text1 span {
font-size:14px;
}
}
 @media screen and (max-width:640px) {

.iosSliderDemo {
padding:0 0 100px;
}
.fluidHeight {
 height:100px;
}
.sliderContainer {
 max-height:100px;
}
/*.iosSlider .slider .item .inner {
width:600px;
}*/
.iosSlider .slider .item .inner .text1 {
/* PKU top:50px; */
}
.iosSlider .slider .item .inner .text2 {
/* PKU top:100px; */
top:125px;
}
}
 @media screen and (max-width:480px) {

/*.iosSlider .slider .item .inner {
width:300px;
}*/
.iosSlider .slider .item .inner .text1 {
display:none;
}
.iosSlider .slider .item .inner .text2 {
display:none;
}
.iosSliderDemo {
padding-bottom:63px;
}
.fluidHeight {
height:63px;
}

}
