.active{
	background: #00A0C1;
}
/* welcome */
.welcome{
	background: #F8F8F8;
	height: 30px;
	line-height: 30px;
}
.wel_left{
	float: left;
	font-size:14px;
	font-family:'Microsoft YaHei';
	font-weight:400;
	color:rgba(51,51,51,1);
}
.wel_right{
	float: right;
}
.wel_ri_le{
	float: left;
}
.wel_ri_le a{
	font-size:14px;
	font-family:'Microsoft YaHei';
	font-weight:400;
	color:rgba(51,51,51,1);
}
.wel_ri_le a:hover{
	color: #0089A5;
}
.vertical_line{
	width: 1px;
	height: 15px;
	background: rgba(51,51,51,1);
	margin: 7px 10px 0;
}
.logo{
	background: #FFFFFF;
	/* width: 100%; */
	height: 120px;
}
.logo img{
	/* width: 100%; */
	margin-top: 2.4%;
}
.navBarstyle{
	/* width: 7.65%; */
	width: 8.334%;
	height: 59px;
	line-height: 56px;
	text-align: center;
}
.navBarstyle:hover{
	background: #00A0C1;
}
.navBarstyle a{
	display: inline-block;
	width: 100%;
	height: 100%;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    color: rgba(255,255,255,1);
}
.navBarstyle a:hover{
	color: #FFFFFF;
}
@media (max-width: 1200px){
	.navBarstyle a{
		font-size: 14px;
	}
}