
@media (min-width: 601px){
	.flexrow{
		display: flex;
		background: #F7F8FA !important;
		width: 1200px;
		    margin: 0 auto;
			padding: 0 5px;
	}
	.navigation-up2{
		width: 200px;
		padding-top: 47px;
		margin-right: 20px;
	}
}
@media (min-width: 320px) and (max-width: 600px){
	.flexrow{
		display: block;
		background: #F7F8FA !important;
			padding: 0 20px;
	}
	.navigation-up2{
		width: 100%;
		padding-top: 25px;
	}
}

.navigation-mobile{
	overflow: hidden;
}
.navigation-mobile >a{
	float: left;
	margin-right: 10px;
	height: 30px;
	line-height: 30px;
	background: #0D5FE0;
	border-radius: 3px;
	padding: 0 11px;
	background: #fff;
	color: #333333;
	font-size: 14px;
	margin-bottom: 15px;
}
.flex-page{
	flex: 1;
}
.targ {
	background: #F7F8FA !important;
}
.targ a{
	color: #0D5FE0 !important;
}
.targ-mobile{
	background: #0D5FE0 !important;
	color: #fff !important;
}
.navigation2{
	width: 100%;
	position: relative;
}
.navigation2 div{
    margin-bottom: 2px;
    height: 66px;
    display: flex;
    background: #fff;
}
.navigation2 div a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: FZLTHJW--GB1-0;
    font-size: 18px;
    color: #333333;
    line-height: 22px;
    margin: 0 25px;
    padding-left: 13px;
    position: relative;
}
.navigation2 div a::before{
	content:'';
	position: absolute;
	left: 0;
	top:50%;
	margin-top: -9px;
	height: 18px;
	width: 3px;
	background: #CDD2D7;
}