/* CSS Document */
#back_top {
	display:block;
	width:74px;
	height:78px;
	position:fixed;
	right:20px;
	bottom:20px;
}
#back_top { 
_position: absolute; 
_bottom: auto; 
_top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0))); 
} 
.banner{
	width:980px;
	height:384px;
	overflow:hidden;
	position:relative;
}
.banner .hd{
	height:14px;
	overflow:hidden;
	position:absolute;
	left:453px;
	bottom:5px;
	z-index:2;
}
.banner .hd ul{
	overflow:hidden;
	float:left;
	}
.banner .hd ul li{
	float:left;
	background:url(../images/js.png) no-repeat;
	margin-right:15px;
	width:14px;
	height:14px;
	line-height:14px;
	text-align:center;
	cursor:pointer;
}
.banner .hd ul li.on{
	background:url(../images/js_hover.png) no-repeat;
}
.banner .bn_js{
	position:relative;
	height:100%;
	z-index:1;
}
.banner .bn_js li{
	vertical-align:middle;
}
.banner .bn_js img{
	width:980px;
	height:384px;
	display:block;
}
/*第一行栏目开始*/
#bs_intr {
	width:596px;
	height:336px;
	border:2px #f6c70e solid;
	float:left;
	margin:0 25px 20px 0;
}
#bs_intr img {
	padding-left:15px;
	float:left;
}
#bs_intr p {
	font-family:"宋体";
	text-indent:2em;
	padding-left:15px;
	margin-top:-5px;
	width:204px;
	line-height:25px;
	float:left;
	font-size:14px;
}
.bs_gg h1,#dongtai_call h1 {
	margin:0 0 5px 15px;
	padding:15px 0 0 23px;
	height:33px;
	background:url(../images/hand.png) left center no-repeat;
	line-height:33px;
	color:#e7a73a;
	font-size:16px;
	letter-spacing:2px;
}
.dongtai_bj{
	width:272px;
	height:180px;
	overflow:hidden;
	position:relative;
	border:2px #f6c70e solid;
}
.dongtai_bj .infoList {
	width:260px;
}
.dongtai_bj .infoList a {
	font-size:14px;
	line-height:170%;
}
.dongtai_bj .infoList span {
	font-size:12px;
	line-height:170%;
}
.dongtai_bj .infoList a:hover{
	color:#009bf2;
}
.dongtai_bj li {
	padding:0 0 0 5px;
}
.dongtai_bj .hd{
	overflow:hidden;
	height:30px;
	background:#f4f4f4;
	padding:0 10px;
}
.more {
	float:right;
	padding:20px 15px 0 0;
	font-size:13px;
}
.more a {
	color:#999;
}
.more a:hover {
	color:#999;
	text-decoration:underline;
}
.dongtai_bj .infoList li .date{
	float:right;
	color:#999;
}
.dongtai_bj li a {
	color:#000;
}
.dongtai_bj h1 {
	margin:0 0 5px 15px;
	padding:15px 0 0 23px;
	height:33px;
	background:url(../images/hand.png) left center no-repeat;
	line-height:33px;
	color:#e7a73a;
	font-size:16px;
	letter-spacing:2px;
}
#dongtai_call {
	border:2px #f6c70e solid;
	width:272px;
	height:153px;
	float:left;
	border-top:none;
	_margin:0 0 0 3px;
	position:relative;
}
#float a {
	color:#000;
	padding:0 0 0 20px;
	font-size:14px;
	line-height:150%;
}
#float a:hover {
	color:#009bf2;
}
#dongtai_call img {
	position:absolute;
	left:130px;
	top:50px;
}
/*第一行栏目结束*/
/*第二行栏目开始*/
#ms_ft,#ps_thinking,#information {
	width:274px;
	height:241px;
	float:left;
}
#ms_ft,#ps_thinking {
	margin:0 39px 0 0;
}
#ms_ft h1,#ps_thinking h1,#information h1 {
	margin:24px 0 5px 24px;
	padding:0 0 0 4px;
	height:22px;
	line-height:22px;
	border-left:2px #e7a73a solid;
	color:#e7a73a;
	font-size:16px;
	letter-spacing:2px;
}
#ms_ft {
	background:#ecf4d8;
}
#ms_ft p,#ps_thinking p {
	width:234px;
	font-size:14px;
	margin:0 auto;
	color:#545454;
	text-indent:2em;
	line-height:155%;
}
#ps_thinking {
	background:#fdf2e1;
}
#information {
	background:#fffcd6;
}
#information ul {
	width:245px;
	margin:0 auto;
}
#information ul a {
	color:#545454;
	font-size:14px;
	line-height:180%;
}
#information ul a:hover {
	color:#999;
}
#ms_ft span,#ps_thinking span,#information span {
	float:right;
	padding:28px 15px 0 0;
	font-size:12px;
}
/*第二行栏目结束*/
/*第三行栏目开始*/
.all {
	position:relative;
	width:179px;
	height:179px;
	float:left;
	margin-right:20px;
}
.all a:hover img{
	filter:alpha(opacity=0);
}
.front,.back {
	position:absolute;
	left:0;
	top:0;
	transition:transform 0.5s;
	transform-style:preserve-3d;
	backface-visibility:hidden;
}
.back {
	transform:rotatey(-180deg);
}
.all:hover .front{
	transform:rotatey(180deg);
}
.all:hover .back{
	transform:rotatey(0deg);
}
#m_button {
	width:240px;
	height:40px;
	margin:30px auto 20px;
}
#m_button a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
}
/*第三行栏目结束*/
/*第四行栏目开始*/
.school{
	position:relative;
}
.school .hd{
	height:14px;
	overflow:hidden;
	position:absolute;
	right:5px;
	bottom:5px;
	z-index:1;
}
.school .hd ul{
	overflow:hidden;
	float:left;
	}
