/* 默认样式 */
*{
	padding: 0;
	margin: 0;
}
.public{
	width: 1200px;
	margin: 0 auto;
}
ul li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #000000;
}
a:hover{
	color: #0774bb;
}
.main-span{
	color: #fff;
}
/* pc端配置 */
#template{
	display: flex;
}
#template-left{
	display: none;
}
#template-right{
	width: 100%;
	height: 100%;
	overflow: hidden;
	flex-shrink: 0;
}
#header{
	width: 100%;
	height: 90px;
	border-bottom: 3px solid #0470b9;
}
.header{
	margin: 0 auto;
	max-width: 1920px;
	display: flex;
	align-content: center;
	justify-content: space-between;
	padding: 0 40px;
	box-sizing: border-box;
}
.navigation-icon-fenlei{
	display: none;
}
.header-top-logo{
	width: 400px;
	height:90px;
	display: flex;
	align-items: center;
}
.header-top-logo img{
	width: 400px;
	height: 53px;
}
.header-list{
	display: flex;
	align-items: center;
}
.header-list-box{
	height: 90px;
	display: flex;
	justify-content: flex-end;
}
.header-bottom-list{
	width: 900px;
	height: 90px;
}
.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-1{
	width: 100%;
	height: 90px;
	line-height: 90px;
}
.navigation-list-a{
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
	font-size: 14px;
	white-space: nowrap;
}
.navigation-as{
	color: #fff;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	min-width: 100px;
}
.navigation-as:hover{
	color: #fff;
}
.navigation-list-on{
	position: absolute;
	top: 90px;
	left: 0px;
	opacity: 0;
	background-color: #0874bc;
	z-index: 999;
	transform: translateY(30px);
	transition: all 0.2s ease-in-out;
	pointer-events: none;
	font-size: 14px;
}
.navigation-list-on li{
	display: flex;
	align-items: center;
	justify-content: center;
}
.navigation-list-1:hover{
	color: #0874bc;
}
.navigation-as:hover{
	background-color: #0874b0;
}
.navigation-list-li:hover .navigation-list-on{
	transform: translateY(0);
	pointer-events: all;
	opacity: 1;
}
/* 底部 */
#footer{
	width: 100%;
	padding: 30px 0;
	background-color: #0774bb;
}
.footer{
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
	color: #fff;
}
.footer-left{
	width: 320px;
	height: 150px;
	font-size: 14px;
}
.footer-title{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}
.footer-left ul,.footer-select{
	width: 100%;
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.footer-left-li{
	display: flex;
	font-size: 14px;
}
.footer-left-li span{
	flex-shrink: 0;
}
.footer-copyright{
	width: 100%;
	padding-top: 20px;
	border-top: 1px solid #157fc1;
	color: #fff;
	font-size: 14px;
	text-align: center;
}
.footer-cr{
	display: flex;
	align-items: center;
}
.footer-cr-text{
	margin-left: 15px;
	font-size: 14px;
}
.footer-right{
	width: 320px;
	height: 150px;
}
#select{
	width: 100%;
	height: 30px;
	padding: 0 10px;
	box-sizing: border-box;
	border-radius: 5px;
	border: 0;
	color: #fff;
	background-color: #08619b;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/* 返回主站 */
.header-return{
	font-size: 14px;
	color: #1068a4;
	font-weight: bold;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.header-return span{
	border-left: 2px solid #ccc;
	padding: 0 5px 0 15px;
}
/* 移动端配置 */
@media screen and (max-width: 750px){
	#template{
		max-width: 750px;
		overflow: hidden;
	}
	/* 左边 */
	#template-left{
		width: 220px;
		flex-shrink: 0;
		height: 100vh;
		background-color: #0774bb;
		display: none;
	}
	.template-left-header{
		width: 220px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		color: #FFFFFF;
		height: 35px;
		line-height: 35px;
		padding-left: 20px;
		box-sizing: border-box;
		border-bottom: 1px solid #FFFFFF;
	}
	.template-icon-fenlei{
		width: 55px;
		text-align: center;
		flex-shrink: 0;
	}
	.template-icon-fenlei span,.navigation-icon-fenlei span{
		font-size: 20px;
		color: #fff;
	}
	.template-left-nav{
		width: 100%;
		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: 40px;
		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);
	}
	/* 头部 */
	#header{
		padding: 0;
		border: 0;
	}
	.header{
		padding: 0px;
	}
	.header-box{
		width: 100%;
		height: 90px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.navigation-icon-fenlei{
		width: 35px;
		height: 90px;
		line-height: 90px;
		flex-shrink: 0;
		text-align: right;
		display: block;
	}
	.navigation-icon-fenlei .icon-fenlei{
		color: #0774bb;
	}
	.header-top-logo{
		width: 100%;
		padding: 0 20px 0 10px;
		height: 90px;
		box-sizing: border-box;
		display: flex;
		align-items: center;
	}
	.header-top-logo img{
		max-width: 310px;
		height: 40px;
	}
	.header-list{
		display: none;
	}
	/* 底部 */
	#footer{
		margin-top: 20px;
	}
	.footer{
		width: 100%;
		flex-direction: column;
	}
	.footer-left h4,.footer-content h4,.footer-right h4{
		text-align: center;
	}
	.footer-left,.footer-content,.footer-right{
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
}