@charset "utf-8";
* {margin:0; padding:0;}
body,html,ul,li,span,p,h4{margin:0;padding:0;list-style:none;}
a{text-decoration:none;}
/*顶部*/

body{
	background: #F6F6F6;
}
.header_navi  ul{
	width: 100%;
	height: 89px;
}


.header_navi  ul li{
	float: left;
	position: relative;
	margin: 0 24px;
	z-index: 16;
}
.header_navi  ul li div{
	position: absolute;
	top:89px;
	height: 0;
	width:78px;
	left: 0px;
	text-align: center;
	overflow: hidden;
	transition: all 0.1s ease 0s;
	
}
.header_navi  ul li div a{
	display: block;
	height: 30px;
	line-height: 30px;
	background: #769D00;
	color: #e5f3bc;
}


.header_navi  ul li div a{
	display: block;
}

.header_navi ul li>a{
	width:78px;
	height:36px;
	display:block;
	float:left;
	text-align:center;
	padding-top:53px;
	color: #fff;
	background: 769d00;
	font-size: 14px;
	}


.header1{
	height:89px;
	width:100%;
	background:#84af00;
	border-top:1px solid #729700;
	}
.header_middle{
	width:1190px;
	height:89px;
	margin:0 auto;
	}
.header_logo{
	height:50px;
	width:200px;
	background:url(/img/company/logo.png) no-repeat;
	margin-top:28px;
	margin-left:10px; 
	float:left;
	}
.header_shuxian{
	height:46px;
	width:2px;
	background:url('/img/company/xuxian.png') no-repeat;
	float:left;
	margin-top:22px;
	margin-left:24px;
	}
	
	
	.header_about
	{
		float: left;
		width: 109px;
		height: 45px;
		background: url('/img/company/about.png') no-repeat;
		margin-top: 20px;
		margin-left: 22px;
	}

.header_navi{
	height:89px;
	
	float:right;
	}
/*主体*/
.mian{
	width: 100%;
	height: auto;
	display: block;
}
.teach_box{
	width:100%;
	height: 38px;
	background: #e9e9e9;
	border: 1px solid #dddddd;
	margin:20px 0 0;

	
}
.teach_menu{
	width: 949px;
	height: 38px;
	margin: auto;
	line-height: 38px;
	font-size: 14px;
	text-align: center;
	position: relative;
	z-index: 0;
	
}
.teach_menu a{
	margin: 0 106px;
	
}
.teach_menu a.current{
	color: #fc6901;
}
.teach_main{
	width: 961px;
	height: 723px;
	margin: auto;
	position: relative;
}
.teach_main a{
	font-size: 14px;
	font-family: 'simsun';
	font-weight: bold;
	height: 16px;
	display: block;
	z-index: 10;
}
.teach_top{
	position: absolute;
	top: 60px;
	left:280px;
}
.teach_top1{
	position: absolute;
	top:60px;
	left:603px;
}

.teach_img{
	position: relative;
}
.teach_img img{
	display: none;
	
}
.teach_img .content{
	display: block;
}
.teach_img a{
	display: none;
}
.teach_img a{
	position: absolute;
	width: 76px;
	height: 23px;
	}
.teach_img a.teach_a1{
	top:505px;
	left:333px;
}
.teach_img a.teach_a2{
	top:369px;
	left:282px;
}

/*页脚*/
