﻿/*初始化*/
@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
fieldset, img {
	border: 0
}
* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	list-style: none;
	outline: none;
	font-family: 微软雅黑;
}
:focus {
	outline: 0
}
a {
	color: #333;    
	transition: all .2s;
}
a:hover {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
body {
	background-color:#FFF;
}
address, caption, cite, code, dfn, em, th, var, optgroup {
	font-style: normal;
	font-weight: normal
}
h1, h2, h3, h4, h5, h6, i {
	font-weight: normal;
	font-style: normal;
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit
}
code, kbd, samp, tt {
	font-size: 100%
}
input, button, textarea, select {
*font-size:100%
}
body {
	line-height: 1.5;
	overflow-x: hidden;
}
ol, ul {
	list-style: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
caption, th {
	text-align: left
}
sup, sub {
	font-size: 100%;
	vertical-align: baseline
}
:link, :visited, ins {
	text-decoration: none
}
blockquote, q {
	quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
/*头部*/
.top {
	width: 100%;
	min-width: 1200px;
	position: relative;
	top:0px;
	left: 0;
	z-index: 99;
	/*height:670px;*/
}
.wrap{
	width: 100%;
	background: #fff;
}
.juzhong {
	width: 1200px;
	margin: 0 auto;
	min-height: 155px;
}
.top_logo {
	width: 550px;
	height: 155px;
}
.logo{
	width: 500px;
    height: 105px;
    margin: 25px 0;
}
.top_dh {
	width: 280px;
	padding: 50px 0px 0 0px;
	line-height: 30px;
}
.top_dh_01 {
	padding-top: 5px;
}
.top_dh_fu {
	font-size: 16px;
	color: #333;
}
.top_dh_sz {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	text-decoration: none
}
.banner-left{ display:none !important; background: url(../images/hover_left.png) !important;    position: absolute;
    top: 50%;
    left: 5% !important;
    width: 73px !important;
    height: 74px !important;
    margin-top: -37px !important;
    z-index: 10;
    cursor: pointer;
    background-size: 73px 74px !important;
    background-position: center;
    background-repeat: no-repeat;}
.banner-right{display:none !important; background: url(../images/hover_right.png) !important;    position: absolute;
    top: 50%;
    right: 5% !important;
    width: 73px !important;
    height: 74px !important;
    margin-top: -37px !important;
    z-index: 10;
    cursor: pointer;
    background-size: 73px 74px !important;
    background-position: center;
    background-repeat: no-repeat;}
.wrap:hover .banner-left{ display:block !important;}
.wrap:hover .banner-right{ display:block !important;}		
/*导航*/ 
.nav {
	width: 100%;
	min-width: 1200px;
	height: 70px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	background:rgba(0,0,0, 0.1);
}
.nav_jz {
	width: 1200px;
	margin: 0 auto;
	height: 70px;
}
.nav_jz_ul{
	overflow: hidden;
	float: right;
}
.logo2{
	float: left;
	width: 224px;
	height: 55px;
	margin: 7px 0;
}
.nav_jz_item {
	position: relative;
	float: left;
	line-height: 70px;
	font-size: 16px;
	text-align: center;
}
.nav_jz_item a {
	text-align: center;
	display: block;
	color: #FFF;
	letter-spacing: 2px;
}
.nav_jz_item>a {
	padding: 0 30px;
	display: block;
	color: #FFF;
	letter-spacing: 2px;
}
.nav_jz_item a:hover {
	color: #F9B54E;
	font-weight:500;
	/*color: #fff;*/
}
/*.nav_jz_item>a:hover {
	color: #c49b5e;
}*/
.nav_jz_item a>span{
	position: absolute;
    top: 68px;
    left: 50%;
    display: inline-block;
    width: 0%;
    margin: 0 auto;
    background: #F9B54E;
    height: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.nav_jz_item a:hover span{width: 100%;}
.nav_jz_item:hover a span{width: 100%;}

.nav_jz_rj {
	display: none;
	text-align:left;
}
.nav_jz_rj_item {
	float: none;
	width: 96px;
	height: 40px;
	line-height: 40px;
}
.nav_jz_item:hover .nav_jz_rj {
	display: block;
}
.nav_jz_rj_item a {
	background: rgba(68,68,68, 0.5);
	font-size: 14px;
	color: #fff;	
	text-align: center;
}
.nav_jz_rj_item:hover {
	/*background: #f7941d;*/
	/*background: rgba(68,68,68, 1);*/
	/*color: #c49b5e;*/
}
/*banner*/
.wrap{
	position: relative;
	/*height:670px;*/
	width: 100%;
	
}
.swiper-container {
    position: relative;
	margin: 0 auto;
	/*height:670px;*/
	width: 100%;
}

.banner {
	position: relative;
	margin: 0 auto;
	height:670px;
}
.banner ul{
	margin: 0px;
    padding: 0px;
    list-style: none;
    overflow: hidden;
}
.banner ul li {
	position: absolute;
	left:0;
	top: 0;
	min-width:1200px;
	overflow:hidden;
}
.banner ul li img{
	width:100%;
	min-width:1200px;
	overflow:hidden;
	height:600px;
	margin:0 auto;
}

/*简介*/

.jianjie{
	width:100%;
	min-width:1200px;
	/*height:640px;*/
	/*background:url(../images/ditu.jpg) center no-repeat;*/
	background: rgba(0, 0, 0, 0.02);
	position: relative;
	overflow: hidden;
}
.jianjie_top{
	width:100%;
	min-width:1200px;
	/*background:rgba(0,182,196, 0.70);*/
	background-image: url(../images/bg1.jpg) ;
	height:auto;
}
.juzhong_02{
	width:1200px;
	height:auto;
	margin:0 auto;
	color: #fff;
	line-height: 30px;
	font-size: 16px;
}
.jianjie_top_ljxq{
	padding: 20px 0;
	text-align: center;
	width: 100%;
	height:40px; 
}
.jianjie_top_nr{
	font-size:16px;
	color:#FFF;
	line-height:30px;
	padding:10px 0 10px 0;
	text-indent:2em;
}
.jianjie_top_ljxq a{
	margin:0 auto;  
	  width: 140px;
	  height:40px;
	  -webkit-border-radius: 10px;
	  -moz-border-radius: 10px;
	background:#5c5a5a;
	display: block;
	font-size: 16px;
	color:#FFF;
	line-height:40px;
	text-align: center;
}
.jianjie_top_ljxq a:hover{
	/*background:rgba(255,150,0,0.5);*/
	background:#F9B54E;
}
.jianjie_b{
	width:1200px;
	margin:60px auto 0;
	height:450px;/*gudinggao*/
}
.jianjie_b_l{
	width:200px;
	/*margin:0 10px;*/
	padding-top:20px;
}
.jianjie_b_l_t img{
	width:160px;
	height:160px;
	margin: 0 20px 20px;
    border-radius: 50%;
}
.jianjie_b_l_b{
	font-size:16px;
	text-align:center;
	line-height:34px;
	color:#666;
}
.jianjie_b_l_b h2{
	font-size:26px;
	color:#333;
}
.jianjie_b_l_b span{
	font-size:20px;
	color:#666;
}
.jianjie_b_l_b h3 a{
	color: #555;
	font-size:16px;
    display: inline-block;
    width: 120px;
    height: 36px;
    border: 1px solid #999999;
    line-height: 36px;
    text-align: center;
	margin-top:10px;
}
.jianjie_b_l_b h3 a:hover{
	color: #F9B54E;
	font-size:16px;
    display: inline-block;
    width: 120px;
    height: 36px;
    border: 1px solid #F9B54E;
    line-height: 36px;
    text-align: center;
	margin-top:10px;
}
/*融合视频库*/
.rhsp{
	width:100%;
	min-width:1200px;
	/*height:880px;*/
	background:rgba(0, 0, 0, 0.02);
}
.juzhong_03{
	width:1200px;
	margin:0 auto;
}
.rhsp_top{
	text-align:center;
	padding-top:30px;
	font-size:24px;
	color:#333;
}

.rhsp_top span{
	color:#282828;
	font-size:36px;
}
.rhsp_top_bt{
	height:45px;
	padding-top:10px;
	background: url(../images/home_13.png) center center no-repeat;
}
.rhsp_b{
	width:1200px;
	margin:0 auto;
	margin-top:30px;
	overflow: hidden;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.rhsp_b_l{
	width:350px;
	height:280px;
	
	margin:0 10px 20px 10px;
}
.rhsp_b_l img{
	width:350px;
	height:280px;
}
.rhsp_b_l_bj{
	position: relative;
	top:-280px;
	z-index:98;
}
.rhsp_b_l_wz{
	background: rgba(51,51,51,0.5);
	background-size: 380px 40px;
	color: #FFF;
	font-size:18px;
	line-height:40px;
	text-align: center;
	position: relative;
	top: -320px;
	z-index: 98;
}


/*原新闻中心=》现解决问题*/
a{
	text-decoration: none;
}
.news{
	width:100%;
	min-width:1200px;
	height:670px;
	margin-bottom:30px;
	background:url(../images/home_47.jpg) center no-repeat;

}
.rhsp_top_01{
	text-align:center;
	padding-top:30px;
	font-size:24px;
	color:#FFF;
}

.rhsp_top_01 span{
	color:#FFF;
	font-size:36px;
}
.rhsp_top_bt_01{
	height:45px;
	padding-top:10px;
	background: url(../images/home_16.png) center center no-repeat;
}
.juzhong_04{
	width:1200px;
	margin:0 auto;
	height:760px;
}
.new_l{
	width:1200px;
	margin-top:50px;
}
.new_l ul{
	width:100%;
}
.new_l_01{
	width:560px;
	margin-top:50px;
}

.new_l_t{
	color:#FFF;
	font-size:30px;
	text-align:center;
	padding-bottom:20px;
}
.new_l ul li{
	float: left;
	width:570px;
	margin:0 15px;
	height:120px;
	background:rgba(35, 24, 21, 0.50);
	
	margin-bottom:20px;
}
.new_l_01 ul li{
	width:570px;
	height:120px;
	background:rgba(35, 24, 21, 0.50);
	
	margin-bottom:20px;
}
.new_l_t_tp img{
	width:150px;
	height:90px;
	padding:15px;
}
.new_l_t_nr{
	width:350px;
	height:90px;
	padding:15px;
	line-height:28px;
	font-size:14px;
	color:#ccc;
}
.new_l_t_nr strong{
	color:#fff;
	font-size:16px;
}
.new_l_t_nr_xw p{
	line-height: 26px;
}
.new_l_t_nr_xw:hover{
	color:#F9B54E;
}


/*河南省融合试点幼儿园*/
.school{
	width:100%;
	min-width:1200px;
	height:640px;
}
.juzhong_05{
	width:1200px;
	margin:0 auto;
	height:640px;
}
.rhsp_top_02{
	text-align:center;
	padding-top:30px;
	font-size:50px;
	color:#666;
}

.rhsp_top_02 span{
	color:#282828;
	font-size:36px;
}
.rhsp_top_bt_02{
	height:45px;
	padding-top:10px;
	background: url(../images/home_15.png) center center no-repeat;
	color: #282828;
	font-size:24px;
}
.school_l{
	width:380px;
	height:470px;
	margin-top:30px;
	margin-right:20px;
}
.school_l_t img{
	width:380px;
	height:220px;
}
.school_l_b{
	font-size:14px;
	color:#999;
	line-height:30px;
	margin-top:15px;
}
.school_l_b_rq{
	border-bottom:1px solid #E3E3E3;
	padding-bottom:5px;
	font-size:12px;
	text-indent:2em;
}
.school_l_b_nr{
	padding-top:5px;
	height: 60px;
}
.school_l_b h1{
	font-size:18px;
	color:#666;
	font-weight:bold;
}
.school_l_b h1 a{
	color:#666;
	font-weight:bold;
}
.school_l_b h3{
    font-size: 16px;
    display: inline-block;
    width: 120px;
    height: 36px;
    border: 1px solid #999999;
    line-height: 36px;
    text-align: center;
    margin-top: 20px;
}
.school_l_b h3 a{
	color: #666;
}
.school_l_b h3:hover{
	font-size:16px;
    display: inline-block;
    width: 120px;
    height: 36px;
    border: 1px solid #F9B54E;
    line-height: 36px;
    text-align: center;
}
.school_l_b h3 a:hover{
	color: #F9B54E;
}
/*在线留言*/

.zxly{
	width:100%;
	min-width:1200px;
	height:510px;
}
.zxly_t img{
	width:100%;
	height:230px;
	min-width:1200px;
	margin:0 auto;
}
.reg_div{
	margin-top:30px;
  text-align: center;
  background-color: #ffffff;
}
.reg_div p{
  padding: 30px 0px;
  font-size: 30px;
}
.reg_ul{
	width:1200px;
	margin:0 auto;
}
.reg_ul li{
	float:left;
  margin: auto;
  overflow: hidden;
  width:400px;
  margin: 10px 0;
}

.reg_ul li span:nth-of-type(1){
  /*float: left;*/
  margin: auto;
  /*margin-left: 90px;*/
 display: block;
  margin-top: 10px;
}
.reg_ul li span:nth-of-type(2){
  float: left;
  margin-top: 8px;
  margin-left: 10px;
}
.reg_ul li input{
  float: left;
  width: 320px;
  height: 40px;
  border:1px solid #999;
  border-radius: 3px;
  padding-left: 20px;
  outline:medium;
}
.reg_ul li button{
  margin: auto;
  color: #ffffff;
  background:#5c5a5a;
  border:1px solid #5c5a5a;
  font-size: 16px;
  padding: 10px 60px;
  outline: inherit;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}
.reg_ul li button:hover{
  font-size: 18px; 
  color: #fff;
  background:#F9B54E;
  border-color:#F9B54E;
}
.reg_neirong input{
	width:1120px;
	height:80px;
	float:left;
	border:1px solid #999;
	color:#666;
	font-size:16px;
	padding-left:20px;
	margin-top:5px;
	margin-bottom:10px;
}
/*底部*/
.bottom{
	width:100%;
	min-width:1200px;
	/*height:210px;*/
	background:#333333;
}
.bottom a:hover{
	color: #c49b5e;
}
.juzhong_06{
	overflow: hidden;
	width:1200px;
	margin:0 auto;
	padding: 25px 10px 0;
}
.bottom_t{
	width:1180px;
	/*height:165px;*/
	overflow: hidden;
	border-bottom:1px solid #5c5c5c;
	padding-bottom: 0px;
}
.botm_list1{
	width: 145px;
	/*height: 135px;
	text-align: center;*/
	float: left;
}
.botm_list1 h4{
	width: 100%;
}
.botm_list1 h4 a{
	width: 100%;
	display: block;
	font-size: 16px;
	line-height: 35px;
	color: #fff;
}
.botm_list1 ul{
	width: 100%;
}
.botm_list1 ul li{
	width: 100%;
}
.botm_list1 ul li a{
	display: block;
	width: 100%;
	font-size: 14px;
	color: #ccc;
	line-height: 25px;
	height: 25px;
}
.botm_list2{
	width: 280px;
	height: 135px;
	margin-left: 0px;
	float: left;
}
.botm_list2 h4{
	width: 100%;
}
.botm_list2 h4 a{
	width: 100%;
	display: block;
	font-size: 16px;
	line-height: 35px;
	color: #fff;
}
.botm_list2 ul{
	width: 100%;
}
.botm_list2 ul li{
	width: 100%;
	font-size: 14px;
	color: #ccc;
	line-height: 25px;
	height: 25px;
}
.botm_list2 ul li a{
	display: block;
	width: 100%;
	font-size: 14px;
	color: #ccc;
	line-height: 25px;
	height: 25px;
}
.bottom_r img{
	width:95px;
	height:95px;
	margin-right:0px;
}
.botm_b{
	height: auto;
	width: 100%;
	margin: 20px 0 25px;
}
.botm_bt,.botm_bb{
	font-size: 12px;
	color: #ccc;
	line-height: 20px;
	width: 100%;
	text-align: center;
}
.botm_bb a{
	display: block;
	font-size: 12px;
	color: #ccc;
	line-height: 20px;
	width: 100%;
	text-align: center;
}


/*公司简介详情页*/
.gsjj{
	width:100%;
	min-width:1200px;
	padding:20px 0;
	background:#FAFAFA;
	height:auto;/**/
}
.gsjj_zj{
	width:1200px;
	margin:0 auto;
	height:auto;/**/
	background:#FFF;
	padding-bottom:20px;
}
.gsjj_zj_t{
	width:1140px;
	/*height:50px;*/
	padding:40px 0 20px 0px;
	border-bottom:1px solid #D8D8D8;
	margin-left: 25px;
}
.gsjj_zj_t ul{
	overflow: hidden;
}
.gsjj_zj_t_dangqian{
	background:#FF6600;
	float:left;
	font-size:18px;
	width:150px;
	height:50px;
	margin-right:50px;
	text-align:center;
}
.gsjj_zj_t_yl{
	float:left;
	font-size:18px;
	height:50px;
	/*padding: 0 40px;*/
	width: 150px;
	background:#5c5a5a;
	/*margin-right:50px;*/
	margin-right:40px;
	text-align:center;
	margin-bottom: 10px;
}
.gsjj_zj_t_yl:hover{
	float:left;
	background:#F9B54E;
}
.gsjj_zj_t ul li a{
	color:#FFF;
	font-weight:bold;
	font-size:18px;
	line-height:50px;
	text-align:center;
}
.gsjj_zj_b{
	margin:30px 20px 0 20px;
	padding-bottom:30px;
}
.gsjj_zj_b img{
	max-width:100%;
	/*height:100%;*/
}

/*新闻列表页*/
.zhengce_01{
	width:1150px;
	margin:0 auto;
	height:120px;
	margin: 30px 25px 30px 25px;
	border-bottom:1px solid #D8D8D8;
}
.zhengce_l{
	width:90px;
	height:100px;
}
.zhengce_01:hover .zhengce_l_t {
	background:#F9B54E;
	color:#fff;
}
.zhengce_01:hover .zhengce_l_b {
	background:#F9B54E;
	color:#fff;
}
.zhengce_l_t{
	color:#646464;
	font-size:24px;
	font-weight:bold;
	line-height:65px;
	text-align:center;
	background:#E7E7E7;
	width:90px;
	height:65px;
}
.zhengce_l_b{
	color:#646464;
	font-size:16px;
	width:90px;
	height:35px;
	line-height:35px;
	background:#D4D4D4;
	text-align:center;
}
.zhengce_r{
	width:900px;
	height:100px;
	margin-left:30px;
	line-height:25px;
}
.zhengce_r h1{
	margin-bottom:5px;
}
.zhengce_r h1 a{
	font-size:16px;
	color:#6d6d6d;
	font-weight:bold;
}
.zhengce_r p a{
	font-size:14px;
	color:#888;
}
.zhengce_r p a:hover{
	color:#F9B54E;
}
.zhengce_01:hover .zhengce_r h1 a {
	color:#F9B54E;
}

/*序号*/
.xuhao{
	height: 50px;
	margin: 40px 0 0px 0;
	position: relative;
	left:350px;
}
.xuhao ul li{
	float:left;
	padding-right:10px;
}
.xuhao ul li a{
	border:1px solid #CCC;
	padding:5px 15px;
	margin: 0 5px;
}
.xuhao ul li a:hover{
	background:#FF7852;
	color:#FFF;
}
.xuhao_dangqian a{
	background:#FF7852;
	color:#FFF;
}

/*新闻详情页*/

.new_xqy{
	width: 1150px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
	line-height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
	padding-bottom:10px;
}
.new_xqy h1{
	color:#444;
	font-size:26px;
	font-weight:bold;
	text-align:center;
}
.new_nr{
	margin:20px 20px;
}

/*上一篇、下一篇*/

.syp{
	width:1200px;
	padding:70px 0 10px 30px;
	color:#666;
}
.syp a{
	color:#666;
	font-size:14px;
}
.syp a:hover{
	color:#F9B54E;
}



/*anli*/
.zhengce_02{
	width:1150px;
	margin:0 auto;
	height:170px;
	margin: 30px 25px 30px 25px;
	border-bottom:1px solid #D8D8D8;
}

.zhengce_l_02{
	width:250px;
	height:170px;
}
.zhengce_l_02 img{
	width:250px;
	height:150px;
}
.zhengce_r_02{
	width:800px;
	height:150px;
	margin-left:30px;
	line-height:30px;
}
.zhengce_r_02 h1{
	margin-bottom:15px;
}
.zhengce_r_02 h1 a{
	font-size:18px;
	color:#6d6d6d;
	font-weight:bold;
}
.zhengce_r_02 p a{
	font-size:14px;
	color:#888;
}
.zhengce_r_02 p a:hover{
	color:#F9B54E;
}
.zhengce_r_02 h1 a:hover{
	color:#F9B54E;
}

.zhengce_b_02 {
	width:110px;
	height:35px;
	margin-top:20px;
	background:url(../images/list_more.png) no-repeat;	
}
.zhengce_b_02 a{
	padding-left:18px;
	color:#666;
	font-size:14px;
}

.zhengce_b_02:hover {
	width:110px;
	height:35px;
	margin-top:20px;
	color:#FFF;
	background:url(../images/list_more_on.png) no-repeat;	
}
.zhengce_b_02 a:hover{
	padding-left:18px;
	color:#FFF;
	font-size:14px;
}
.fixed{
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,1);
	z-index: 100;
}

/*团队风采*/
.team{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.team_wrap{
	width: 100%;
	overflow: hidden;
}
.team_wrap2{
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
	display: flex;
}
.team_wrap2 li{
	flex: 1;
	margin: 0 20px;
	float: left;
}
.team_img{
	width: 100%;
}
.team_txt{
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	display: block;
	margin: 10px 0;
}
/*联系我们单页*/
.lb_con_bj{width:100%; background:#fafafa; margin-top:-20px; overflow:hidden; padding-bottom:30px;}
.lb_con{max-width:1040px; background:#FFF; margin:0 auto; height:auto; overflow:hidden; padding:35px; line-height:28px;}

.lb_jltd{max-width:1130px; background:#FFF; margin:0 auto; height:auto; overflow:hidden; padding:0 35px;}
.lb_jltd_s{ text-align:center; height:40px; line-height:40px; font-size:26px; margin-bottom:40px;}

.lb_lxwm{ width:100%;}
.lb_lxwm_z{width:42%; float:left;}
.lb_lxwm_z h1{font-size:28px; line-height:50px;}
.lb_lxwm_z h2{font-size:15px; line-height:28px; color:#333; margin-top:20px;}
#lb_lxwm_y{width:100%; float:right;height: 380px;}











