/* =======================================
   IPv6 Enabled 首页专用样式
   （摘自原 index.html 内联 <style>）
   ======================================= */

@media screen and (min-width: 1900px ) {
    .banner_img {
        background: url(/uploads/2021-01-26/banner.webp) no-repeat;
        width: 1920px;
        height: 700px;
        display: table;
        background-size: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1900px ) {
    .banner_img {
        background: url(/uploads/2021-01-26/banner.webp) no-repeat;
        width: 1349px;
        height: 500px;
        display: table;
        background-size: 100%;
        margin: 0 auto;
    }
}
.web_trans {
    transition: -webkit-transform 0.3s; /*延迟效果*/
}

.web_trans {
    transform: scale(1.2, 1.2); /*放大的倍数*/
}

p {
    color: #494949;
}

.informat {
    width: 0;
    border-left: 21px solid transparent;
    border-right: 21px solid transparent;
    border-top: 21px solid #008fbf;
    margin-left: 14.5%;
}
.informat1 {
    width: 0;
    border-left: 21px solid transparent;
    border-right: 21px solid transparent;
    border-top: 21px solid #008fbf;
    margin-left: 47.5%;
}
.cdnservice {
    float: right;
    height: 40px;
    border-bottom: 3px solid white;
    color: white;
    padding-right: 50%;
    margin-right: 35%;
}
.global_test {

    text-align: center;
    font-size: 60px;
    color: white;
    padding-bottom: 12px;
    font-weight: bold;
}
.triangle_up {
    width: 12px;
    border: 21px solid transparent;
    border-bottom: 21px solid #0069b4;
    margin-left: 130px;
}

.triangle_up1 {
    width: 12px;
    border: 21px solid transparent;
    border-bottom: 21px solid #0069b4;
    margin-left: 430px;
}

.triangle_up2 {
    width: 12px;
    border: 21px solid transparent;
    border-bottom: 21px solid #0069b4;
    margin-left: 730px;
}

.bubbleTail {
    position: absolute;
    bottom: 100%;
    left: 0px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent;
    border-bottom-width: 16px;
    border-bottom-color: currentColor;
    color: #dddddd;
}

.column1 {
    float: left;
    text-align: center;
    width: 33.33333%;
    border-right: 3px solid #f3f1f1;
    margin-top: 6px;
    /*margin-bottom: 12px;*/
}

.columnwww {
    float: left;
    text-align: center;
    width: 33.33333%;
    border-bottom: 3px solid #ccc;
}

.columnserver {
    float: left;
    text-align: center;
    width: 33.33333%;
}

.column2 {
    float: left;
    text-align: center;
    width: 33.33333%;
    height: 100px;
    border-right: 3px solid #f3f1f1;
}

.columncloud {
    float: left;
    text-align: center;
    width: 33.33333%;
}

.columnsafe {
    float: left;
    text-align: center;
    width: 33.33333%;
}

.column5 {
    float: left;
    width: 50.33333%;
    padding-left: 5px;
}

.column6 {
    border-top: 3px solid white;
    color: white;
    padding-top: 5px;
    width: 73%;
}

.column7 {
    width: 80px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #3b97d7;

}

.column7:hover {
    background: white;

}

.column7 a {
    color: white;
    text-decoration: none;
}

.column7:hover a {
    color: #3b97d7;
    text-decoration: none;
}

.wwwback {
    height: 213px;
    background: url(/uploads/2021-01-26/backdrop.webp);
    clear: both;
    position: relative;
}

.column8 {
    text-align: center;
    left: 94%;
}

.sy_main {
    width: 1349px;
    height: auto;
    background: #f7f7f7
}

/*分辨率大于1900样式*/
@media screen and (min-width: 1900px) {
    .sy_main {
        width: 100%;
        height: auto;
        background: #f7f7f7
    }

    .column8 {
        margin-right: 39%;
        text-align: center;
        left: 134%;
    }

    .column6 {
        border-top: 3px solid white;
        color: white;
        padding-top: 5px;
        width: 113%;
    }

    .wwwback {
        height: 213px;
        background: url(/uploads/2021-01-26/backdrop.webp);
        clear: both;
        position: relative;
    }


}