*{margin: 0;padding: 0;}
			
nav{
	width: 100%;
	height: auto;
	background: #fff;
}

.nav-headbox{
	width: 100%;
	height: 30px;
	min-width: 1200px;
	background: #d1dee7;
}

.nav-head{
	width: 1200px;
	height: 100%;
	margin: auto;
}

.nav-head .nav-time,
.nav-head .nav-schoolhome{
	width: 50%;
	height: 100%;
	float: left;
	line-height: 30px;
	font-size: 14px;
}

.nav-schoolhome li{
	float: right;
	list-style: none;
}

.nav-schoolhome li a{
	color: #000;
	text-decoration: none;
}

.nav-logobox{
	width: 1200px;
	height: 130px;
	margin: auto;
}

.nav-logobox .nav-logo{
	width: 40%;
	height: 100%;
	float: left;
	padding: 23px 0;
	box-sizing: border-box;
}

.nav-logobox .nav-logo img{
	width: 100%; 
	height: auto;
}

.nav-logobox .nav-school-motto{
	width: 35%;
	height: 100%;
	float: left;
	padding: 15px 0;
	box-sizing: border-box;
	text-align: center;
}

.nav-logobox .nav-school-motto img{
	width: 80%; 
	height: auto;
	margin-top: 30px;
}

.nav-logobox .nav-search{
	width: 25%;
	height: 100%;
	float: left;
}

.nav-logobox .nav-search .nav-search-input{
	width: 100%;
	height: 35px;
	margin-top: 50px;
	text-align: right;
	position: relative;
}

.nav-logobox .nav-search input[type="text"]{
	width: 90% !important;
	height: 100%;
	border-radius: 50px;
	padding: 0 50px 0 15px;
	box-sizing: border-box;
	border: 1px solid #aaaaaa;
	outline: none;
}

.nav-logobox .nav-search input[type="submit"]{
	width: 35px;
	height: 100%;
	border: none;
	border: none;
	outline: none;
	background: url(../../image/icon-sousuo.png) no-repeat center;
	position: absolute;
	top: 0;
	right: 10px;
	cursor: pointer;
}

.nav-logobox .nav-search  input[type="submit"] img{
	width: 100%;
	height: auto;
}

.nav-columnbox{
	width: 100%;
	height: 50px;
	background: #0045e2;
	min-width: 1200px;
}

.nav-columnbox>div{
	width: 1200px;
	margin: auto !important;
}

.nav-columnbox ul{
	width: 1200px;
	margin: auto;
	height: 100%;
}

.nav-columnbox ul li{
	width: 109px;
	list-style: none;
	float: left;
	line-height: 50px;
	position: relative;
}

.nav-columnbox ul li a{
	display: block !important;
	width: 100% !important;
	height: 50px !important;
	color: #FFFFFF !important;
	text-decoration: none !important;
	font-size: 18px !important;
	text-align: center !important;
	background: #0045e2 !important;
	font-weight: 500 !important;
	line-height: 50px !important;
}

.nav-columnbox ul li a:hover{
	background: #30a4f2 !important;
}

.nav-two-item{
	display: none;
	min-width: 100%;
	height: auto;
	background: #0045e2;
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 99;
}

.nav-two-item a{
	white-space: nowrap;
	width: auto !important;
	min-width: 100% !important;
	height: 50px !important;
}

footer{
	width: 100%;
	height: auto;
	min-width: 1200px;
	background: url(../../image/dibuse.png) no-repeat center;
	background-size: 100% 100%; 
	background-position: 0 0;
	padding-top: 180px;
	box-sizing: border-box;
}

.content-ft-logo{
	display: table-cell;
	padding: 50px;
	box-sizing: border-box;
}

.foot-logo{
	width: 120px;
}

.foot-logo a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.foot-logo .foot-wx:before{
	content: "红色党建";
	font-size: 14px;
	color: #fff;
	position: absolute;
	left: 50%;
	bottom: 15px;
	transform: translate(-50%,0);
}

.foot-logo .foot-wb:before{
	content: "青春生科";
	font-size: 14px;
	color: #fff;
	position: absolute;
	left: 50%;
	bottom: 15px;
	transform: translate(-50%,0);
}

.foot-logo img{
	width: 100%;
	height: auto;
}

.foot-logo,
.foot-copyright{
	height: 120px;
	float: left;
	margin-bottom: 30px;
	margin-left: 60px;
}

.foot-copyright p{
	font-size: 14px;
	font-family: "微软雅黑";
	color: #fff !important;
	margin-bottom: 25px;
}

.foot-copyright p a,.foot-copyright p span{
	color: #fff !important;
}

.foot-code{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	display: none;
	border-radius: 10px;
}