﻿
nav{
	width: 100%;
	height: auto;
	min-width: 1200px;}

.nav-top{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #F4F8FB;}

.nav-top-middle,.nav-logo-middle,.nav-nav-middle,.content-link-middle{
	width: 1200px;
	height: 100%;
	margin: auto;}

.nav-top-time,.nav-logo-img{
	width: 50%;
	height: 100%;
	float: left;
	position: relative;}

.nav-top-link,.nav-logo-search{
	width: 50%;
	height: 100%;
	float: left;
	text-align: right;
	position: relative;}

.nav-top-link a{
	color: #000;
	text-decoration: none;}

.nav-logo{
	width: 100%;
	height: 110px;
	margin: auto;
	background: #006EEB;}

.nav-logo-img img{
	width: auto;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	border: none;}

.nav-search{
	width: 100%;
	height: 36px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);}

.nav-search input{
	width: 50%;
	height: 100%;
	border: 1px solid #E8E8E8;
	border-radius: 10px;
	padding: 0 46px 0 15px;
	box-sizing: border-box;
	background: none;
	color: #fff !important;
	outline: none;}

input::-webkit-input-placeholder{
	color: #fff;}

.nav-search a{
	display: block;
	width: 50px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0 10px 10px 0;
	background: url(../static/sousuo.jpg) no-repeat center;
	cursor: pointer;}
.nav-nav{
	width: 100%;
	height: auto;
	min-width: 1200px;
	background: #FFFFFF;}

.nav-nav-ul{
	display: table;
	width: 100%;
	height: 100%;
	margin: 0;}

.nav-nav-ul>li{
	display: table-cell;
	width: 11.3333%;
	height: 100%;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
	position: relative;}

.nav-nav-ul>li a{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	color: #000;
	text-decoration: none;
	font-size: 16px;
	line-height: 46px;}

.nav-nav-a-item{
	width: 100%;
	height: auto;
	position: absolute;
	top: 56px;
	left: 0;
	z-index: 99;
	background: #fff;
	border-radius: 10px;
	display: none;}

.nav-nav-a-item li{
	width: 100% !important;
	height: auto;}

.nav-nav-a-item a{
	display: block;
	width: 100%;
	white-space: nowrap;
	font-size: 14px !important;}

.nav-nav-a-active{
	color: #fff !important;
	background: #006EEB;}
.nav-nav-ul li a:hover{
	color: #fff;
	background: #006EEB;}



footer{
	width: 100%;
	min-width: 1200px;
	height: auto;
	background: #006EEB;}

.footer-copyright{
	width: 1200px;
	height: auto;
	margin: auto;
	text-align: center;
	padding: 36px 0;
	position: relative;}

.footer-copyright span{
	display: block;
	position: absolute;
	top: 50%;
	right: 100px;
	transform: translate(0,-50%);
	border: 1px solid;
	width: 100px;
	height: 100px;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;}

.footer-copyright span:before{
	content: "学校微信";
	position: absolute;
	bottom: -36px;
	left: 0;
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;}

.footer-copyright p{
	color: #fff;
	line-height: 46px;
	margin: 0;
	font-size: 14px;}

.footer-copyright p a{
	color: #FFF;
	text-decoration: none;}