.swiper-container {
    height: 400px;
}
.swiper-wrapper{
    height: 100%;
}
.swiper-container .swiper-wrapper .swiper-slide {
    height: 100%;
}

.image-wrapper-single{
    display: block;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.image-wrapper{
    height: 100%;
    display: block;
    width: 100%;
}
.image-wrapper-single img,
.image-wrapper img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.notice-wrapper{
    height: 143px;
    background: rgb(245, 245, 245);
}

.notice-item{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    width: 255px;
    height: 85px;
    float: left;
    background: rgb(250, 182, 89);
    padding: 0 8px;
    box-sizing: border-box;
    margin-right: 45px;
    margin-top: 29px;
    border-radius: 8px;
    font-size: 18px;
}
.notice-item:nth-of-type(2){
    background: rgb(74,211,143);
}
.notice-item:nth-of-type(3){
    background: rgb(252,125,95);
}
.notice-item:nth-of-type(4){
    background: rgb(69,179,253);
}
.notice-item:last-child{
    margin-right: 0;
}
.notice-item img{
    display: block;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    /* float: left; */
}

.notice-item .title{
    /* float: left; */
    margin-left: 8px;
    width: 176px;
    color: #fff;
}

.home-title{
    font-size: 48px;
    text-align: center;
}

.news-title{
    margin:  69px 0 58px 0;
}

.news-view{
    width: 500px;
    height: 538px;
    border: 2px solid rgb(233, 21, 70);
    margin: auto;
    /* float: left; */
    padding: 30px 40px 0 40px;
    box-sizing: border-box;
    border-radius: 6px;
}

.news-item-wrapper .desc{
    font-weight: bold;
    font-size: 18px;
}

.news-item2 .news-item-first{
    border-bottom: 1px solid rgb(250, 141, 3);
}

.news-item2 .news-item{
    border-bottom: 1px solid rgb(250, 141, 3);
}

.news-item3 .news-item-first{
    border-bottom: 1px solid rgb(113, 185, 29);
}

.news-item3 .news-item{
    border-bottom: 1px solid rgb(113, 185, 29);
}

.news-item2{
    border: 2px solid rgb(250, 141, 3);
}

.news-item3{
    margin-right: 0;
    border: 2px solid rgb(113, 185, 29);
}

.news-more{
    margin-top: 23px;
    text-align: right;
    color: rgb(233, 21, 70);
    display: block;
}

.news-more2{
    color: rgb(250, 141, 3);
}

.news-more3{
    color:rgb(113, 185, 29)
}


.news-item .desc{
    font-size: 18px;
    font-weight: bold;
}

.news-item-first{
    padding: 10px 0;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(233, 21, 70);
}



.news-item-first img{
    display: block;
    width: 100%;
    height: 139px;
    margin-bottom: 5px;
}

.news-item-title{
 font-size: 14px;
 color: #333;
}

.news-item-date{
    font-size: 12px;
    color: #999;
}

.news-item-first .news-title{
    margin: 12px 0;

}

.news-item{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    height: 95px;
    border-bottom: 1px solid rgb(233, 21, 70);
}

.news-item img{
    width: 88px;
    height: 46px;

}

.news-item .news-item-right{
    margin-left: 15px;
    height: 46px;
    width: 369px;
}

.brand-title{
    margin:  98px 0 88px 0;
}

.brand-item img{
    float: left;
    display: block;
    width: 484px;
    height: 244px;
    margin-left: 40px;
}

.brand-item .brand-right{
    float: left;
    margin-left: 104px;
}

.brand-item .brand-desc{
    margin-top: 25px;
    max-height: 171px;
    width: 358px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    font-size: 14px;
    line-height: 29px;
}
.montessori-item .more,
.brand-item .more{
    margin-top: 15px;
    color: rgb(29 ,187 ,277)
}

/* course */

.course-title{
    margin: 116px 0 65px 0;
}

.course-list{
    padding: 0 39px;
    box-sizing: border-box;
}

.list-item{
    width: 244px;
    height: 245px;
    border-radius: 2px;
    background: rgb(234,175,44);
    color: #fff;
    margin-right: 32px;
    margin-bottom: 65px;
    float: left;
    display: block;
}

.list-item:nth-of-type(4n){
    margin-right: 0;
}

.list-item:nth-of-type(8){
    background: rgb(234,175,44);
}

.list-item:nth-of-type(7),
.list-item:nth-of-type(2){
    background: rgb(201,35,122);
}
.list-item:nth-of-type(6),
.list-item:nth-of-type(3){
    background: rgb(37,131,188);
}
.list-item:nth-of-type(5),
.list-item:nth-of-type(4){
    background: rgb(110,173,71);
}

.list-item .item-title{
    margin-top: 52px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.list-item .item-desc{
    margin-top: 23px;
    font-size: 14px;
    margin-left: 20px;
}


.montessori-item .montessori-left{
    float: left;
    width: 524px;
    margin-right: 228px;
}

.montessori-left .montessori-title{
    margin-top: 42px;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 27px;
    line-height: 29px;
}

.montessori-left .montessori-desc{
    max-height: 142px;
    font-size: 14px;
    line-height: 29px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.montessori-item img{
    display: block;
    width: 289px;
    height: 381px;

}

.parenting-list{
    margin-right: 30px;
    width: 360px;
    height: 340px;
    position: relative;
    padding: 0 15px;
    box-sizing: border-box;
    border: 2px solid rgb(249,105,14);
    border-bottom-right-radius: 25px;
    float: left;
}

.parenting-list .parenting-title{
    font-size: 24px;
    font-weight: bold;
    /* margin-left: 60px; */
    color: rgb(249,105,14);
    height: 68px;
    line-height: 68px;
    text-align: center;
}

.parenting-list .parenting-item{
    font-size: 14px;
    display: block;
}

.parenting-list .parenting-item-title{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    width: 242px;
    color: rgb(249,105,14);
    float: left;
}

.parenting-item .parenting-date{
    /* margin-left: 76px; */
    color: rgb(249,105,14);
    height: 40px;
    line-height: 40px;
    float: left;
}

.parenting-list .more{
    font-size: 14px;
    font-weight: bold;
    color: rgb(249,105,14);
    display: block;
    text-align: right;
}

.btn-park{
    display: block;
    width: 460px;
    height: 50px;
    color: #fff;
    background: rgb(29,187,227);
    line-height: 50px;
    font-size: 20px;
    border-radius: 6px;
    margin: 92px auto 54px auto;
}

.btn-park img{
    display: inline-block;
    width: 30px;
    /* height: 25px; */
    margin-left: 106px;
}

.btn-park span{
    margin-left: 25px;
}



