@media only screen and (min-width: 769px) {
    .cooperate_img{
        width: 100%;
        margin-top: 20px;
    }
    /*公共css*/
    .ajaxcontent {
        width: 1200px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .ajaxcontent a {
        color: #333333;
        text-decoration: none;
    }



    .cooperate_lb{
        text-align: center;
        /*padding-right: 10px;*/
        /*padding-left: 10px;*/
        margin-top: 30px;
        cursor: pointer;
    }
    .cooperate_lb_dom{
        width: 1200px;
        height: 180px;
        background-color: #eeeeee;
        border-radius: 5px;
        position: relative;
    }
    .cooperate_lb_domshadow{
        box-shadow: 7px 10px 7px 1px
        rgba(0, 0, 0, 0.1);
    }

    .cooperate_lb_doml{
        float: left;
        margin-top: 29px;
        margin-left: 49px;
        height: 140px;
    }
    .line{
        width: 1px;
        height: 140px;
        background-color: #cecece;
        float: left;
        margin-top: 24px;
        margin-left: 50px;
    }
    .cooperate_lb_domr div{
        /*float: right;*/
        width: 80%;
        /*font-size: 21px;*/
        font-weight: normal;
        font-stretch: normal;
        line-height: 42px;
        letter-spacing: 0px;
        color: #010101;
        /*margin-top: 57px;*/
        text-align: left;
        position: absolute;
        right: 10px;
        /*top:28px;*/
        overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:3;
        -webkit-box-orient:vertical;
    }

    .cooperate_lb_domr{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 180px
    }
    .container {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 180px;
        /*border: 1px solid #000;*/
    }

    .centered-text {
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .domtitle{
        display: block;
        font-size: 25px;
        font-weight: normal;
        font-stretch: normal;
        /*line-height: 153px;*/
        letter-spacing: 0px;
        color: #19443d;
        margin-top: 19px;
    }

    .image-container {
        position: relative;
        display: inline-block;
    }
    .image-container .cooperate_lb_dom {
        transition: transform 0.3s;
    }

    .image-container .cooperate_lb_dom:hover {
        transform: translate(0,-10px);
    }

    .c_title{
        /*font-size: 21px;*/
        font-weight: normal;
        font-stretch: normal;
        line-height: 32px;
        letter-spacing: 0px;
        color: #010101;
    }
    .cooperate_lb1{
        margin-top: 39px;
    }
    .jinxiaohezuo1{
        margin-top: 40px;
    }
    .c_case{
        font-size: 25px;
        font-weight: normal;
        font-stretch: normal;
        /*line-height: 153px;*/
        letter-spacing: 0px;
        color: #262e37;
    }
    .awards-containerc{
        text-align: center;
        /*margin-top: 39px;*/
    }
    .awards-wrapperc{
        margin-top: 20px;
    }
    .line_span{
        margin-left: 10px;
    }


    .awards-containerdiv {
        /*width: 1200px;*/
        overflow: hidden;
        cursor: pointer;
        text-align: center;
    }

    .awards-containerc {
        display: flex;
        /*width: calc(100% * 5); !* 假设每张图片占20%，这里是4张图+1张克隆图 *!*/
        animation: scroll 3s linear infinite; /* 动画时间是轮播一轮的时间 */
    }

    .awards-wrapperc {
        /*width: calc(100% / 4); !* 由于有4张图片，每张图片占25% *!*/
        flex-shrink: 0;
        /*overflow: hidden;*/
    }

    img {
        /*width: 100%;*/
        /*vertical-align: top;*/
    }

    @keyframes scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-100%);
        }
    }

    .slide{
        margin-left: 20px;
    }
}
