/* 默认样式 */
*{
	padding: 0;
	margin: 0;
}
.public{
	width: 1000px;
	margin: 0 auto;
}
ul li{
	list-style: none;
}
a{
	text-decoration: none;
	color: #000000;
}
.frag{
	display: none;
}
.template-text{
	font-size: 18px;
	font-weight: bold;
	color: #254f8b;
	min-width: 80px;
	height: 36px;
	padding-right: 2px;
	border-bottom: 2px solid #254f8b;
	box-sizing: border-box;
}
.template-buttom span{
	font-size: 12px;
	color: #5ab2e0;
	cursor: pointer;
}
.template-buttom span:hover{
	color: #254f8b;
}
.underline a{
	color: #4fcbff!important;
	display: inline-block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 13px;
}
/* pc端配置 */
#template{
	display: flex;
}
#template-left{
	width: 220px;
	flex-shrink: 0;
	height: 100vh;
	background-color: #0a3568;
	display: none;
}
#template-right{
	width: 100%;
	height: 100%;
	overflow: hidden;
        flex-shrink: 0;
}
/* 头部 */
#header{
	width: 100%;
	height: 175px;
	background: url(images/header.jpg) no-repeat;
	background-size: 100% 100%;
}
.header-top{
	height: 125px;
	display: flex;
	justify-content: space-between;
}
.header-top-logo{
	width: 400px;
	height: 125px;
	display: flex;
	align-items: center;
}
.navigation-icon-fenlei{
	display: none;
}
.header-top-logo img{
	width: 400px;
	height: 53px;
}
.header-top-return{
	width: 158px;
	height: 32px;
	background: url(images/backbg.png) no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.header-top-return img{
	width: 17px;
	height: 13px;
}
.header-top-return span{
	color: #749fd6;
	font-size: 12px;
	margin-left: 2px;
}
.header-bottom{
	height: 50px;
	display: flex;
	justify-content: flex-end;
}
.header-bottom-list{
	width: 660px;
	height: 50px;
}
.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: #fff;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: inline-block;
	box-sizing: border-box;
	font-size: 13px;
}
.navigation-as{
	color: #4fcbff;
}
.navigation-list-on{
	width: 100%;
	position: absolute;
	top: 50px;
	left: 0px;
	opacity: 0;
	background-color: #e3eeec;
	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-li:hover{
	background-color: #0b61c4;
}
.navigation-as:hover{
	background-color: #0b61c4;
	color: #fff;
}
.navigation-list-li:hover .navigation-list-on{
	transform: translateY(0);
	pointer-events: all;
	opacity: 1;
}
/* 友情链接 */
#section{
	width: 100%;
	background-color: #e5e8ef;
}
.section{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}
.section h3{
	height: 65px;
	line-height: 65px;
	font-size: 18px;
	color: #254f8b;
}
.section-list{
	width: 700px;
	height: 65px;
}
.section-list-ul{
	width: 700px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.section-list_title{
	line-height: 65px;
	font-size: 13px;
	text-align: center;
}
.section-list_title a{
	color: #666666;
}
.section-list_title a:hover{
	color: #0070c6;
}
.section-button{
	width: 80px;
	text-align: center;
	height: 65px;
	line-height: 65px;
}
.section-button span{
	font-size: 12px;
	color: #5ab2e0;
	cursor: pointer;
}
.section-button span:hover{
	color: #0b61c4;
}
/* 底部 */
#footer{
	width: 100%;
	background-color: #133467;
}
.footer{
	height: 90px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 13px;
}
/* 移动端配置 */
@media screen and (max-width: 750px){
	#template{
		max-width: 750px;
		overflow: hidden;
	}
	/* 左边 */
	.template-left-header{
		width: 100%;
		height: 35px;
		display: flex;
		justify-content: space-between;
		padding: 0 0 1px 20px;
		box-sizing: border-box;
	}
	.template-left-header div{
		line-height: 35px;
		color: #fff;
	}
	.template-icon-fenlei span{
		display: inline-block;
		width: 35px;
		height: 35px;
		text-align: center;
	}
	.template-icon-fenlei span,.navigation-icon-fenlei span{
		font-size: 20px;
		color: #fff;
	}
	.template-left-nav{
		width: 100%;
		height: calc(100vh - 37px);
		overflow: hidden;
		overflow-y: auto;
	}
	.template-left-box{
		position: relative;
	}
	.template-left-box a{
		color: #fff;
		font-size: 14px;
		width: 100%;
		height: 40px;
		line-height: 40px;
		display: inline-block;
		white-space:nowrap;
		padding: 0 15px;
		box-sizing: border-box;
	}
	.template-left-box .template-left-a{
		padding: 0 20px;
	}
	.dropdown-toggle{
		position: absolute;
		top: 0;
		right: 0;
		display: none;
		transition: all 0.2s linear;
		transform: rotate(90deg);
	}
	.dropdown-toggle span{
		display: inline-block;
		width: 40px;
		height: 40px;
		color: #fff;
		line-height: 40px;
		text-align: center;
	}
	.template-left-list{
		display: none;
	}
	.sub>.current>.dropdown-toggle{
		transition: all 0.2s linear;
		transform: rotate(270deg);
	}
	/* 头部 */
	#header{
		height: 90px;
		background: url(images/1.png) no-repeat;
	}
	.header-top{
		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;
	}
	.header-top-logo{
		width: 100%;
		padding: 0 20px 0 10px;
		height: 90px;
		box-sizing: border-box;
	}
	.header-top-logo img{
		max-width: 310px;
		height: 40px;
	}
	.header-top-return,.header-bottom{
		display: none;
	}
	/* 友情链接 */
	.section{
		width: 100%;
		height: 100%;
	}
	.section-list{
		width: 100%;
		height: 100%;
	}
	.section h3{
		width: 100%;
		height: 40px;
		line-height: 40px;
	}
	.section-list-ul{
		width: 100%;
		justify-content: flex-start;
	}
	.section-list-ul li{
		width: 50%;
		flex-shrink: 0;
		height: 30px;
		line-height: 30px;
	}
	.section-button{
		width: 60px;
		height: 40px;
		line-height: 40px;
		position: absolute;
		top: 0px;
		right: 0px;
	}
	.footer{
		width: 100%;
		font-size: 12px;
	}
}