#app {
font-family: "微软雅黑";

	color:#2c3e50;
	font-size:14px
}
* {
	margin:0;
	padding:0
}
li,ul {
	list-style:none
}
a {
	text-decoration:none;
	color:#000
}
img {
	display:block
}
body {
    overflow-x: hidden;
}
.content {
	width:1250px;
	margin:0 auto
}
.top_line{
	height:35px;
	width:100%;
	background:#0E85D8;
	overflow: hidden;
	display: block;
	color: #fff;
	line-height: 35px;
}
.fl{float: left;}
.fr{float: right;}
.lx_top img{width: 20px; height: 20px; margin-right: 5px;  margin-top: 7px; float: left; margin-left: 10px;}
.lx_top{overflow: hidden;}
.lx_top span{float: left;}
.w30{width: 30%;}

.big_box{
	width:100%;
	height:94px
}
.big_box .nav_box{
	height:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
    position: relative;
}
.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
}
.breadbox .bread::before {
    content: ">";
}
.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
}
