@charset "utf-8";
/* about us */
/*图标*/
.navIcon {
    margin-bottom: 90px;
    margin-top: 30px;
}

.navIcon .hover a .item_title {
    color: #f07726;
}

.navIcon_item {
    display: inline-block;
    width: 24.5%;
    text-align: center;
    padding: 0 30px 0 30px;
    color: #333;
}

.navIcon_item > a:hover .item_title {
    color: #f07726;
}

.navIcon_item > a:hover .item_icon {
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.item_icon {
    width: 163px;
    height: 163px;
    border-radius: 50%;
}

.item_title {
    font-size: 24px;
    margin-top: 30px;
}

/*图标*/

.index_aboutUs {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.index_aboutUs_content {
    font-family: "楷体", "楷体_GB2312";
    margin-top: 10px;
}

.index_aboutUs_content h3 {
    font-size: 24px;
    color: #000;
    line-height: 45px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.index_aboutUs_content p {
    font-size: 18px;
    color: #000;
    line-height: 32px;
}

/*魅力园所*/
.index_charmPark {
    background: #e5f1cb;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.index_charmPark .slideshow {
    margin: 40px 0;
}

.attending,
.meeting {
    width: 50%;
    float: left;
    text-align: left;
}

.attending_content,
.meeting_content {
    text-align: center;
}

.attending .img_bg,
.meeting .img_bg {
    /*width: 470px;*/
    height: 190px;
    background: url('../../images/bg1.png') no-repeat;
    position: relative;
}

.attending .img_bg > img:first-child,
.meeting .img_bg > img:first-child {
    position: absolute;
    width: 460px;
    height: 186px;
    left: 6px;
    top: 0px;
    border-radius: 89px 33px 94px 93px;
}

.attending .img_bg > img:last-child,
.meeting .img_bg > img:last-child {
    position: absolute;
    width: 102px;
    height: 115px;
    right: 95px;
    top: -70px;
    z-index: 2;
}

.meeting .img_bg {

}

.index_charmPark_list {
    text-align: left;

}

.index_charmPark_list li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.attending_content {
    color: #333;
    padding-right: 50px;
}

.index_charmPark_title {
    font-size: 18px;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 10px;
}

.index_charmPark_date {
    font-size: 16px;
    line-height: 25px;
}

.index_charmPark_list li {
    font-size: 14px;
    color: #444;
    line-height: 30px;
}

.index_charmPark_btn {
    text-align: right;
    margin-top: 8px;
}

.index_charmPark_btn a {
    display: inline-block;
    color: #ff4444;
    line-height: 30px;
    padding-right: 20px;
}

.attending > img,
.meeting > img {
    margin-top: 20px;
    margin-bottom: 30px;
    width: 222px;
    height: 120px;
}

/*产品分类*/
.index_products {
    text-align: center;
    /*background: pink;*/
    padding-top: 40px;
    padding-bottom: 40px;
}

.index_products .slideshow {
    margin: 40px 0;
}

.index_products .slideshow h2 {
    font-size: 18px;
    color: #000;
    line-height: 20px;
    margin-top: 15px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_products .scrollimgs .bd li a span {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
    line-height: 20px;
    font-size: 14px;
    color: #333;
}

.index_products_btn a {
    display: inline-block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
    background: #ff4444;
    color: #fff;
    box-shadow: 0px 0px 10px #eee;
}

/*视频教学*/

.index_video .media_wrapper > img {
    margin-bottom: 60px;
}

.index_video {
    padding: 40px 0;
    text-align: center;
    background: #f9f1e2;
}

.index_video_txt {
    float: left;
    margin-right: 40px;
}

.index_video_left {

    width: 560px;
    height: 270px;
    background: url('../../images/bg2-1.png') no-repeat;
    position: relative;
}

.index_video_left video {
    width: 550px;
    height: 255px;
    position: absolute;
    left: 5px;
    top: 7px;
    border-radius: 70px;
}

.index_video_left img {
    position: absolute;
    left: 0;
    top: -40px;
}

.index_video_btn {
    text-align: left;
}

.index_video_title {
    margin-top: 30px;
    line-height: 25px;
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.index_video_date {
    line-height: 25px;
    font-size: 16px;
    color: #333;
}

.index_video_btn ul {
    margin-top: 20px;
    text-align: center;
}

.index_video_btn ul li {
    float: left;
    margin-left: 20px;
    width: 20%;
    margin-bottom: 20px;
}

.index_video_btn ul li a {
    display: inline-block;
    min-width: 140px;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    color: #333;
    background: #fff;
    text-align: center;
    border-radius: 30px;
}

.index_video_btn ul li a:hover {
    background: #ff4444;
    color: #fff;
}

/*幼教所闻*/
.index_preschoolHear {
    padding: 40px 0 280px;
    text-align: center;
    /*background: pink;*/
}

.index_preschoolHear_left {
    float: right;
    width: 50%;
}

.index_preschoolHear_img {

    position: relative;
    height: 190px;
    width: 470px;
    background: url('../../images/bg1.png') no-repeat;
}

.index_preschoolHear_img img:first-child {
    position: absolute;
    width: 460px;
    height: 186px;
    left: 6px;
    top: 0px;
    border-radius: 89px 33px 94px 93px;
}

.index_preschoolHear_img img:last-child {
    position: absolute;
    width: 102px;
    height: 115px;
    right: -35px;
    top: -70px;
    z-index: 2;
}

.index_preschoolHear .media_wrapper > img {
    margin-bottom: 60px;
}

.index_preschoolHear_title {
    font-size: 18px;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 10px;
}

.index_preschoolHear_date {
    font-size: 16px;
    line-height: 25px;
}

.index_preschoolHear_list {
    text-align: left;
}

.index_preschoolHear_list ul {
    padding-right: 700px;
}

.index_preschoolHear_list ul span:nth-of-type(1) {
    float: left;
}

.index_preschoolHear_list ul span:nth-of-type(2) {
    margin-left: 10px;
    width: 300px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.index_preschoolHear_list ul span:last-child {
    float: right;
}

.index_preschoolHear_list ul a {
    display: block;

}

.index_preschoolHear_left ul li a {
    /*text-align: right;*/
    display: inline-block;
    width: 90%;
    font-size: 14px;
    color: #444;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.index_preschoolHear_list ul li {
    line-height: 47px;
    height: 47px;
    border-bottom: 1px dashed #7a9800;
}

