@charset "utf-8";

/*通用 start*/
.container-out {
	background: url(../../images/fw_bg.jpg) no-repeat bottom center #fff;
}

.container-box {
	max-width: 1000px;
	margin: 0 auto;
}

/*通用 end*/


/*迷你导航 start*/
.mininav {
	line-height: 32px;
	background: #700005;
	font-size: 1.4rem;
}

.mininav p {
	margin: 0;
}

.mininav .mininav-list {
	margin: 0;
	padding: 0;
}

.mininav .mininav-list li {
	display: inline-block;
	padding: 0 .3em;
	color: #a40000;
}

.mininav .mininav-list li a {
	color: #e5e3e3;
}

/*迷你导航 end*/

/*logo&search start*/
.logobox {
	background: #8f000b url(../../images/pkucloud1h100.png) no-repeat top right;
	padding: 20px 0;
}

.logobox img {
	max-width: 362px;
	width: 100%;
}

#searchform {
	display: none;
	position: absolute;
	right: -12px;
}

.search-box:hover #searchform {
	display: block !important;
}

#searchform input[type="text"] {
	background: #fff;
	border-radius: 0;
	border: #ccc solid 1px;
}

#searchform button[type="submit"] {
	outline: none;
	background: none;
	border: none;
}

#searchform [class*=am-icon-]:before {
	color: #abadae;
}

/*logo&search end*/

/*导航栏 start*/

.navbox {
	background: #fff;
}

.am-nav>li {
	position: static;
}

.am-nav-pills>li>a,
.am-nav-pills>li.am-active>a,
.am-nav-pills>li.am-active>a:focus,
.am-nav-pills>li.am-active>a:hover {
	cursor: pointer;
	background-color: transparent;
	white-space: nowrap;
}

.am-topbar-nav>li>a:hover:after,
.am-topbar-nav>li.am-active>a:after {
	opacity: 0;
}

.am-nav-pills>li>a:focus,
.am-nav-pills>li>a:hover {
	background-color: #8f000b;
	color: #fff;
}

.am-nav-pills>li+li {
	margin-left: 0;
}

.am-nav-pills {
	border-right: #fff dashed 1px;
}

.am-nav-pills:last-child {
	border-right: none;
}

.am-topbar-nav>li>a {
	padding: 13px 28px;
	line-height: normal;
	text-align: center;
}

.am-dropdown-content {
	margin: 0;
	border: none;
	min-width: 100%;
	top: auto;
}

.am-dropdown-content p {
	font-size: 1.4rem;
	float: left;
	width: 240px;
	text-align: center;
	color: #8c0000;
}

.am-dropdown-content ul {
	padding: 0;
	margin: 0 0 0 20px;
	float: left;
	width: 160px;
}

.am-dropdown-content#schools ul {
	margin: 0;
}

.am-dropdown-content ul li {
	font-size: 1.4rem;
	list-style: none;
	text-align: center;
}

.am-dropdown-content:after,
.am-dropdown-content:before {
	display: none;
}

.am-btn-primary,
.am-btn-primary:focus,
.am-btn-primary:hover {
	background-color: #ff6600;
	border-color: #ff6600;
}

.am-topbar-btn {
	margin-bottom: 8px;
}

/*导航栏 end*/

/*banner切换 start*/
#banner-slider {
	margin-bottom: 20px;
	box-shadow: none;
}

#banner-slider ul li img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	height: 450px;
}

#banner-slider .am-slider-desc {
	width: auto;
	left: 10%;
	font-size: 2.4rem;
	bottom: 60px;
	background-color: rgba(0, 0, 0, .4);
}

#banner-slider .am-control-nav li {
	margin: 0 3px;
}

#banner-slider .am-control-nav li a {
	width: 15px;
	height: 15px;
	background-color: #aaa;
}

#banner-slider .am-control-nav li a.am-active,
#banner-slider .am-control-nav li a:hover {
	background-color: #eee;
}

#banner-slider .am-control-nav {
	bottom: 20px;
	z-index: 9;
}

/*banner切换 end*/

/*列表 start*/
.am-list-news-hd {
	margin-bottom: 8px;
	border-bottom: 2px solid #8c0000;
}

.am-list-news-hd h2 {
	font-size: 1.8rem;
	font-weight: normal;
}

.am-list-news-hd h2 a {
	display: inline-block;
	padding-right: 10px;
}

.am-list .am-list-item-dated a {
	padding-right: 0;
	padding-left: 50px;
}

.am-list>li {
	border: none;
}

.am-list>li>a {
	padding: .417rem 0;
}

.am-list-date {
	left: 0;
	right: auto;
	top: 0.4rem;
	font-size: 1.6rem;
}

.am-list-news-default .am-list-date {
	color: #a40000;
}


/*列表 end*/

/*about start*/
#about .title,#Anniversary .title {
	font-size: 1.5rem;
	font-weight: normal;
	margin: 5px 0;
}

#about p,#Anniversary p {
	color: #787878;
	font-size: 1.2rem;
	margin: 0;
}

#about ul,#Anniversary ul {
	padding: 0;
	margin: 0;
}

#about ul li,#Anniversary ul li {
	list-style: none;
	font-size: 1.4rem;
	height: 64px;
	overflow: hidden;
	padding: 14px 12px 0px 18px;
	border-bottom: 1px solid #e5e5e5;
}

