/*******************
author:fuwenbo 
201508
大地幼教网
********************/
*{
	margin: 0;
	padding: 0;
}
body{
	font-size: 12px;
	font-family: 'Microsoft YaHei';
	background: #fff;
	/*max-width: 1440px;*/
	min-width: 1100px;
}
img{border: 0;}
a:focus{outline: none;}
li,ul{list-style: none;}

.clear_b{clear: both;}
.clearfix{
	clear: both;
	display: table;
	content: "";
}
.ft_l{float: left;}
.ft_r{float: right;}
a{
	color: #353535;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover{
	color: #90c600;
	cursor: pointer;
}
ul > li:hover, li > a:hover{
	text-decoration: inherit;}

.red{color: #aa2828;}
.green{color: #7bc91e;}

.headerBox{
	margin: 0 auto;
	/*width: 1100px;*/
	width: 1001px;
	height: 106px;
}
.hb_left{
	float: left;
	margin-top: 30px;
}
.logo{
	float: left;
	width: 113px;
	height: 48px;
	margin-right: 15px;
	padding-right: 15px;
	border-right:1px solid #aeaeae;
	background: url(../images/logo.png) no-repeat left top;
}
.logo:hover{
	background-position: 0 -60px;
}
.telIcon{
	float: left;
	width: 230px;
	height: 48px;
	background:url(../images/tel.png) no-repeat left center;
}

.hb_right{
	float: right;
}

.login_top{
	margin-top: 8px;
}
.login_top .intt{
	width: 90px;
	height: 20px;
	line-height: 19px;
	padding-left:3px;
	margin: 0 10px 0 5px;
	border:1px solid #aeaeae;
	background: #fff;
}
.login_top .inbt{
	width: 40px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background:#777;
	border: none;
    margin-right:10px;
}
.login_top .inbt:hover{
	background: #7bc91e;
	cursor: pointer;
}
.login_top a{
	display: block;
	height: 20px;
	line-height: 20px;
	color: #aa2828;
	padding:0 10px;
	background: #ffd803;
}
.login_top a:hover{
	color: #fff;
	background: #7bc91e;
	text-decoration:none;
	cursor: pointer;
}


.snsBox{
	margin-top: 20px;
}
.snsBox .s1{
	float: right;
	height: 20px;
	padding-left:13px;
	margin-top: 10px;
	margin-right: 5px;
	color: #777;
	background: url(../images/icon_yjw.png) no-repeat 2px 5px;
}

.snsIcon{
	float: right;
	display: block;
	width: 38px;
	height: 38px;
	margin-left: 5px;
	background: url(../images/sns_icon.png) no-repeat;
	-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wxIcon{background-position: 0px 0px;}
.wxIcon:hover,.wxIcon_ed{background-position: 0px -40px;}
.txIcon{background-position: -42px 0px;}
.txIcon:hover{background-position: -42px -40px;}
.snIcon{background-position: -82px 0px;}
.snIcon:hover{background-position: -82px -40px;}
.qqIcon{background-position: -122px 0px;}
.qqIcon:hover{background-position: -122px -40px;}


.snsIcon:hover{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wxFl{
	float: right;
	position: relative;
	z-index: 100;
}
.wxBox{
	width: 262px;
	height: 140px;
	padding:10px;
	text-align: center;
	border:1px solid #e4e4e4;
	background: #fff;
	position: absolute;
	top: 45px;
	left:-46px;
	display: none;
}
.wxBox > div{float: left;color: #777;}
.wxBox p{
	margin-top: 5px;
}
.wxBox .arrow{
	display: block;
	width: 16px;
	height: 10px;
	background: url(../images/icon_yjw.png) no-repeat -1px -19px;
	position: absolute;
	top: -10px;
	left:60px;
}

.navBox{
	float: left;
	width: 100%;
	background: #353535;
}
.navM{
	margin: 0 auto;
	width: 1100px;
	width: 1001px;
	height: 40px;
}
.navM > ul > li{
	float: left;
	height: 40px;
	padding:0 5px;
}


.navM > ul > li > a,.navM2 > a{
	float: left;
	display: block;
	height:40px;
	line-height: 40px;
	padding:0 10px;
	color: #fff;
	font-size: 14px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.navM > ul > li > a:hover,.navM2 > a:hover,.navM2 > a.active{
	background: #7bc91e;
	text-decoration: none;
	color: #353535;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.navM > ul > li:hover,.navM > ul > li.active{
	background: #7bc91e;
	color: #353535;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.navM > ul > li.active a{color: #353535;}

.navM2{
	position: relative;
}
.navM2 > a{
	background: url(../images/icon_nav2_arrow.png) no-repeat right 18px;
}
.navM2 > a:hover,.navM2 > a.active{
   background: url(../images/icon_nav2_arrow.png) no-repeat right -28px #7bc91e;
}

.nav2{
	width: 135px;
	padding:10px 0;
	background: #7bc91e;
	opacity: .9;
	position: absolute;
	left:-5px;
	top: 40px;
	display: none;
	z-index: 100;
}
.nav2 > li{
	float: left;
	width: 100%;
}
.nav2 > li > a{
	display: block;
	width: 100%;
	padding:5px 0;
	text-indent:25px;
}
.nav2 > li > a:hover{
	background: #c6e49c;
	text-decoration: none;
}




/*页脚*/
.footerBox{
	float: left;
	width: 100%;
	height: 160px;
	margin-top: 50px;
	text-align: center;
	color: #a2a2a2;
	background: url(../images/ft_bg.png) repeat;
}
.ftNav{
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #353535;
	background: #7bc91e;
}
.ftNav a:hover{
	color: #fff;
	text-decoration: none;
}

.ftNav2{
	padding: 0 20px;
	display: inline-block;
	margin: 0 auto;
	color: #a2a2a2;
	margin-top: 40px;
	margin-bottom: 10px;
	border-bottom: 1px solid #656565;
	box-shadow: 0px 1px 0 #222;
	padding-bottom: 5px;
}
.ftNav2 a{
	color: #a2a2a2;
}
.ftNav2 a:hover{color: #7bc91e;}
.footerBox .p1{margin-bottom: 5px;}



.top_jm{
	float: left;
	width: 100%;
	height: 33px;
	background: url(../images/top_bg_0.png) repeat-x;
}
.top_jm_m{
	width: 1001px;
	margin:0 auto;
}
.top_jm_l{
	float: left;
	line-height: 33px;
}
.top_jm_l > .t_logo{
	float: left;
	width: 58px;
	height: 28px;
	margin-top: 5px;
	margin-right:10px;
	background: url(../images/logo_top.png) no-repeat;
}
.top_jm_l > a{
	font-size: 12px;
	color: #353535;
}
.top_jm_l > a:hover{
	color: #7bc91e;
}

.headerBox_jm{
	float: left;
	width: 100%;
	height: 75px;
	background: url(../images/top_bg_jm.png) repeat;
}
.headerBox_jm_m{
	margin: 0 auto;
	width: 1001px;
}
.logo_jm{
	float: left;
	width: 190px;
	height: 53px;
	margin: 10px 0 0 0;
	background: url(../images/logo_am.png) no-repeat;
}
.h_jm_r{
	float: right;
}
.tell_jm{
	float: left;
	width: 193px;
	height: 16px;
	margin-top: 30px;
	margin-right: 10px;
	background: url(../images/tell_jm.png) no-repeat;
}
.h_jm_r .s1{color: #7bc91e;}
.navBox_jm{
	background: #7bc91e;
}
.navBox_jm > .navM > ul > li > a:hover,.navBox_jm > .navM > ul > li > a.active{
	background:url(../images/nav_b_line.png) repeat-x left bottom #62a90e;
	color: #fff;
}



.hb_nav{
	float: left;
	margin: 30px 0 0 10px;
}
.hb_nav > a{
	color:#99cc00;
	margin-left:15px;font-size: 16px;
}
.hb_nav > a:hover{
	color:#a6db06;
}

.hb_nav > a.active{color: #fff;}



.layoutFull{
    float: left;
	width: 100%;
}
.layoutCont{
	margin: 0 auto;
	width: 1001px;
}
.newsBox{
	float: left;
	width: 100%;
	height: 45px;
	margin: 8px 0px 30px 0;
}
.nbL{
	float: left;
	width: 760px;
	height: 45px;
	background: #f0f0f0;
}
.nbA{
	float: left;
	width: 118px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	background: #e1e1e1;
}
.nbA:hover{text-decoration: underline;}
.nbA > span{
	display: inline-block;
	width: 49px;
	height: 52px;
	margin: -9px 6px 0 6px;
	background: url(../images/tm.png) no-repeat;
	vertical-align: middle;
}

.newsList_a{
	float: left;
	padding-left:20px;
	width: 620px;
}
.newsList_a > ul{
	float: left;
	margin-left: 20px;
	width: 540px;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
}
.newsList_a > ul > li{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.naDiv{
	float: right;
	width: 54px;
	height: 45px;
}
.naDiv > span{
	float: right;
	width: 100%;
	height: 20px;
	background: url(../images/ar.png) no-repeat;
}
.naDiv > .n_up{
	background-position: 20px 4px;
}
.naDiv > .n_up:hover{
	background-color: #c6c6c6;
	background-position: -20px 4px;
	cursor: pointer;
}
.naDiv > .n_down{
	margin-top: 5px;
	background-position: 20px -15px;
}
.naDiv > .n_down:hover{
	background-color: #c6c6c6;
	background-position: -20px -15px;
	cursor: pointer;
}


.nbR{
	float: right;
}
.nbR > a{
	float: left;
	height: 45px;
	line-height: 45px;
	color: #fff;
	padding:0 12px;
	font-size: 14px;
	display: inline;
}
.nbR > .a1{
	margin-right: 5px;
	background: #ff9000;
}
.nbR > .a1:hover{
	background: #ff5b00;
	text-decoration: underline;
}
.nbR > .a2{
	background: #90c600;
}
.nbR > .a2:hover{
	background: #5b9000;
	text-decoration: underline;
}

.jsDiv{
	float: left;
}
.jsVideo{
	float: left;
	width: 430px;
	height: 299px;
}
.jsText{
	float: left;
	margin-left: 18px;
	width: 550px;
}
.jsText > p{
	font-size: 14px;
	text-indent: 2em;
	line-height: 23px;
}
.jsImg{
	float: left;
	width: 998px;
	height: 211px;
	margin: 30px 0 50px 0;
}

/*更多*/
.jsMoreBt{
	float: left;
	width: 100%;
	height: 35px;
	/*background: #FFF7F7;*/
}
.jsMoreBt:hover{background: #f7a132;}
.jsMoreBt_ed{
	position: fixed;
	bottom: 0;
	left:0;
	z-index: 999;
}

.jsM,.jsM_ed{
	display: block;
	width: 66px;
	height: 66px;
	margin: 0 auto;
	margin-top: -30px;
	background: url(../images/mr.png) no-repeat;
}
.jsM:hover{
	background-position: 0 -108px;
}
.jsM_ed{
	background-position: -85px 0;
}
.jsM_ed:hover{
	background-position: -85px -108px;
}


.tsBox{
	padding-bottom:30px;
	background: url(../images/am_11.png) left top repeat-x;
}
.th_h2{
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	color: #ff9000;
	margin: 25px 0 10px 0;
}

.swBox{
	margin: 0 auto;
	margin-top: 35px;
	margin-bottom: 30px;
	width: 718px;
	padding:20px 0;
}

.yyBox{
	background: #f5f5f5;
	padding:0px 0 20px 0;
}

.yyList{
	margin: 0 auto;
	margin-top: 20px;
	width: 980px;
	overflow: hidden;;
}
.yyList > ul > li{
	float: left;
	height: 203px;
	margin-right: 22px;
	margin-bottom: 5px;
}
.yyList > ul > li > a{
	position: relative;
	display: block;
	text-align: center;
	width: 194px;
	height: 154px;
	border:10px solid #ffc926;
}
.yyList > ul > li > a:hover{
	border-color: #ffae00;
}
.yyList > ul > li > a > img{
	width: 100%;
	height: 100%;
}
.yyList > ul > li > a > p{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
	line-height: 25px;
	color: #fff;
    /*background: rgba(0,0,0,.5);*/
    background: url(../images/bg_t.png) repeat;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.yyList > ul > li.big{
	width: 474px;
	height: 203px;
	border: none;
	margin: -15px 10px 0 10px;
	background: url(../images/am_26.png) no-repeat;
}
.yyList > ul > li.big > a{
	width: 425px;
	height: 155px;
	border: none;
	margin: 25px 0 0 25px;
}


/*更多页面*/
.moreJS{
	float: left;
	width: 1001px;
	padding:30px 0;
	display: none;
}

.mP{
	width: 100%;
	float: left;
}
.mP > img{
	width: 1001px;
}
.m1V{
	width: 380px;
	height: 250px;
	overflow: hidden;
	float: left;
	margin: 116px 0 0 75px;
	text-align: center;
	color: #888;
}
.m1Vide{
	width: 380px;
	height: 195px;
	/*border: 1px solid #333;*/
	margin-bottom: 8px;
}

.m2V{
	margin: 170px 0 0 28px;
}
.m3V{
	width: 410px;
	margin: 51px 0 0 293px;
}
.m3V .m1Vide{
	width: 410px;
	height: 210px;
}



/*右侧浮云*/
.sideRightBox{
	position: fixed;
	width: 45px;
	height: 138px;
	margin-left: 500px;
	left: 50%;
	bottom:40px;
	z-index: 100;
}
.sideRightBox > a{
	display: block;
    width: 45px;
    height: 43px;
    margin-top: 3px;
    background: url(../images/side_r_icon.png) no-repeat;
    -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.sideRightBox > a:hover{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.sideRightBox > .aQQ{background-position: 1px 0px;}
.sideRightBox > .aQQ:hover{background-position: -49px 0px;}
.sideRightBox > .aShare{background-position: 1px -44px;}
.sideRightBox > .aShare:hover{background-position: -49px -44px;}
.sideRightBox > .aTop{background-position: 1px -88px;}
.sideRightBox > .aTop:hover{background-position: -49px -88px;}




/*分页*/
.pageDiv{
	width:100%;
	height:35px;
	clear:both;
	float: left;
	text-align:right;
	margin-top:50px;
}
.pageDiv > span{
	margin-right: 10px;
}
.pageDiv a,.pageDiv a:visited{
	height:25px;
	padding:3px 7px; 
    line-height:25px; 
    margin:0 2px;
    border:1px solid #e0e0e0; 
    color:#333; 
    background:#fff;
}
.pageDiv a.current,.page a.current:visited,.pageDiv a:hover{
	background:#7bc91e; 
	border:1px solid #7bc91e; 
	color:#fff; 
	text-decoration:none;
}
.pageDiv a.pn,.pageDiv a.pn:visited{_padding-bottom:0px; }
.pageDiv em{
	font-style: normal;
	margin: 0 2px;
}


.slideLeftBox{
	float: left;
	width: 200px;
	margin-top: 22px;
	background: #edfbdc;
	border-bottom: 6px solid #9bc963;
	padding-bottom: 40px;
}
.mainRightBox{
	float: right;
	width: 777px;
	margin-top: 22px;
}
.slTh{
	width: 100%;
}
.slTh .ss{
	display: block;
	width: 100%;
	height: 56px;
}


.slTh2{
	height: 56px;
	background: #7bc91e;
}
.slTh2 > h5{
	float: left;
	margin: 15px 0 0 10px;
	width: 90%;
	height:28px;
	line-height: 28px;
	font-size: 18px;
	color: #416f0a;
	border-bottom: 1px dashed #416f0a;
	text-indent: 25px;
	background: url(../images/l_t_icon.png) left center no-repeat;
}


.slUl{
	width: 176px;
	margin: 0 auto;
	margin-top: 20px;
}
.slUl > li{
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #b0d880;
	box-shadow: 0px 1px 0 #fff;
}
.slUl > li > a{
	display: block;
	width: 100%;
	height: 100%;
	text-indent: 15px;
	font-size: 14px;
}
.slUl > li > a > i{
	font-style: normal;
	font-weight: bold;
	display: none;
}
.slUl > li.active > a > i{
	display: inline-block;
}
.slUl > li.active > a{
	font-weight: bold;
}

.crumb{
	width: 100%;
	height: 10px;
	padding-bottom: 18px;
	line-height: 22px;
	border-bottom: 1px solid #e4e4e4;
	color: #c0c0c0;
	text-indent: 20px;
	background: url(../images/icon_yjw.png) no-repeat 0 -460px;
}
.crumb > a{
	color: #c0c0c0;
	padding: 0 5px;
}
.crumb > a:hover{color: #b3b3b3;}
.crumb > span{
	padding: 0 5px;
	color: #7bc91e;
}

.back_t,.back_b{
	width: 100%;
}
.back_t > a{
	display: inline-block;
	text-indent: 25px;
	line-height:25px;
	background: url(../images/icon_yjw.png) no-repeat 0 -556px;
}
.back_b{
	margin-top: 40px;
	text-align: center;
}
.back_b > a{
	margin: 0 auto;
	display: block;
	width: 114px;
	height: 84px;
	line-height: 84px;
	text-align: center;
	background: url(../images/back_bg.png) no-repeat 0 0;
}


.pullBt{
	display: block;
	margin: 0 auto;
	width: 116px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #353535;
	font-size: 16px;
	letter-spacing: 5px;
	background: url(../images/bt_pull.png) no-repeat;
	-webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.pullBt:hover{
	color: #353535;
	background-position: 0 -44px;
}
.tableAA{
	margin: 15px 0;
	clear: both;
}
.tableAA tr td{
	padding-right: 10px;
}
.tableBB{
	width: 100%;
	line-height: 35px;
	margin-top: 20px;
	background: #7bc91e;
}
.tableBB tr td{
    text-align: center;
	background: #fff;
}
.tableBB tr .td2{
	text-align: left;
	padding-left:5px;
}
.tableBB tr th{
	background: #edfbdc;
}
.tableBB tr td a{
	color:#7bc91e;
	font-weight: bold;
	text-decoration: underline;
}

.ghTh{
	width: 100%;
	height: 25px;
	line-height: 25px;
	text-indent: 10px;
	color: #fff;
	background: #353535;
	margin:15px 0;
}

.tableCC{
	line-height: 20px;
	margin:20px 0 20px 40px;
}
.tableCC tr td a.a1{
	color: #7bc91e;
}
.tableCC tr td .intt{
	width: 350px;
	height: 25px;
	line-height: 25px;
	padding-left:5px;
	margin-right: 10px;
}
.tableCC .red{
	color: #f00;
}

.modalTx{
	position: absolute;
	top:50%;
	left:20%;
	width: 250px;
	padding:30px;
	text-align: center;
	border:2px solid #ffd803;
	border-radius:5px;
	box-shadow: 3px 3px 3px #ddd;
	background: #fff;
}
.modalTx > p{font-size: 14px;}
.modalTx .clsM{
	margin: 0 auto;
	margin-top: 30px;
	display: block;
	width: 100px;
	line-height: 30px;
	height: 30px;
	text-align: center;
	background:#ffd803;
	border-radius:5px;
}

.hide{display: none !important;}

.navM > ul > li > a{
	font-size: 12px;
}