.school .hd ul li{
	float:left;
	background:url(../images/js.png) no-repeat;
	margin-right:2px;
	width:14px;
	height:14px;
	text-align:center;
	cursor:pointer;
}
.school .hd ul li.on{
	background:url(../images/js_hover.png) no-repeat;
}
.school .bn_js{
	position:relative;
	z-index:0;
}
.school .bn_js li{
	vertical-align:middle;
}
.width3 {
	background:url(../images/xyfc_bg.jpg) no-repeat;
	height:318px;
}
#school_bj {
	background:#f5cd38;
	margin:0 0 20px 0;
	height:319px;
}
/*第四行栏目结束*/
/*第五行栏目开始*/
.why{
	width:727px;
	height:183px;
	margin:0 auto 40px;
	position:relative;
}
.why .hd{
	height:14px;
	position:absolute;
	left:60px;
	top:195px;
	z-index:1;
}
.why .hd ul{
	float:left;
	}
.why .hd ul li{
	float:left;
	margin:0 15px 0 0;
	line-height:14px;
	text-align:center;
	cursor:pointer;
}
.why .hd a{
	font-size:16px;
	font-family:"微软雅黑";
	margin:0 26px 0 0;
}
.why .hd ul li.on a{
	color:#f6c60a;
}
.why .bn_js{
	position:relative;
	height:100%;
	z-index:0;
}
.why .bn_js li{
	vertical-align:middle;
}
.why .bn_js img{
	width:727px;
	height:148px;
	display:block;
}
.why .bn_js span {
	width:627px;
	position:absolute;
	left:50px;
	top:25px;
	color:#FFF;
	font-size:14px;
	font-family:"黑体";
	text-indent:2em;
	line-height:150%;
}
#why_text1 {
	margin:0 0 5px 225px;
}
/*第五行栏目结束*/
/*第六行栏目开始*/
#width7 {
	width:980px;
	margin:0 auto;
}
.map{
	width:504px;
	padding:25px 0 0 50px;
	float:left;
}
.map h3{
	height:32px;
	line-height:32px;
	padding:0 0 0 10px;
	border-top:1px solid #42a5b9;
	background:#f4f4f4;
	cursor:pointer;
	font-size:16px;
	color:#001c58;
}
.map h3 em{
	float:right;
	display:block;
	width:40px;
	height:32px;
	background:url(images/icoAdd.png) 16px 12px no-repeat;
	cursor:pointer;
}
.map h3.on em{
	background-position:16px -57px;
}
.map ul{
	padding:8px 25px;
	color:#999;
	display:none;
}
#ewm {
	padding:0 0 0 35px;
	margin:80px 0 0 0;
	float:left;
}
#ewm img {
	width:300px;
}
#ewm p {
	width:300px;
	text-align:center;
	margin:10px 0 0 0;
	font-size:18px;
	font-family:"微软雅黑";
	color:#f8b419;
}
/*第六行栏目结束*/