#about a.more,#Anniversary a.more {
	display: block;
	text-align: right;
	color: #8c0000;
	font-size: 1.4rem;
	padding-right: 17px;
	margin-top: 10px;
	background: url(../../images/a_bg.jpg) no-repeat right center;
}

/*about end*/

/*news start*/
#news {
	margin-bottom: 20px;
}

#news ul {
	padding: 0;
	margin: 0;
}

#news ul li {
	list-style: none;
	position: relative;
}

#news ul li a.title {
	display: inline-block;
	height: 44px;
	overflow: hidden;
	font-size: 1.4rem;
	padding-left: 120px;
}

#news ul li span.time {
	position: absolute;
	left: 0;
	top: 5px;
	color: #8c0000;
	display: inline-block;
	padding-right: 20px;
	line-height: 36px;
	background: url(../../images/line.jpg) no-repeat right center;
}

/*news end*/

/*campus start*/
#campus {
	margin-bottom: 20px;
}

#campus ul {
	padding: 0;
	margin: 0;
}

#campus ul li {
	list-style: none;
	position: relative;
}

#campus ul li a.title {
	display: inline-block;
	height: 44px;
	overflow: hidden;
	font-size: 1.4rem;
	padding-left: 140px;
}

#campus ul li span.time {
	position: absolute;
	left: 0;
	top: 5px;
	color: #8c0000;
	background-color: #f4f4f4;
	display: inline-block;
	width: 120px;
	text-align: center;
	line-height: 40px;
	font-size: 1.4rem;
}

/*campus end*/

/*schools start*/
#schools ul {
	padding: 0;
	margin: 0;
}

#schools ul li {
	list-style: none;
}

#schools ul li img {
	width: 100%;
	height: 120px;
}

#schools ul li h1 {
	font-size: 1.4rem;
	font-weight: normal;
}

#schools ul li p {
	font-size: 1.2rem;
	color: #505050;
	margin: 0;
	height: 57px;
	overflow: hidden;
}

#schools ul li a.more {
	display: block;
	text-align: right;
	font-size: 1.2rem;
}

/*schools end*/

/*图片列表 start*/
.pic-list ul {
	padding: 0;
	margin: 0;
}

.pic-list ul li {
	list-style: none;
	position: relative;
	margin-bottom: 20px;
}

.pic-list ul li img {
	width: 100%;
	height: 173px;
}

.pic-list ul li h1.title {
	position: absolute;
	color: #fff;
	font-size: 1.4rem;
	font-weight: normal;
	bottom: 0;
	margin: 0;
	padding: 5px;
	width: 100%;
	background: rgba(0, 0, 0, .5);
}

/*图片列表 end*/

/*底部图片 start*/
.list-box {
	margin: 0 -25px;
}

.list-box li {
	position: relative;
	padding: 0 25px;
	margin-bottom: 30px;
}

.list-box li img {
	width: 100%;
	height: 146px;
	padding: 10px;
	background-color: #fff;
}

.list-box li h1.title {
	position: absolute;
	color: #fff;
	font-size: 1.4rem;
	font-weight: normal;
	bottom: 0;
	margin: 0;
	padding: 15px;
	width: 82%;
}

/*底部图片 end*/


/*页尾 start*/
.footer {
	padding: 37px 0;
	background: url(../../images/f_bg.jpg) no-repeat center top;
}

.footer li {
	margin-bottom: 10px;
}

.footer li a {
	font-size: 1.4rem;
	color: #fff;
}

.footer .footer-logo {
	max-width: 100%;
	margin-top: 20px;
}

.footer-bottom {
	padding: 8px 0;
	text-align: center;
	background-color: #000;
	font-size: 1.2rem;
	color: #fff;
}

.footer-bottom span {
	padding: 0 10px;
}

/*页尾 end*/

/*不同分辨率适配 start*/

/*手机*/

@media only screen and (max-width: 640px) {

	/*logo start*/
	.logobox {
		text-align: center;
		background: #8f000b;
	}

	/*logo end*/

	/*search start*/
	#searchform {
		position: static;
		display: block;
		max-width: 100%;
		float: none;
	}

	/*search start*/

	/*导航 start*/
	.am-dropdown-content {
		display: none !important;
	}

	.am-nav>li>a {
		padding: .4em 1em;
		color: #333 !important;
		background-color: transparent !important;
	}

	/*导航 end*/

	/*banner切换 start*/
	#banner-slider .am-slider-desc {
		display: none;
	}

	#banner-slider ul li img {
		height: auto;
	}

	#banner-slider .am-control-nav {
		bottom: 5px;
	}

	/*banner切换 end*/

	/*about start*/
	#about ul li {
		padding: 14px 0 0 0;
	}

	/*about end*/

	/*底部图片 start*/
	.list-box {
		margin: 0 0 10px 0;
	}

	.list-box li {
		padding: 0;
		margin-bottom: 0;
	}

	.list-box li img {
		padding: 5px;
		height: 8rem;
	}

	/*底部图片 end*/
	
	/*页尾 start*/
	.footer{
		padding: 10px 0;
		background-size: cover;
	}
	.footer .footer-logo{
		margin: 10px 0;
	}
	/*页尾 end*/
}

/*电脑*/

@media only screen and (min-width: 1025px) {}

/*平板和电脑*/

@media only screen and (min-width: 641px) {}

/*手机和平板*/

@media only screen and (max-width: 1024px) {}

/*不同分辨率适配 end*/

