@media only screen and (min-width: 1180px) {
    .project-server {
        width: 100%;
        height: 652px;
        background: url(../img/index1.jpg) no-repeat center;
    }

    .data-center {
        width: 100%;
        height: 820px;
        background: url(../img/index2.jpg) no-repeat center;
    }

    .company {
        width: 100%;
        height: 681px;
        background: url(../img/index3.jpg) no-repeat center;
    }

    .title-img {
        padding: 60px 0;
    }

    .title-img img {
        display: block;
        margin: 0 auto;
    }

    .project-server-info {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 1250px;
        margin: 0 auto;
    }

    a.project-server-item {
        display: block;
        width: 300px;
        height: 245px;
        padding: 60px 30px 0;
        margin-top: 50px;
        background-color: #ffffff;
        border: solid 1px #fee5dc;
        position: relative;
    }

    .project-server-item div {
        position: absolute;
        top: -44px;
        left: 102px;
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 88px;
        height: 88px;
        background-color: #ffffff;
        box-shadow: 0px 0px 12px 1px rgba(107, 29, 0, 0.5),
        inset 1px 3px 6px 0px rgba(140, 45, 10, 0.26);
        border: solid 2px #f7f9f9;
        border-radius: 88px;
    }


    .project-server-item h3 {
        font-size: 26px;
        line-height: 50px;
        text-align: center;
        color: #f15a23;
        margin-bottom: 15px;
    }

    .project-server-item p {
        font-size: 16px;
        line-height: 24px;
        color: #333333;
        text-align: center;
    }

    .project-server-item:hover,
    .project-server-item.active {
        background-color: #f15a23;
        box-shadow: 0px 0px 9px 1px rgba(107, 29, 0, 0.7),
        inset 2px 4px 12px 0px rgba(114, 31, 0, 0.8);
        border: solid 1px #fee5dc;
    }

    .project-server-item:hover h3,
    .project-server-item:hover p,
    .project-server-item.active h3,
    .project-server-item.active p {
        color: #fff;
    }


    .data-center-info {
        display: flex;
        align-items: self-start;
        justify-content: space-between;
        width: 1150px;
        margin: 0 auto;
    }

    .left-data-center {
        width: 503px;
        height: 435px;
        margin-bottom: 15px;
        background: #fff;
    }

    .right-data-center {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 630px;
    }


    a.data-center-item {
        display: block;
        width: 307px;
        height: 210px;
        margin-bottom: 15px;
        background: #fff;
    }

    .data-center-item img {
        display: block;
        width: 307px;
        height: 170px;
    }

    .data-center-item div h4 {
        font-size: 20px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-weight: normal;
    }

    .data-center-item div p {
        font-size: 14px;
        line-height: 22px;
        color: #666666;
    }

    .data-center-item.active {

        width: 503px;
        height: 435px;
    }

    .data-center-item.active img {
        width: 503px;
        height: 374px;
    }

    .data-center-item.active h4,
    .data-center-item.active p {

        height: 59px;
        line-height: 59px;
    }

    .data-center-item.actives {
        background-color: #f15a23;
        box-shadow: inset 2px 4px 13px 0px rgba(114, 31, 0, 0.35);
    }

    .data-center-item.actives h4 {
        color: #fff;
    }


    .company-info {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 1180px;
        margin: 0 auto;
    }

    .company-info-img {
        width: 471px;
        /*height: 318px;*/
        padding: 2px;
        background-image: linear-gradient(0deg,
        #f15a23 0%,
        #ffffff 100%);
        box-shadow: 0px 0px 12px 0px rgba(120, 32, 0, 0.6);
    }

    .company-info-img img {
        display: block;
        width: 100%;
    }

    .company-info-box {
        width: 663px;
    }

    .company-info-text {
        text-indent: 32px;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 32px;
        letter-spacing: 0px;
        /*color: #ffffff;*/
        margin-bottom: 55px;
    }

    .company-info-link {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .company-info-link a {
        display: block;
        width: 151px;
        height: 74px;
        text-align: center;
        font-size: 18px;
        line-height: 74px;
        color: #ffffff;
        background-color: #f15a23;
    }

    .news {
        width: 100%;
        padding: 60px 0;
        background: url(../img/index1.jpg) repeat center;
    }

    .news-info {
        display: flex;
        align-items: self-start;
        justify-content: space-between;
        width: 1180px;
        margin: 0 auto;
    }

    .left-notice {
        width: 429px;
    }

    .notice-img {
        position: relative;
        margin-bottom: 15px;
    }

    .notice-img img {
        display: block;
        width: 429px;
        height: 173px;
    }

    .notice-img a {
        position: absolute;
        top: 114px;
        left: 311px;
        width: 67px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        background-color: #f4faff;
        box-shadow: 0px 0px 8px 0px rgba(120, 32, 0, 0.5),
        inset 1px 2px 5px 0px #a42c00;
        border-radius: 15px;
        border: solid 1px #ffffff;
        color: #f15a23;
    }

    .notice-list {
        width: 100%;
        background: #fff;
        padding: 10px 20px;
    }

    .notice-list a {
        position: relative;
        display: block;
        font-size: 16px;
        line-height: 26px;
        padding: 10px 0 10px 20px;
        border-bottom: 1px solid #e6e6e6;
    }

    .notice-list a:last-child {
        border-bottom: 0;
    }

    .notice-list a:before {
        position: absolute;
        top: 21px;
        left: 0;
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 6px;
        background-color: #f15a23;
    }

    .notice-list a p {
        height: 52px;
    }

    .right-news {
        width: 702px;
    }

    .right-news .title-img {
        display: none;
    }

    .news-img {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .news-img a {
        display: block;
        width: 67px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        background-color: #f15a23;
        box-shadow: 0px 0px 8px 0px rgba(120, 32, 0, 0.5),
        inset 1px 2px 5px 0px #a42c00;
        border-radius: 15px;
        border: solid 1px #ffffff;
        color: #fff;

    }

    a.news-item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 702px;
        height: 98px;
        margin-bottom: 14px;
        padding: 10px 30px;
        background-color: #ffffff;
    }

    .news-item-time {
        display: flex;
        align-items: center;
        width: 120px;
        border-right: 1px solid #cccccc;
    }

    .news-item-time b {
        font-size: 46px;
        line-height: 52px;
        color: #f15a23;
        margin-right: 10px;
    }

    .news-item-time div h4,
    .news-item-time div p {
        font-size: 16px;
        line-height: 24px;
        text-align: right;
    }

    .news-item-title {
        width: 499px;
        line-height: 26px;
        font-size: 20px;
    }

    a.news-item:hover {
        background-color: #f15a23;
        box-shadow: 0px 0px 8.7px 1.3px rgba(107, 29, 0, 0.6),
        inset 1.6px 3.7px 13px 0px rgba(114, 31, 0, 0.35);
        border: solid 1px #fee5dc;
        color: #fff;
    }

    a.news-item:hover .news-item-time b {
        color: #fff;
    }

    .cooperation-info {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 1180px;
        margin: 0 auto 83px;
    }

    .cooperation-info div {
        width: 223px;
        height: 84px;
        margin-bottom: 20px;
    }

    .cooperation-info div:nth-child(2n) {
        background: #f4f5f5;
    }

    .cooperation-info div img {
        display: block;
        width: 223px;
        height: 84px;
    }


}
