@charset "gb2312";
body {padding:0px; margin:0px; font-size:14px; font-family:"微软雅黑"; color:#575757;}
ul,li,dl,dt,dd,p { padding:0px; margin:0px; list-style-type:none;}
a { text-decoration:none;}
img { border:0px;}
h1,h2 { padding:0px; margin:0px; font-weight:normal;}
.clear { padding:0px; margin:0px; clear:both; height:0px; line-height:0px; font-size:0px;}

/*头部样式*/
.stick {
	width: 100%;
	margin: 0 auto;
	height:0;
	overflow: hidden;
}
.headerWrap{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	background: #58b6ff;
}
.header {
	width: 1180px;
	height: 80px;
	margin: 0 auto;
}
.logo {
	float: left;
	display: block;
}
.logo img{
	width: 236px;
	height: 52px;
	margin-top: 14px;
	*margin-right: 275px;
}
.search {
	float: left;
	margin-left: 275px;
	*margin-left: 0px;
	width:300px;
	height: 30px;
	margin-top:25px;
	border-radius: 35px;
	background: #ffffff;
}
.search span {
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin: 5px 5px 0 10px;
}
.search .searchText {
	width: 260px;
	height: 30px;
	font-size: 12px;
	color: #9b9b9b;
	outline: none;
	line-height: 30px;
	font-family: "微软雅黑";
	float: left;
	border-radius: 35px;
	text-indent: 10px;
}
.top_r{
	float: right;
	margin-right: 10px;
	width: 170px;
}
.top_r .r_link{
	display: block;
	color: #fff;
	margin-top:18px;
	margin-bottom:6px;
}
.top_r .r_link a{
	font-size: 12px;
	color: #ffffff;
	padding: 0 10px;
}
.top_r p{
	font-size: 12px;
	color: #ffffff;
}
/*nav*/
.nav {
	width: 1200px;
	margin: 0 auto;
	height: 50px;
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -600px;
	z-index: 9;
}
.innav {
	width: 1180px;
	background: url(imgnav_bg.png) repeat 0 0;
	border-radius: 35px;
	height: 50px;
	margin: 0 auto;
	box-shadow: 0 7px 7px #c0c0c0;
}
.innav ul li {
	height:50px;
	display: block;
	float: left;
	padding: 0px;
	text-align: center;
	position:relative;
}
.innav span{
	float: left;
	color: #505050;
	line-height: 50px;
	*position: relative;
	*top: -36px;
	*left: 126px;
}
.innav ul>li>a {
	width: 81px;
	margin:13px 23px 0;
	*margin:13px 25px 0;
	height: 24px;
	font-size: 16px;
	color: #505050;
	display: block;
	text-align: center;
	border-radius: 35px;
	-moz-transition: all 0s ease-in;
	-webkit-transition: all 0s ease-in;
	-o-transition: all 0s ease-in;
	transition: all 0s ease-in;
}
.innav ul>li>a:hover{
	background: #58b6ff;
	color: #fff;
}
#nav{
	width:81px;
	line-height:24px;
	position:absolute;
	top:36px;
	left:23px;
	*left:25px;
	display: none;
	z-index: 99999;
	padding-top: 10px;
	background: url(imgmenu_bg.png) repeat 0 0;
}
.innav ul li #nav a{
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	background: #8d8d8d;
	border-radius: 35px;
	margin-top: 8px;
	display: block;
}
.innav ul li #nav a:hover{
	background: #58b6ff;
}

