#app {
	font-family:Avenir,Helvetica,Arial,sans-serif;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	color:#2c3e50;
	font-size:14px
}
* {
	margin:0;
	padding:0
}
li,ul {
	list-style:none
}
a {
	text-decoration:none;
	color:#000
}
img {
	display:block
}
.content {
	/* width:1200px; */
	margin:0 auto;
	overflow: hidden;
}
.top_line{
	height:10px;
	width:100%;
	margin-top: 10px;
	margin-bottom: 10px;
	color:#6E6E6E ;
	font-size: 16px;
}
.big_box{
	width:100%;
	height:94px
}
.big_box .nav_box{
	height:100%;
	display:flex;
	justify-content:space-between;
	align-items:center
}
.big_box .nav_box .logo_box{
	display:flex;
	align-items:center
}
.big_box .nav_box .logo_box .out_box{
	width:50px;
	height:50px;
	border:1px solid #999;
	border-radius:50%;
	overflow:hidden;
	display:flex;
	align-items:center;
	justify-content:center
}
.big_box .nav_box .logo_box .out_box img{
	width:100%;
	height:auto
}
.big_box .nav_box .logo_box span{
	font-size:24px;
	color:#286eaf;
	font-weight:600;
	margin-left:12px
}
.big_box .link_box{
	display:flex
}

.box_1 {
	width:100%;
	height:132px;
	background:#469beb;
	display:flex;
	align-items:center
}
.box_1 .content {
	display:flex;
	justify-content:space-between;
	align-content:center
}
.box_1 .content .logo_box {
	display:flex;
	align-items:center
}
.box_1 .content .logo_box .out_box {
	width:50px;
	height:50px;
	border:1px solid #999;
	border-radius:50%;
	overflow:hidden;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#fff
}
.box_1 .content .logo_box .out_box img {
	width:100%;
	height:auto
}
.box_1 .content .logo_box span {
	font-size:24px;
	color:#fff;
	font-weight:600;
	margin-left:10px
}
.box_1 .content .link_box {
	display:flex;
	align-items:center
}
.box_1 .content .link_box a {
	color:#fff;
	font-size:16px;
	margin-left:37px
}
.box_1 .content .link_box a:hover {
	font-weight:700
}
.copyright {
	font-size:16px;
	text-align:center;
	color:#fff;
	opacity:.6;
	height:50px;
	line-height:50px;
	background:#286eaf
}