@charset "utf-8";

@media (max-width: 1300px) {
    /*小于1300时*/
    .attending, .meeting {
        width: 100%;
    }

    .attending .img_bg, .meeting .img_bg {
        width: 470px;
    }

    .attending .img_bg > img:last-child, .meeting .img_bg > img:last-child {
        right: -40px;
    }

    .index_video_txt {
        float: none;
    }

    .index_preschoolHear_left {
        float: none;
    }

    .index_preschoolHear_left ul li a {
        width: 80%;
        text-align: left;
    }

    .index_preschoolHear_list ul {
        padding-right: 0;
    }

}

@media (max-width: 1000px) {
    /*小于1000时*/
    .item_icon {
        width: 140px;
        height: 140px;
        border-radius: 50%;
    }

    .navIcon_item {
        width: 24.3%;
        padding: 0;
    }

    .item_title {
        font-size: 20px;
        margin-top: 24px;
    }

    .index_preschoolHear {
        padding: 40px 0 80px;
    }

}

@media (max-width: 767px) {
    /*小于767时*/
    .navIcon_item {
        width: 23.8%;
        padding: 0;
    }

    .item_icon {
        width: 80%;
        height: 80%;
    }

    .item_title {
        font-size: 16px;
        margin-top: 12px;
    }

    .navIcon {
        margin-bottom: 40px;
        margin-top: 15px;
    }

    .index_titleImg {
        width: 70%;
    }

    .index_aboutUs {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .index_aboutUs_content h3 {
        font-size: 18px;
        line-height: 40px;
    }

    .index_aboutUs_content p {
        font-size: 13px;
        line-height: 28px;
    }

    .index_products .media_wrapper > img {
        width: 70%;
    }

    .index_charmPark .media_wrapper > img {
        width: 70%;
    }

    .attending > img, .meeting > img,
    .subTitle {
        width: 150px;
        height: auto;
    }

    .attending .img_bg, .meeting .img_bg {
        background: none;
        width: 100%;

    }

    .attending .img_bg > img:first-child, .meeting .img_bg > img:first-child {
        width: 90%;
        border-radius: 50%;
    }

    .attending .img_bg > img:last-child, .meeting .img_bg > img:last-child {
        display: none;

    }

    .attending_content {
        padding-right: 0;
    }

    .index_video_left {
        background: none;
    }

    .index_video_left img {
        display: none;
    }

    .index_video_left {
        width: 100%;
        height: 170px;
    }

    .index_video_left video {
        width: 300px;
        height: 170px;
        border-radius: 0;
    }

    .index_video_txt {
        margin-right: 0;
    }

    .index_video_btn ul li {
        width: 50%;
        margin-left: 0;
    }

    .index_preschoolHear_img {
        background: none;
        width: 100%;
    }

    .index_preschoolHear_img img:last-child {
        display: none;
    }

    .index_preschoolHear_img img:first-child {
        width: 90%;
        border-radius: 50%;
        position: static;
    }

    .index_preschoolHear .media_wrapper > img {
        margin-bottom: 30px;
    }

    .index_preschoolHear_left ul li a {
        width: 100%;
    }

    .index_preschoolHear_list {
        font-size: 12px;
    }

    .index_preschoolHear_list ul span:nth-of-type(2) {
        width: 150px;
    }
    .index_preschoolHear_left{
        width: 100%;
    }


}