/*banner*/
.slideBox {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	margin-bottom:30px;
}
.slideBox1{
	height: 500px;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	width: 1180px;
	margin: 0 auto;
	zoom: 1;
	vertical-align: middle;
}
/*前/后按钮代码 */
.slideBox .btn1{
	width: 1190px;
	bottom: 20px;
	left: 50%;
	margin-left: -620px;
	position: absolute;
}
.slideBox .prev,
.slideBox .next {
	display: block;
	-moz-transition: all 0s ease-in;
	-webkit-transition: all 0s ease-in;
	-o-transition: all 0s ease-in;
	transition: all 0s ease-in;
	float: right;
	margin: 0 5px;
}
.slideBox1 .prev,
.slideBox1 .next {
	width: 20px;
	height: 20px;
	background: url(imgbanner_but1.png) 0 0 no-repeat;
}
.slideBox1 .next {
	background-position: right 0; 
}
.slideBox1 .prev:hover{
	-moz-transition: all 0s ease-in;
	-webkit-transition: all 0s ease-in;
	-o-transition: all 0s ease-in;
	transition: all 0s ease-in;
	background-position: 0 bottom;
}
.slideBox1 .next:hover{
	-moz-transition: all 0s ease-in;
	-webkit-transition: all 0s ease-in;
	-o-transition: all 0s ease-in;
	transition: all 0s ease-in;
	background-position: right bottom;
}
/*banner2*/
.slideBox2 .bd li .tit{
	height: 57px;
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 1180px;
	color: #fff;
	font-size: 18px;
	line-height: 57px;
}
.slideBox2 .bd li .tit p{
    width: 100%;
    margin: 0 auto;
    text-indent:20px;
    background: rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#66000000');      /*IE6,IE7*/ 
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#66000000')";      /*IE8*/
}
.slideBox2 .hd {
	height: 10px;
	overflow: hidden;
	position: absolute;
	right:30px;
	bottom: 25px;
	z-index: 10;
}
.slideBox2 .hd ul {
	overflow: hidden;
	zoom: 1;
}
.slideBox2 .hd ul li {
	float: left;
	margin-left: 10px;
	width: 10px;
	height: 10px;
	background: #fff;
	cursor: pointer;
	border-radius: 50%;
}
.slideBox2 .hd ul li.on {
	background: #58b6ff;
}
/*banner3*/
.slideBox3 .bd li .tit{
	height: 57px;
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 1180px;
	color: #fff;
	font-size: 18px;
	line-height: 57px;
}
.slideBox3 .bd li .tit p{
    width: 100%;
    margin: 0 auto;
    text-indent:20px;
    background: rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#66000000');      /*IE6,IE7*/ 
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#66000000')";      /*IE8*/
}
.slideBox3 .hd {
	height: 10px;
	overflow: hidden;
	position: absolute;
	right:30px;
	bottom: 25px;
	z-index: 10;
}
.slideBox3 .hd ul {
	overflow: hidden;
	zoom: 1;
}
.slideBox3 .hd ul li {
	float: left;
	margin-left: 18px;
	width: 10px;
	height: 10px;
	background: #fff;
	cursor: pointer;
}
.slideBox3 .hd ul li.on {
	background: #58b6ff;
}
.slideBox3 .btn3{
	width: 1180px;
	top: 50%;
	left: 10px;
	margin-top: -24px;
	position: absolute;
}
.slideBox3 .prev,
.slideBox3 .next {
	display: block;
	-moz-transition: all 0s ease-in;
	-webkit-transition: all 0s ease-in;
	-o-transition: all 0s ease-in;
	transition: all 0s ease-in;
	float: right;
}
.slideBox3 .prev,
.slideBox3 .next {
	width: 48px;
	height: 48px;
	background: url(imgbanner_but3.png) 0 0 no-repeat;
}
.slideBox3 .prev{
	float: left;
	margin-left: 0;
}
.slideBox3 .next {
	float: right;
	margin-right: 0;
	background-position: right 0; 
}


