.datacenter .banner{
    background-image: url('/web/shiwais2/assets/img/datacenter/dc_banner.jpg');
    height: 500px;
    color:#fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.datacenter .banner .info-title{
    width: 1220px;
    margin: 0 auto;
    overflow: hidden;
}

.datacenter .banner .info-title p:first-child{
    font-size: 40px;
    margin: 200px 0 35px 0;
}

.datacenter .banner .info-title p:last-child{
    width: 500px;
    line-height: 2;
}

.datacenter .nodes .nodes-title,
.datacenter .standard .standard-title{
    text-align: center;
    font-size: 32px;
    margin: 50px 0;
}

.datacenter .nodes .clearfix{
    width: 1220px;
    margin:10px auto;
    height: 327px;
    /* background-color: aqua; */
    display: flex;
}

.datacenter .nodes .clearfix .clearfix-left{
    width: 246px;
    height: 300px;
    background-color: #f5f5f5;
    padding: 26px 0 34px 0;
}

.datacenter .nodes .clearfix .clearfix-left ul li{
    display: block;
    height: 60px;
    text-align: center;
    font-size: 16px;
    line-height: 60px;
    color: #333;
    background-image: url('/web/shiwais2/assets/img/datacenter/dc_icon_location.png');
    background-repeat: no-repeat;
    background-position: 70px center;
}

.datacenter .nodes .clearfix .clearfix-right{
    width: 80%;
    height: 100%;
    /* border: 1px solid; */
    padding: 40px 0 0 30px;
    color: #555;
}

.datacenter .nodes .clearfix .clearfix-right .clearfix-right-content1{
    font-size: 20px;
    margin-bottom: 26px;
}

.datacenter .nodes .clearfix .clearfix-right .clearfix-right-content2{
    line-height: 1.8;
    width: 90%;
}

.datacenter .nodes .clearfix .clearfix-right .clearfix-right-content3{
    height: 60px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    width: 90%;
    margin-top: 30px;
    /* padding-left: 20px; */
    line-height: 60px;
}

.datacenter .nodes .clearfix .clearfix-right .clearfix-right-content3 span{
    display: inline-block;
    margin-left: 30px;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: 0 center;
    color: #00aaff;
}

.datacenter .nodes .clearfix .clearfix-right .clearfix-right-content3 span:first-child{
    background-image: url('/web/shiwais2/assets/img/datacenter/dc_icon_firewall.png');
}

.datacenter .nodes .clearfix .clearfix-right .clearfix-right-content3 span:last-child{
    background-image: url('/web/shiwais2/assets/img/datacenter/dc_icon_network.png');
}

.datacenter .nodes .clearfix .clearfix-right .clearfix-right-content4{
    margin-top: 30px;
}

.datacenter .nodes .clearfix .clearfix-right .clearfix-right-content4 button{
    border: none;
    padding: 10px 30px;
    color: #fff;
    background-color: #00aaff;
}

/* .shenzhen, */
.neimeng,
.xianggang,
.dalian{
    display: none;
}

.datacenter .standard{
    margin-bottom: 60px;
}

.datacenter .standard .standard-title{
    margin: 100px 0;
}

.datacenter .standard .standard-content{
    width:1220px;
    margin: 0 auto;
}

.datacenter .standard .standard-content ul li{
    background-color: #f5f5f5;
    height:auth;
    width: 100%;
    /* margin-top: 15px; */
    border-top: 1px solid #ccc;
}

.datacenter .standard .standard-content ul li:last-child{
    border-bottom: 1px solid #ccc;
}

.datacenter .standard .standard-content .standard-title-bar{
    height: 95px;
    padding: 18px 0 0 100px;
    position: relative;
    transition: all 0.3s ease;
}

.datacenter .standard .standard-content .standard-title-bar .standard-img-left,
.datacenter .standard .standard-content .standard-title-bar .standard-img-left-none{
    position: absolute;
    left: 30px;
}

.datacenter .standard .standard-content .standard-title-bar .standard-img-right,
.datacenter .standard .standard-content .standard-title-bar .standard-img-right-none{
    position: absolute;
    right: 50px;
    top: 32px;
}

.datacenter .standard .standard-content .standard-title-bar .standard-img-right-none{
    display: none;
}
.datacenter .standard .standard-content .standard-title-bar .standard-img-left-none{
    display: none;
}

.datacenter .standard .standard-content .standard-title-bar p{}

.datacenter .standard .standard-content .standard-title-bar p:nth-child(2){
    font-weight: 700;
    font-size: 18px;
}

.datacenter .standard .standard-content .standard-title-bar p:last-child{
    color:#777;
}

.datacenter .standard .standard-content .standard-down{
    display: none;
    height: 80px;
}
.datacenter .standard .standard-content .standard-down p{
    padding-left: 30px;
    padding-top: 10px;
    color: #555;
}

@media (max-width: 750px) {
    .datacenter .banner .info-title,
    .datacenter .nodes .clearfix,
    .datacenter .standard .standard-content {
        width: auto;
    }
    .datacenter .banner{
        width:100%;
        height: 220px;
        background-image: url('/web/shiwais2/assets/img/datacenter/bannerb576ba0b715b1d19.png');
        background-size: cover;
    }

    .datacenter .banner .info-title p:first-child{
      font-size: 16px;
      margin: 40px 0 0 20px;
    }

    .datacenter .banner .info-title p:last-child {
      width: 60%;
      line-height: 1.5;
      margin: 6px 0 0 20px;
    }

    .datacenter .nodes .clearfix {
        flex-direction: column;
    }

    .datacenter .nodes .clearfix .clearfix-left {
        width: 95%;
        margin: 0 auto;
    }

    .datacenter .nodes .clearfix .clearfix-left ul li{
        display: inline;
        padding: 0px 10px;
    }

    .datacenter .nodes .clearfix .clearfix-left ul{
        display: flex;
        justify-content: space-around;
    }

    .datacenter .nodes .clearfix .clearfix-left ul li {
        background-image: url();
    }

    .datacenter .nodes .clearfix .clearfix-left {
        height: 114px;
    }

    .datacenter .nodes .clearfix .clearfix-right {
        width: 90%;
        margin: 46px auto;
    }

    .datacenter .nodes .clearfix {
        height: 440px;
    }

    .datacenter .nodes .clearfix .clearfix-right {
        padding: 0;
    }

    .datacenter .nodes .clearfix .clearfix-right .clearfix-right-content2,
    .datacenter .nodes .clearfix .clearfix-right .clearfix-right-content3 {
        width: 100%;
    }

    .datacenter .standard .standard-title {
        margin: 30px 0 40px 0;
    }

    .datacenter .standard .standard-content {
        width: 90%;
    }

    .datacenter .standard .standard-content .standard-title-bar {
        height: auto;
    }

    .datacenter .standard .standard-content .standard-title-bar .standard-img-right, .datacenter .standard .standard-content .standard-title-bar .standard-img-right-none {
        top: 6px;
    }

    .datacenter .standard .standard-content .standard-down {
        height: auto;
    }

}