@media (min-width: 768px) {
    .content-container .inner-text {
        padding: 30px 10px;
    }

    .titdiv .row, .rowlist .row {
        margin: 58px auto !important;
    }
}

@media (max-width: 767px) {
    .page-main {
        background-size: contain !important;
    }

    .tit-l-red h3:before {
        top: 25px !important;
    }

    .single-page .mob-center {
        margin: 20px 0;
    }

    .single-page .mob-center, .single-page .mob-center h5, .single-page .mob-center p {
        text-align: center !important;
    }

    .single-page .img100 {
        width: 100% !important;
    }

    .single-page .img96 {
        width: 96% !important;
    }

    .single-page h3 {
        font-size: 22px !important;
        padding: 36px 0 10px 0 !important
    }

    .single-page h5 {
        font-size: 20px !important;
        padding: 50px 0 10px 0 !important;
    }

    .rowlist .inner-text {
        padding: 0;
    }
}

@media (max-width: 990px) {
    .rowlist .row .col {
        border-right: none !important;
        margin-bottom: 28px !important;
    }
}


.empty-bg,
.notbg {
    background: unset !important;
}

.has-divbg {
    background: url(/static/images/div_bg_x.png) no-repeat;
    background-size: 100% 100%;
}

.page-main {
    background: url(/static/images/about-me-bg.png) no-repeat;
    background-size: 40% auto;
    display: block;
    overflow: hidden;
}

.inner-text {
    text-align: justify;
    font-size: 18px;
    padding: 38px 0;
}

.titdiv .row, .rowlist .row {
    max-width: 1188px;
    margin: 30px auto;
    margin-bottom: 0;
    overflow: hidden;
}

.img90 img {
    width: 100% !important;
    margin-bottom: 60px;
}

.rowlist {
    padding: 68px 0;
    overflow: hidden;
}

.rowlist h3,
.rowlist .toptit {
    font-size: 2em;
    text-align: center;
    font-weight: 500 !important;
}

.rowlist .row .col {
    text-align: center;
    padding: 10px 25px;
    border-right: solid 2px #d1d1d1;
    margin-bottom: 50px;
}

.rowlist .row .col:last-child, .rowlist .row .row-special-list {
    border-right: none;
}


.rowlist .img ，
.rowlist .rowlist-img {
    height: 88px;
    margin-bottom: 20px;
}

.rowlist .img img,
.rowlist .rowlist-img img {
    width: 100px;
}

.rowlist h4 {
    font-size: 20px;
    text-align: center;
    font-weight: 400 !important;
    margin-top: 40px;
}

.rowlist h5 {
    padding-top: 58px;
    padding-bottom: 28px;
    text-align: center;
    font-weight: 400 !important;
}

.msgtxt-bold {
    font-weight: bold !important;
}

.rowlist .msgtit {
    font-size: 20px;
    text-align: center;
    margin-top: 40px;
    color: #727170;
}

.rowlist .msgtxt0, .rowlist .msgtxt0 p {
    text-align: center;
    padding: 5px 12px 5px 12px;

}

.rowlist .desc p {
    text-align: justify;
    padding: 15px 12px 10px 12px;

}

.rowlist .msgtxt2 {
    text-align: center;
    padding: 15px 12px 10px 12px;
    color: #8e8e8e;
}

.special-list .list1, .special-list .list2 {
    padding-top: 20px;
    margin: 0 15px;
}

.list1, .list2 {
    padding: 15px 0;
}

.list1 li {
    list-style-type: disc;
    text-align: left;
    margin-left: 30px;
}

.list2 li {
    list-style-type: disc;
    text-align: left;
    margin-left: 35%;
    padding-bottom: 10px;
}

.list1 li p, .list2 li p, .speciallist p {
    padding: 3px 0 !important;
}

/*标题左侧红色块*/
.tit-l-red, .tit-l-red2 {
    position: relative;
}

.tit-l-red h3 {
    font-size: 2.2em;
    text-indent: 46px;
    margin-top: 20px;
}

.tit-l-red h3:before {
    content: '';
    width: 35px;
    height: 50px;
    background: red;
    display: block;
    position: absolute;
    top: -10px;
    left: 0px;
}

/*
<div class="tit-l-red2">
    <div class="tit-l-red2-div">
        <p class="tit-l-red2-h3">
            虚拟专用网络
        </p>
        <p class="tit-l-red2-p">
            （VPN）
        </p>
    </div>
</div>
*/

.tit-l-red2 p {
    margin-left: 45px;
}

.tit-l-red2-h3 {
    font-size: 2.2em;
    line-height: 32px;
}

.tit-l-red2 .tit-l-red2-div:before {
    content: '';
    width: 35px;
    height: 60px;
    background: red;
    display: block;
    position: absolute;
    top: -10px;
    left: 0px;
}

/*标题左侧红色块*/
/*云网融合产品-特殊list*/
.ul-list-c p {
    padding: 0 0 13px 90px;
    text-align: left;
}

.ul-list-c p:first-child {
    padding: 30px 0 13px 90px;
}

.ul-list-c p:before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #555555;
    float: left;
    margin-top: 7px;
    margin-right: 20px;
}


/*云网融合产品-特殊list*/
.page-title {
    text-align: center;
    padding: 98px 0 28px 0 !important;
}


.contactus .content-container,
.business .content-container {
    background: url(/static/images/about-me-bg.png) no-repeat;
    background-size: 618px 666px;
    display: block;
    overflow: hidden;
}
