@charset "utf-8";
body{
	font-family: 微软雅黑;
}
/* 菜单 */
.menu{
	background: rgba(0, 0, 0, 0.15);
}
/* 菜单 end */
/* banner */
.banner{
	height: 261px;
	background: url('../img/news/banner.jpg') center center no-repeat;
}
/* banner end */
/* main */
.main-header a{
	display: inline-block;
	font: 26px/60px 微软雅黑;
	color: #b7b7b7;
	padding: 0 50px;
	border-bottom: 3px solid rgba(2, 91, 171, 0);
	text-decoration: none;
	position: relative;
	top: 3px;
}
.main-header{
	border-bottom: 3px solid #bdbdbd;
	margin-bottom: 60px;
}
.main-header a.active{
	color: #0a61a8;
	border-bottom-color: #0a61a8;
}
.download{
	height: 410px;
	font-family: 微软雅黑;
	overflow: hidden;
}
.download>div h3{
	font: 24px/38px 微软雅黑;
	color: #4c4c4c;
	margin-bottom: 20px;
}
.download>div img{
	width: 200px;
	height: 200px;
}
.download>div h3 span{
	font-family: Helvetica;
}
.download>div .download-link{
	margin-top: 23px;
}
.download-link .btn{
	font-size: 14px;
	padding: 4px 30px;
}
/* main end */
