*{
	margin: 0;
	padding: 0;
}
ul li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #000000;
}
input{
	border: none;
	outline: none;
}
.inner{
	max-width: 1250px;
	margin: 0 auto;
}
.frag{
	display: none;
}
/* pc端 */
#template{
	display: flex;
}
.navigation-box{
	height: 90px;
	display: flex;
	align-items: center;
}
#template-left,.navigation-icon-fenlei,.search{
	display: none;
}
.navigation{
	background-image: linear-gradient(#fbfbfb, #e1dfe0);
}
#template-right{
		width: 100%;
		height: 100%;
		flex-shrink: 0;
}
.header{
	height: 60px;
	background-color: #1d4a83;
}
.header-box{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-right{
	display: flex;
	height: 60px;
	align-items: center;
}
.header-icon-back{
	width: 120px;
	color: #FFF;
	font-size: 13px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
}
.header-search{
	display: flex;
}
.header-search-box{
	width: 240px;
	display: flex;
	position: relative;
}
.header-search-title{
	width: 240px;
	height: 30px;
	border-radius: 30px;
	padding: 0 40px 0 12px;
	box-sizing: border-box;
	background-color: #163e6f;
	color: #fff;
}
.search-sub{
	position: absolute;
	right: 0px;
	width: 40px;
	height: 32px;
	border-radius: 0 30px 30px 0;
	overflow: hidden;
}
.header-search-image{
	background: url(images/sousuo.png) no-repeat center center;
}
.search-image{
	background: url(images/suosou1.png) no-repeat center center;
}
.navigation-list{
	width: 100%;
	height: 100%;
	margin-left: 100px;
}
.navigation-list-uls{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.navigation-list-li{
	flex-grow: 1;
	flex-shrink: 0;
	position: relative;
}
.navigation-list-a{
	color: #000;
	width: 100%;
	height: 90px;
	line-height: 90px;
	text-align: center;
	display: inline-block;
	padding-bottom: 5px;
	box-sizing: border-box;
}
.navigation-list-as{
	color: #000;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
	padding: 0 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.navigation-list-on{
	min-width: 108px;
	position: absolute;
	top: 90px;
	left: 0px;
	opacity: 0;
	background-image: linear-gradient(#fbfbfb, #e1dfe0);
	z-index: 999;
	transform: translateY(30px);
	transition: all 0.2s ease-in-out;
	pointer-events: none;
	font-size: 14px;
}
.navigation-list-li:hover .navigation-list-on{
	transform: translateY(0);
	pointer-events: all;
	opacity: 1;
}
/* 底部 */
.footer{
	width: 100%;
	height: 120px;
	background-color: #223347;
}
.footer-box{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer-left{
	width: 400px;
	height: 42px;
	display: flex;
	align-items: center;
}
.footer-title{
	margin-left: 10px;
	color: #ccc;
	font-size: 12px;
	line-height: 21px;
}
.footer-right{
	width: 200px;
	height: 40px;
	color: #fff;
	background-color: #223347;
	border-radius: 3px;
}
/* 移动端 */
@media screen and (max-width: 750px){
	.header,.navigation-list,.navigation-list{
		display: none;
	}
	#template{
		max-width: 750px;
		overflow: hidden;
	}
	#template-left{
		width: 220px;
		flex-shrink: 0;
		height: 100vh;
		background-color: #0a3568;
		display: none;
	}
	.template-left-header{
		display: flex;
		align-items: center;
		justify-content: space-between;
		color: #FFFFFF;
		height: 35px;
		line-height: 35px;
		padding-left: 20px;
		box-sizing: border-box;
	}
	.template-icon-fenlei{
		width: 55px;
		text-align: center;
		flex-shrink: 0;
	}
	.template-icon-fenlei span,.navigation-icon-fenlei span{
		font-size: 20px;
	}
	.template-left-nav{
		width: 100%;
		background-color: #1d4a83;
		height: calc(100vh - 35px);
		overflow: hidden;
		overflow-y: auto;
	}
	.template-left-box{
		padding: 0 15px;
		position: relative;
		line-height: 40px;
		box-sizing: border-box;
	}
	.template-left-box a{
		color: #fff;
		font-size: 14px;
		width: 80%;
		height: 100%;
		display: inline-block;
		white-space:nowrap;
	}
	.dropdown-toggle{
		width: 20%;
		height: 40px;
		text-align: center;
		position: absolute;
		top: 0;
		right: 0;
		color: #FFFFFF;
		transition: all 0.2s linear;
		transform: rotate(90deg);
		display: none;
	}
	.template-left-list{
		display: none;
	}
	.sub>.current>.dropdown-toggle {
		transition: all 0.2s linear;
		transform: rotate(270deg);
	}
	.navigation-icon-fenlei{
		flex-shrink: 0;
		width: 35px;
		text-align: right;
		display: block;
	}
	.navigation-logo-college{
		width: 268px;
		height: 45px;
		padding-left: 20px;
	}
	.navigation-logo-college img{
		width: 100%;
		height: 100%;
	}
	.search{
		width: 100%;
		height: 40px;
		padding: 0 20px;
		box-sizing: border-box;
		background-color: #1d4a83;
		display: block;
	}
	.search-box{
		width: 100%;
		height: 40px;
		padding: 4px 0;
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		position: relative;
	}
	.search-title{
		width: 100%;
		height: 32px;
		padding: 0 40px 0 10px;
		box-sizing: border-box;
		border-radius: 30px;
	}
	/* 底部 */
	.footer{
		margin-top: 10px;
	}
	.footer-left{
		width: 100%;
		padding: 0 5px;
	}
	.footer-right{
		width: 90%;
		margin: 0 auto;
	}
}