@media screen and (max-width:1000px) {
    .banner {
        height: 366px;
        margin-bottom: 88px;
    }

    .container-my {
        width: 680px;
    }

    .news-title-english {
        font-size: 25px;
        margin-bottom: 16px;
    }

    .news-title-chinese {
        font-size: 25px;
        margin-bottom: 53px;
    }

    .news-tab div {
        font-size: 19px;
    }

    .news-left {
        margin-right: 0px;
        box-shadow: 0px 0px 0px 0px rgb(105 122 130 / 14%);
    }

    .news-list ul li {
        margin-top: 20px;
        background: #FFFFFF;
        /* background: red; */
        padding: 22px;

    }

    .news-item-img {
        width: 187px;
        height: 140px;
    }

    .news-item-date {
        font-size: 34px;
    }

    .news-cover {
        height: 344px;
        overflow: hidden;
    }

    .news-date {
        font-size: 37px;
    }

    .news-link {
        font-size: 24px;
    }

    .news-content {
        font-size: 22px;
        height: auto;
    }

    .news {
        margin-bottom: 54px;
    }

    .company-body {
        margin-bottom: 97px;
    }

    .company {
        height: 245px;
    }

    .company-profile {
        text-align: center;
        font-size: 24px;
    }

    .company-content-body {
        margin-top: -70px;
    }

    .company-left {
        margin-right: 0px;
        padding: 38px 37px;
        height: auto;
    }

    .company-right {
        display: none;
    }

    .company-small-img {
        display: inline-block;
        width: 100%;
        height: 344px;
        margin-bottom: 43px;
    }

    .company-name {
        margin-bottom: 40px;
    }

    .company-desc {
        font-size: 20px;
        color: #666;
        height: auto;
    }

    .company-learn {
        margin-top: 50px;
    }

    .resources {
        margin-bottom: 112px;
    }

    .resources-changes {
        display: none;
    }

    .resources-ftitle {
        display: block;
        font-size: 25px;
        font-family: 'yahei';
        font-weight: 400;
        color: #B3B3B3;
        margin-bottom: 20px;
    }

    .resources-title {
        width: 100%;
        text-align: center;
    }

    .resources-top {
        margin-bottom: 60px;
    }

    .resources .swiper {
        height: auto;
    }

    .resources .swiper-wrapper {
        height: auto !important;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .resources .swiper-slide {
        width: 290px !important;
        height: 319px;
        margin-bottom: 43px;
    }

    .resources .swiper-slide:hover {
        margin-top: 0;
    }

    .hover-mark {
        padding: 20px;
    }

    .hover-mark img {
        width: 40px;
        /* margin-bottom: 48px; */
    }


    .hover-mark .h1 span,
    .hover-mark .h2 span,
    .hover-mark .h3 span,
    .hover-mark h1 span,
    .hover-mark h2 span,
    .hover-mark h3 span {
        font-size: 24px !important;
    }

    .hover-mark span {
        font-size: 18px !important;
    }

    .hover-title {
        font-size: 25px;
        font-family: 'yahei';
        font-weight: bold;
        color: #FFFFFF;
        margin-bottom: 80px;
    }

    .hover-desc {
        font-size: 18px;
        font-family: 'yahei';
        font-weight: 400;
        color: #FFFFFF;
        line-height: 56px;
    }
}

@media screen and (max-width:679px) {
    .banner {
        height: 180px;
        margin-bottom: 45px;
    }

    .container-my {

        /*全局修改*/
        width: 90%;
    }

    .news-title-english {
        font-size: 16px;
        margin-bottom: 8px;

    }

    .news-title-chinese {
        font-size: 16px;
        margin-bottom: 34px;
    }

    .news-tab div {
        width: 80px;
        height: 25px;
        font-size: 12px;
        margin-right: 10px;
        margin-bottom: 30px;
    }

    .news-cover {
        height: 190px;
    }

    .news-msg {
        padding: 20px;
    }

    .news-date {
        font-size: 20px;
        margin-bottom: 18px;
        line-height: auto;
    }

    .news-icon {
        width: 17px;
    }

    .news-link {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .news-content {
        font-size: 12px;
    }

    .news-list ul li {
        margin-top: 17px;
        padding: 12px;
    }

    .news-item-img {
        width: 103px;
        height: 78px;
        /* margin-right: 15px; */
    }

    .new-item {
        margin-left: 15px;
    }

    .news-item-date {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .news-item-title {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .news-item-content {
        font-size: 12px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .news {
        margin-bottom: 43px;
    }

    .company {
        height: 128px;
        padding: 38px 0 0;
    }

    .company-profile {
        font-size: 16px;

    }

    .company-content-body {
        margin-top: -28px;
    }

    .company-left {
        padding: 20px;
    }

    .company-name {
        font-size: 15px;
        padding-bottom: 15px;
        margin-bottom: 22px;
    }

    .company-small-img {
        height: 190px;
        margin-bottom: 24px;
    }

    .company-desc {
        font-size: 13px;
    }

    .company-learn {
        margin-top: 20px;
    }

    .company-body {
        margin-bottom: 48px;
    }

    .resources-ftitle {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .resources-title {
        font-size: 16px;
        /* margin-bottom: 36px; */
    }

    .resources .swiper-slide {
        width: 160px !important;
        height: 176px;
        margin-right: 0;
        margin-bottom: 24px;
    }

    .resources-top {
        margin-bottom: 36px;
    }

    .resources {
        margin-bottom: 35px;
    }

    .hover-mark {
        padding: 10px;
    }

    .hover-mark img {
        width: 30px;
        /* margin-bottom: 48px; */
    }

    .hover-mark .h1 span,
    .hover-mark .h2 span,
    .hover-mark .h3 span,
    .hover-mark h1 span,
    .hover-mark h2 span,
    .hover-mark h3 span {
        font-size: 18px !important;
    }

    .hover-mark span {
        font-size: 12px !important;
    }


}