/*页面主体部分*/
.mainShu,
.mainhen{
	width: 1200px;
	height: auto;
	margin:40px auto 0;
	overflow: hidden;
}
/*main_one*/
.mainleftone {
	width: 800px;
	height: auto;
	float: left;
}
.oneLeft{
	width: 780px;
	padding: 0 10px;
	float: left;
}
.Title {
	width: 100%;
	height:42px;
	margin-bottom: 20px;
	display: block;
	line-height: 36px;
	border-bottom: 1px solid #58b6ff;
	_position: relative;
}
.Title span{
	float: left;
	display: block;
	_position: absolute;
}
.Title span.tit{
	width: 80px;
	height: 40px;
	line-height: 34px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	background: url(imgtitle_bg.png) no-repeat 0 0;
}
.Title a {
	font-size: 12px;
	float: right;
	margin-top:8px;
	color: #9b9b9b;
	text-transform: uppercase;
}
.Title a:hover {
	color: #58b6ff;
}
.Title a font {
	font: 16px/18px consolas;
}
.oneLis {
	width: 100%;
	height: auto;
}
.oneLisImg {
	width:100%;
	height: auto;
	float: left;
	position: relative;
}
.oneLisImg .hd {
	height: 10px;
	overflow: hidden;
	position: absolute;
	left: 10px;
	bottom:22px;
	z-index: 1;
}
.oneLisImg .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.oneLisImg .hd ul li {
	float: left;
	margin-right: 6px;
	width: 10px;
	height: 10px;
	background: #515151;
	cursor: pointer;
}
.oneLisImg .hd ul li.on {
	background: #58b6ff;
}
.oneLisImg .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.oneLisImg .bd li {
	zoom: 1;
	vertical-align: middle;
}
.oneLisImg .bd img {
	width: 100%;
	display: block;
	position: relative;
}
.oneLisImg .bd li p{
	font-size: 18px;
	color: #fff;
	width: 240px;
	padding: 10px;
	height:50px;
	background: rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#55000000',endColorstr='#55000000');      /*IE6,IE7*/ 
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#55000000', endColorstr='#55000000')";      /*IE8*/
	position: absolute;
	bottom:42px;
	left: 10px;
}
.one_bot{
	width: 100%;
	height: auto;
}
.one_botl,.one_botr{
	float: left;
	width: 235px;
	height: auto;
	padding: 0 10px;
	overflow: hidden;
	margin-top: 20px;
}
.one_botl ul,.one_botr ul{
	margin-top: -10px;
}
.one_botl ul li ,.one_botr ul li{
	display: block;
	border-bottom: 1px solid #f3f3f3;
}
.one_botl ul li.last ,.one_botr ul li.last{
	border-bottom:none;
}
.one_botl ul li a ,.one_botr ul li a{
	display: block;
	height: 42px;
	line-height: 42px;
	text-indent: 10px;
	color: #505050;
	font-size: 16px;
	background: url(imgaxdd_bg.png) no-repeat 0 center;
}
.one_botl ul li a:hover ,.one_botr ul li a:hover{
	color: #58b6ff;
	background: url(imgaxdd_hbg.png) no-repeat 0 center;
}
.one_botm{
	float: left;
	width: 248px;
	padding: 0 10px;
	margin-top: 20px;
	border-left: 1px solid #F3F3F3;
	border-right: 1px solid #f3f3f3;
}
.one_botm ul li{
	display: block;
	margin-bottom: 5px;
	*margin-bottom:2px;
	overflow: hidden;
}
.one_botm ul li.last{
	margin-bottom: 0;
}
.one_botm ul li span{
	float: left;
	display: inline-block;
	width: 62px;
	height: 62px;
	font-size: 36px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	line-height: 62px;
	background: #58b6ff;
}
.one_botm ul li a{
	float: left;
	margin-left: 10px;
	font-size: 16px;
	color: #505050;
	line-height: 32px;
	width: 160px;
}
.one_botm ul li a:hover{
	color: #58B6FF;
}
.mainrightone{
	width: 400px;
	height: auto;
	float: left;
}
.oneRighta{
	float: left;
	width: 380px;
	height: auto;
	padding: 0 10px;
	overflow: hidden;
}
.oneRightb{
	float: left;
	width: 380px;
	height: auto;
	padding: 0 10px;
	margin-top:10px;
	overflow: hidden;
}
.oneRight_con{
	margin-top: -4px;
}
.oneRight_con ul li{
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #f3f3f3;
}
.oneRight_con ul li a{
	display: block;
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	color: #505050;
	text-indent: 10px;
	background: url(imgaxdd_bg.png) no-repeat 0 center;
}
.oneRight_con ul li a:hover{
	color: #58B6FF;
	background: url(imgaxdd_hbg.png) no-repeat 0 center;
}
.oneRight_con ul li a em{
	color: #58B6FF;
	margin-right: 4px;
}
.oneRight_con ul li a span{
	float: right;
	margin-right: 0;
	font-size: 14px;
	color: #9b9b9b;
	*position: relative;
	*top: -42px;
}
.oneRight_cona{
	width: 100%;
	height: 168px;
	overflow: hidden;
	background: #58B6FF;
	margin-top: -9px;
}
.oneRight_cona ul{
	margin-top: 30px;
}
.oneRight_cona ul li{
	width: 310px;
	margin: 0 auto 10px;
	border-radius: 35px;
	text-indent: 10px;
	font-size: 14px;
	color: #999999;
	background: url(imginput_bg.png) repeat 0 0;
}
.oneRight_cona ul li label{
	line-height: 32px;
	height: 32px;
	*position: relative;
	*top: -6px;
}
.oneRight_cona ul li input.input{
	width: 248px;
	height: 32px;
	line-height: 32px;
	font-size:14px;
	color: #999999;
	border-top-right-radius: 35px;
	border-bottom-right-radius: 35px;
}
.oneRight_cona ul li.last{
	background: none;
}
.oneRight_cona ul li.last a{
	font-size: 14px;
	color: #ffffff;
	line-height: 32px;
}
.oneRight_cona ul li.last input.button{
	float: right;
	margin-right: 0;
	width: 100px;
	height: 28px;
	border-radius: 35px;
	text-align: center;
	line-height: 28px;
	background: url(imginput_bg.png) repeat 0 0;
	font-size: 14px;
	color: #505050;
	cursor: pointer;
	*position: relative;
	*top: -28px;
}
.oneRight_cona ul li.last input.button:hover{
	background: #5568e3;
	color: #fff;
}
/*教师之家*/
.maintwoleft {
	width: 800px;
	height: auto;
	float: left;
}.maintwoleft2 {
	width: 720px;
	height: auto;
	float: left;
}
.twoLeft{
	width: 380px;
	height: auto;
	padding: 0 10px;
	margin: 0 auto;
	overflow: hidden;
	float: left;
}
.twoLeft2{
	width: 220px;
	height: auto;
	padding: 0 10px;
	margin: 0 auto;
	overflow: hidden;
	float: left;
}
.two_leftcon{
	display: block;
}
.two_leftcon .two_conImg a{
	display: block;
	width:210px;
	height: auto;
	padding: 5px 5px 0 5px;
	background: #fbfbfb;
	text-align: center;
}
.two_leftcon .two_conImg a img{
	width: 210px;
	height: 212px;
}
.two_leftcon .two_conImg a p{
	font-size: 16px;
	color: #505050;
	line-height: 47px;
}
.two_leftwz{
	display: block;
	margin-top: 10px;
	text-align: justify;
}
.two_leftwz p{
	font-size: 14px;
	color: #9b9b9b;
	line-height: 30px;
	*line-height: 32px;
}
.two_leftwz p a{
	color: #58B6FF;
}
.two_leftwz p a:hover{
	color: #5568E3;
}
.two_leftwza{
	display: block;
	margin-top: 10px;
	background: #fbfbfb;
}
.two_leftwza h2{
	background: url(imgh2_bg.png) no-repeat 0 0;
	text-align: center;
	width: 220px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #ffffff;
}
.two_leftwza p{
	width: 92%;
	padding:8px 4%;
	*padding:10px 4%;
	font-size: 16px;
	color: #505050;
	line-height: 30px;
	*line-height: 32px;
	border-top: 1px solid #58B6FF;
}
.two_leftwza p.first{
	border-top:none;
}
.twomiddle{
	width: 370px;
	height: auto;
	padding: 0 10px;
	margin: 0 auto;
	float: left;
}
.twomiddle2{
	width: 450px;
	height: auto;
	padding: 0 10px;
	margin: 0 auto;
	float: left;
}
#tab_pupil,
#tab_half,
#tab_info{
	width:100%;
	position:relative;
	height:auto;
	overflow: hidden;
}
#tab_pupil .tab_menu_pupil,
#tab_half .tab_menu_half ,
#tab_info .tab_menu_info  {
	width: 100%;
	z-index: 1;
	border-bottom: 1px solid #58B6FF;
	overflow: hidden;
}
#tab_pupil .tab_menu_pupil span,
#tab_half .tab_menu_half  span,
#tab_info .tab_menu_info  span, 
#tab_pupil .tab_box_pupil span,
#tab_half .tab_box_half span,
#tab_info .tab_box_info span {
	float: right;
	margin-right: 0;
	color: #9b9b9b;
	margin-top: 14px;
}
#tab_pupil .tab_box_pupil span,
#tab_half .tab_box_half span,
#tab_info .tab_box_info span {
	position: absolute;
	top: -63px;
	right: 0;
}
#tab_info .tab_box_info span{
	top: -68px;
}
#tab_pupil .tab_menu_pupil span a,
#tab_half .tab_menu_half  span a,
#tab_info .tab_menu_info  span a,
#tab_pupil .tab_box_pupil span a,
#tab_half .tab_box_half span a,
#tab_info .tab_box_info span a{
	font-size: 12px;
	color: #9b9b9b;
}

