@charset "UTF-8";
/* CSS Document */

/*banner*/
#banner {
	width:100%;
	height:740px;
	overflow:hidden;
	position:relative;
	z-index:0;
	margin-top:115px;
}



#heada_bg {
	width:100%;
	background-color:#fff;
	}

.heada {
	width:1200px;
	margin:0 auto;
	min-width:1200px;
}
.heada_left {
	width:450px;
	float:left;
	margin-top:120px;
	text-align:right;
}
.heada_right {
	width:470px;
	float:right;
	margin-top:100px;
	font-size:16px;
	line-height:28px;
	color:#999;
	font-family:"微软雅黑";
}
.heada_right span{
	font-size:42px;
	line-height:48px;
	font-family:"微软雅黑";
	color:#f60;
}
.heada_center {
	text-align:center;
	font-size:16px;
	line-height:28px;
	color:#eeeeee;
	overflow:hidden;
	}
.heada_center a{
	text-align:center;
	font-size:14px;
	line-height:40px;
	padding:10px 30px;
	margin-right:2px;
	font-family:"微软雅黑";
	background-color:#666666;
	color:#ffffff;
	}
.heada_center a:hover{
	background-color:#0091ff;
	color:#ffffff;
	}
.heada_center span{
	font-size:30px;
	line-height:36px;
	color:#fff;
	font-family:"微软雅黑";
	font-weight:100;
	}
#headb_bg {
	width:100%;
	background-color:#fff;
	}

.headb {
	width:1200px;
	margin:0 auto;
	min-width:1200px;
}
.headb_center {
	text-align:center;
	font-size:16px;
	line-height:28px;
	color:#eeeeee;
	overflow:hidden;
	}	