#tab_pupil .tab_menu_pupil span a font,
#tab_half .tab_menu_half  span a font,
#tab_info .tab_menu_info  span a font,
#tab_pupil .tab_box_pupil span a font,
#tab_half .tab_box_half span a font,
#tab_info .tab_box_info span a font{
	font: 16px/18px consolas;
}
#tab_pupil .tab_menu_pupil span a:hover,
#tab_half .tab_menu_half  span a:hover,
#tab_info .tab_menu_info  span a:hover,
#tab_pupil .tab_box_pupil span a:hover,
#tab_half .tab_box_half span a:hover,
#tab_info .tab_box_info span a:hover {
	color: #58B6FF;
}
#tab_pupil .tab_menu_pupil li,
#tab_half .tab_menu_half li, 
#tab_info .tab_menu_info li{
	float: left;
	width: 80px;
	height:40px;
	line-height:35px;
	font-size: 16px;
	color: #505050;
	cursor: pointer;
	background: url(imgtitle_hbg.png) no-repeat 0 0;
	text-align: center;
	padding-bottom: 2px;
	margin: 0 10px 0 0;
}
#tab_pupil .tab_box_pupil ,
#tab_half .tab_box_half ,
#tab_info .tab_box_info {
	width:100%;
	height: auto;
	clear: both;
	margin-top:20px;
}
#tab_pupil .tab_box_pupil > div,
#tab_half .tab_box_half > div,
#tab_info .tab_box_info > div{
	position: relative;
}
#tab_pupil .tab_menu_pupil .selected ,
#tab_half .tab_menu_half .selected ,
#tab_info .tab_menu_info .selected{
	background: url(imgtitle_bg.png) no-repeat 0 0;
	color: #fff;
	cursor: pointer;
}
.hide {
	display: none;
}
.pupil_top{
	display: block;
	overflow: hidden;
}
.pupil_top li{
	float: left;
	margin: 0;
}
.pupil_top li a{
	display: block;
	width: 180px;
	height: 180px;
	text-align: center;
	line-height: 180px;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
}
.pupil_top li.last a{
	width: 360px;
}
.pupil_top li a.bg_a{
	background: url(imgbg_a.png) no-repeat 0 0;
}
.pupil_top li a.bg_b{
	background: url(imgbg_b.png) no-repeat 0 0;
}
.pupil_top li a.bg_c{
	background: url(imgbg_c.png) no-repeat 0 0;
}
.pupil_top li a.bg_d{
	background: url(imgbg_d.png) no-repeat 0 0;
}
.pupil_top li a.bg_e{
	background: url(imgbg_e.png) no-repeat 0 0;
}
.pupil_top li a.bg_a:hover{
	background:url(imgbg_a.png) no-repeat 0 0;
	opacity: 0.8;
}
.pupil_top li a.bg_b:hover{
	background: url(imgbg_b.png) no-repeat 0 0;
	opacity: 0.8;
}
.pupil_top li a.bg_c:hover{
	background: url(imgbg_c.png) no-repeat 0 0;
	opacity: 0.8;
}
.pupil_top li a.bg_d:hover{
	background: url(imgbg_d.png) no-repeat 0 0;
	opacity: 0.8;
}
.pupil_top li a.bg_e:hover{
	background: url(imgbg_e.png) no-repeat 0 0;
	opacity: 0.8;
}
.pupil_bot{
	display: block;
	width: 100%;
	margin-top: 20px;
}
.pupil_l{
	float: left;
	width: 238px;
	padding: 0 10px;
	border: 1px solid #f3f3f3;
}
.pupil_r{
	margin-left: 20px;
}
.pupil_l ul li{
	display: block;
	height:42px;
	line-height: 42px;
	border-bottom: 1px solid #F3F3F3;
}
.pupil_l ul li.last{
	border-bottom: none;
}
.pupil_l ul li a{
	font-size: 16px;
	color: #505050;
	display: block;
	text-indent: 12px;
	background: url(imgaxdd_bg.png) no-repeat 0 center;
}
.pupil_l ul li a:hover{
	color: #58B6FF;
	background: url(imgaxdd_hbg.png) no-repeat 0 center;
}
.maintworight{
	width: 400px;
	height: auto;
	float: left;
}
.maintworight2{
	width: 450px;
	height: auto;
	float: left;
}
.tworighta{
	width: 380px;
	height: auto;
	padding: 0 10px;
	float: left;
	overflow: hidden;
}
.moral_education{
	width: 100%;
	border-bottom: 1px solid #F3F3F3;
	overflow: hidden;
}
.moral_education a{
	display: block;
}
.moral_education a img{
	float: left;
	width: 140px;
	height: 80px;
}
.moral_education a .moral_wz{
	float: left;
	width: 220px;
	margin-left: 10px;
}
.moral_education a .moral_wz h2{
	font-size: 16px;
	color: #505050;
}
.moral_education a .moral_wz p{
	font-size: 14px;
	color: #9b9b9b;
	line-height: 22px;
	*line-height: 20px;
	padding-bottom: 10px;
	margin-top: 5px;
	*margin-top: 0px;
}
.moral_education a .moral_wz p span{
	color: #58B6FF;
}
.moral_education a:hover .moral_wz p span{
	color: #5568E3;
}
.moral_education a:hover img{
	opacity: 0.8;
}
.moral_education a:hover .moral_wz h2{
	color: #58B6FF;
}
.education{
	margin-top: 8px;
	display: block;
	width: 100%;
	overflow: hidden;
}
.education li{
	display: block;
	height:42px;
	line-height: 42px;
	border-bottom: 1px solid #F3F3F3;
	overflow: hidden;
}
.education li.last{
	border-bottom: none;
}
.education li a{
	font-size: 16px;
	color: #505050;
	display: block;
	text-indent: 12px;
	background: url(imgaxdd_bg.png) no-repeat 0 center;
}
.education li a:hover{
	color: #58B6FF;
	background: url(imgaxdd_hbg.png) no-repeat 0 center;
}
.education li a span{
	float: right;
	margin-right: 0;
	font-size: 14px;
	color: #9b9b9b;
	*position: relative;
	*top: -42px;
}
.tworightb{
	width: 380px;
	height: auto;
	padding: 0 10px;
	float: left;
	overflow: hidden;
	margin-top: 10px;
	*margin-top: 2px;
}
.school_brief p{
	margin-top: 7px;
	*margin-top: 8px;
	font-size: 14px;
	color: #9b9b9b;
	line-height:24px;
	*line-height: 30px;
	text-indent: 2em;
}
.school_brief p a{
	color: #58B6FF;
}
.school_brief p a:hover{
	color: #5568E3;
}
/*ad_one*/
.adv{
	width: 1180px;
	padding:0 10px;
	margin: 0 auto;
	overflow: hidden;
}
.mainthree{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.three_con{
	width: 1180px;
	margin: 0 auto;
	padding: 0 10px;
}
.three_main{
	display: block;
	background: #fbfbfb;
	overflow: hidden;
	padding: 7px 7px 7px 20px;
}
.three_main .three_wz{
	float: left;
	width: 364px;
	text-align: center;
}
.three_main .three_wz h2{
	font-size: 18px;
	color: #505050;
	font-weight: normal;
	margin-top: 12px;
	margin-bottom:36px;
	text-align: left;
}
.three_main .three_wz p{
	width: 364px;
	font-size: 14px;
	color: #9b9b9b;
	line-height: 36px;
	text-align: justify;
}
.three_main .three_wz a{
	display:inline-block;
	width: auto;
	margin-top: 32px;
	text-align: center;
	font-size: 14px;
	color: #58b6ff;
	padding: 2px 4px;
	*padding: 1px 4px 2px 4px;
	border: 1px solid #58B6FF;
}
.three_main .three_wz a font{
	font: 16px/18px consolas;
	padding-left: 5px;
}
.three_main .three_wz a:hover{
	color: #5568E3;
	border: 1px solid #5568E3;
}
.three_main .three_img{
	float: right;
	margin-right: 0;
	width: 765px;
	height: 385px;
}
.mainfore{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.mainforeleft{
	float: left;
	width: 380px;
	margin: 0 auto;
	padding: 0 10px;
}
.foreleft_wz{
	display: block;
	background: #F3F3F3;
	text-align: center;
}
.foreleft_wz img{
	margin-top: 5px;
}
.foreleft_wz p{
	line-height: 51px;
	height: 51px;
	text-align: left;
	font-size: 16px;
	color: #505050;
	text-indent: 10px;
}
.foreleft_wz p a{
	float: right;
	margin-right: 5px;
	margin-top: 15px;
	*margin-top: -35px;
	display: inline-block;
	width: 88px;
	*width: 92px;
	height: 20px;
	text-align: center;
	*text-align: left;
	line-height: 20px;
	color: #58B6FF;
	font-size: 14px;
	border: 1px solid #58B6FF;
}
.foreleft_wz p a font{
	font: 16px/18px consolas;
}
.foreleft_wz p a:hover{
	color: #5568E3;
	border: 1px solid #5568E3;
}
.fore_left_list{
	display: block;
	background: #F3F3F3;
}
.fore_left_list h2{
	background: url(imgh2_bga.png) no-repeat 0 0;
	
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #ffffff;
}
.fore_left_list  ul li{
	display: block;
	height: 46px;
	line-height: 46px;
}
.fore_left_list  ul li span{
	display: inline-block;
	width: 15px;
	height: 15px;
	text-align: center;
	line-height: 15px;
	font-size: 12px;
	color: #fff;
	background: #b9b9b9;
	margin-left: 20px;
	margin-right: 16px;
}
.fore_left_list  ul li a{
	font-size: 16px;
	color: #505050;
}
.fore_left_list  ul li a:hover{
	color: #58B6FF;
}
.fore_left_list  ul li a:hover span{
	background: #58B6FF;
}
.mainforemiddle{
	width: 540px;
	margin: 0 auto;
	height: auto;
	padding: 0 10px;
	float: left;
}
.foremiddle{
	display: block;
}
.foremiddlea{
	display: block;
	margin:43px auto 0;
	*margin:20px auto 0;
}
.info_con{
	margin-top:25px;
	*margin-top: -16px;
	display: block;
	width: 100%;
	overflow: hidden;
}
.info_con ul li{
	display: block;
	height:42px;
	line-height: 42px;
	border-bottom: 1px solid #F3F3F3;
}
.info_con ul li a{
	font-size: 16px;
	color: #505050;
	display: block;
	text-indent: 12px;
	background: url(imgaxdd_bg.png) no-repeat 0 center;
}
.info_con ul li a:hover{
	color: #58B6FF;
	background: url(imgaxdd_hbg.png) no-repeat 0 center;
}
.mainforeright{
	float: left;
	width: 220px;
	margin: 0 auto;
	padding: 0 10px;
}
.forerighta{
	margin-top: 25px;
}
.fore-bm{
	overflow: hidden;
	border-bottom: 1px solid #F3F3F3;
}
.fore-bm p{
	display: block;
	border-bottom: 1px solid #F3F3F3;
	overflow: hidden;
	padding-bottom: 4px;
}
.fore-bm p em{
	float: left;
	display: inline-block;
	background: url(imgsd_icon.png) no-repeat 0 0;
	width: 10px;
	height: 13px;
}
.fore-bm p span{
	float: left;
	width: 192px;
	display: inline-block;
	margin-left: 10px;
	font-size: 16px;
	color: #505050;
	line-height: 32px;
	position: relative;
	margin-top: -10px;
}
.custom-checkbox {
	position: relative;
	height: 22px;
	line-height: 22px;
	padding-top: 12px;
}
.custom-checkbox input {
	position: absolute;
	left: 22px;
	top: 18px;
	margin: 0;
	padding: 0
}
.custom-checkbox label {
	display: block;
	position: relative;
	font-size: 16px;
	color: #9b9b9b;
	text-indent: 60px;
	cursor: pointer;
	white-space: nowrap
}
.custom-checkbox label {
	background: url(imgsearch_icon.png) no-repeat 20px 3px;
}
.custom-checkbox label.focus,
.custom-radio label.focus {
	background: url(imgsearch_hicon.png) no-repeat 20px 3px;
}
.custom-checkbox label.checked,
.custom-radio label.checked {
	background: url(imgsearch_hicon.png) no-repeat 20px 3px;
}
.custom-checkbox label.checkedFocus {
	background: url(imgsearch_icon.png) no-repeat 20px 3px;
}
.fore-bm a{
	display: inline-block;
	width: 88px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	font-size: 16px;
	color: #fff;
	border-radius: 35px;
	background: #58B6FF;
	margin: 25px 0 16px 0;
}
.fore-bm a:hover{
	background: #5568E3;
}
.fore-bm a.submit{
	float: left;
}
.fore-bm a.chakan{
	float: right;
	margin-right: 0;
}
.mainfive{
	width: 1180px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 10px;
}
.link-list,.link-lista{
	width: 100%;
}
.link-list a{
	display: block;
	float: left;
	margin: 0 35px 20px 0;
}
.link-list a:hover{
	color: #58B6FF;
}
.five_cona{
	margin-top: 40px;
	*overflow: hidden;
}
.link-lista a{
	float: left;
	width: 168.57px;
	text-align: center;
}
.link-lista a img{
	width: 68px;
	height: 68px;
	margin-bottom:20px;
}
.link-lista a p{
	font-size: 16px;
	color: #505050;
}
.link-lista a:hover img{
	opacity: 0.8;
}
.link-lista a:hover p{
	color: #58B6FF;
}
/*footer*/
.footWrap,.footerWrap,.footerWrapa{
	width: 100%;
	height: auto;
	margin: 40px auto 0;
	background: #58B6FF;
}
.footerone{
	width: 1180px;
	margin: 0 auto;
	overflow: hidden;
	height: auto;
}
.footer_left{
	float: left;
	width: 950px;
	color: #fff;
	overflow: hidden;
}
.footer_lt,.footer_lb{
	width: 100%;
	overflow: hidden;
}
.footer_lt ul li{
	font-size: 16px;
	float: left;
	margin-top: 30px;
}
.footer_lt ul li a{
	color: #fff;
	padding: 0 15px;
}
.footer_lt ul li.first a{
	padding: 0 15px 0 0 ;
}
.footer_lb dl{
	float: left;
	width: 99px;
}
.footer_lb dl dd{
	float: left;
	width: 99px;
	margin-top: 16px;
}
.footer_lb dl dd a{
	display: inline-block;
	font-size: 14px;
	color: #FFFFFF;
	text-indent: 15px;
	*text-indent:7px;
}
.footer_lb dl.first dd a{
	text-indent:0px;
}
.footer_lb dl dd a:hover{
	color: #505050;
}
.footer_right{
	float: left;
}
.footer_right img{
	margin-top: 30px;
	width: 166px;
	height: 166px;
	margin-bottom: 10px;
}
.footer_right p{
	width: 166px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.footertwo{
	width: 1180px;
	margin:30px auto 0;
	overflow: hidden;
	border-top: 1px solid #49a3e9;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 36px;
	height: 36px;
}
.footerWrap,.footerWrapb{
	text-align: center;
}
.footerWrap a{
	display: inline-block;
	padding: 0 15px;
	color: #505050;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
}
.footerWrap a:hover{
	color: #fff;
}
.footerWrapa{
	background: #fbfbfb;
}
.footDiv{
	width: 1180px;
	margin: 0 auto;
	overflow: hidden;
}
.footDiv .footl{
	float: left;
	width: 416px;
	height: auto;
	padding: 16px 0;
	overflow: hidden;
}
.footDiv .footl img{
	width: 112px;
	height: 112px;
	float: left;
}
.footDiv .footl p{
	float: left;
	width: 112px;
	line-height: 24px;
	margin:15px 10px 0;
	font-size: 14px;
	color: #505050;
}
.footm{
	float: left;
	width: 350px;
	height: 91px;
	margin-top:30px;
	border-right: 1px solid #414141;
	border-left: 1px solid #414141;
	text-align: center;
}
.footm img{
	width: 168px;
	height: 52px;
	margin-top: 20px;
}
.footr{
	float: left;
}
.footr p{
	margin-top: 20px;
	margin-left: 66px;
	font-size: 14px;
	color: #505050;
}
.footr p img{
	position: relative;
	top: 4px;
	margin-right: 10px;
}
.footerWrapb{
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #505050;
}
.footerWrapc{
	width: 100%;
	height: auto;
	margin:16px auto 0;
	background: #58B6FF;
}
.footwrap{
	width: 1180px;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.footwrap p{
	font-size: 14px;
	color: #fff;
}
.footwrap p.footL{
	float: left;
}
.footwrap p.footM{
	float: left;
	margin-left:25%;
}
.footwrap p.footR{
	float: right;
	margin-right: 0;
}
.address_con{
	width: 1180px;
	margin:70px auto 0;
	height: 44px;
	border-bottom: 1px solid #f3f3f3;
}
.address_con .add_left{
	float: left;
	line-height: 35px;
	text-transform: uppercase;
	font-size: 16px;
	color: #58B6FF;
	text-indent: 10px;
}
.address_con .add_right{
	float: right;
	margin-right: 0;
	font-size: 14px;
	color: #9b9b9b;
	line-height: 35px;
}
.address_con .add_right a{
	color: #9b9b9b;
	padding: 0 7px;
}
.address_con .add_right a:hover,
.address_con .add_right a.cur{
	color: #58B6FF;
}
.content{
	width: 1180px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.content_l{
	float: left;
	width: 220px;
}
.content_l ul li{
	display: block;
	width: 100%;
	height: 30px;
	margin-top: 20px;
}
.content_l ul li a{
	display: block;
	border-radius: 35px;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #ffffff;
	background: #58B6FF;
}
.content_l ul li a:hover,
.content_l ul li a.cur{
	background: #565656;
}
.content_r{
	float: left;
	width:940px;
	margin-left: 20px;
}
.content_r h2{
	text-align: center;
	font-size: 16px;
	color: #505050;
	margin-top: 28px;
}
.content_r h3{
	text-align: center;
	font-size: 16px;
	color: #505050;
	margin-top:10px;
	margin-bottom: 15px;
}
.content_r span{
	display: block;
	font-size: 14px;
	color: #505050;
	margin-bottom: 6px;
}
.content_r span.color{
	color: #9b9b9b;
}
.content_r span.mot{
	margin-top: -32px;
}
.content_r span.bot{
	margin-bottom: 32px;
}
.content_r p{
	font-size: 14px;
	color: #9b9b9b;
	line-height: 32px;
	text-indent: 2em;
	margin-bottom:36px;
}
.content_r p.last{
	margin-bottom:0px;
}
/*列表页*/
.content_r ul li{
	display: block;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #F3F3F3;
	overflow: hidden;
}
.content_r ul li a{
	font-size: 16px;
	color: #505050;
}
.content_r ul li a:hover{
	color: #58B6FF;
}
.content_r ul li a span{
	float: right;
	margin-right: 0;
	font-size: 12px;
	color: #9b9b9b;
	*position: relative;
	*top: -50px;
}
.page{
	display: block;
	text-align: center;
	margin-top: 50px;
}
.page a{
	display: inline-block;
	margin-right: 18px;
	width: 16px;
	height: 16px;
	background: #565656;
	text-align: center;
	line-height: 16px;
	font-size: 12px;
	color: #fff;
}
.page a:hover,.page a.cur{
	background: #58B6FF;
}
.page a.pren{
	position: relative;
	width: 8px;
	height: 16px;
	top: 4px;
	*top: 1px;
	background: url(imgpage_icon.png) no-repeat 0 0;
}
.page a.next{
	position: relative;
	width: 8px;
	height: 16px;
	top: 4px;
	*top: 1px;
	background: url(imgpage_icon.png) no-repeat -8px 0;
}
/*搜索结果页*/
.search_con ul li{
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid #F3F3F3;
}
.search_con ul li a{
	display: block;
}
.search_con ul li h2{
	font-size: 16px;
	color: #505050;
}
.search_con ul li h2 span{
	display: inline-block;
	font-size: 12px;
	margin-left: 20px;
}
.search_con ul li p{
	margin-top: 8px;
	font-size: 14px;
	color: #9b9b9b;
	line-height: 32px;
}
.search_con ul li a:hover h2{
	color: #58B6FF;
}












