.content_text h5{
    margin:-18px 0 20px 0;
    color: rgba(255, 255, 255, 0.5);
}
.cloud_mainbgcheck {
    overflow: hidden;
    padding: 80px 0 0;
}
.bgserve {
    margin-top: 60px;
}
.bgserve_img {
    position: relative;
    width: 55%;
    height: auto;
    margin: 0 auto;
    display: flex;
    align-self: center;
    justify-content: center;
}
.bgserve_img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: bottom;
}
.bgserve_text {
    position: absolute;
    left: 25%;
    top: 15%;
    line-height: 54px;
}
.bgserve_left, .bgserve_right {
    display: block;
    position: absolute;
    width: 25%;
    height: auto;
    background-color: #edf6ff;
    border-radius: 5px;
    left: -20%;
    top: 20%;
    box-sizing: border-box;
    padding: 15px 20px;
}
.bgserve_right {
    left: 95%;
    top: 50%;
}
.bgserve_img h4 {
    line-height: 30px;
}
.bgserve_img p {
    line-height: 22px;
}
.triangle{
    position:absolute; 
    bottom:-6px; 
    overflow:hidden; 
    width:20px; 
    height:20px; 
    background:#edf6ff;
    -webkit-transform:rotate(135deg); 
    -moz-transform:rotate(135deg); 
    -o-transform:rotate(135deg); 
    transform:rotate(135deg); 
    right: -3%;
    top: 15px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865475, M12=-0.7071067811865477, M21=0.7071067811865477, M22=0.7071067811865475, SizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix( M11=0.7071067811865475,M12=-0.7071067811865477,M21=0.7071067811865477,M22=0.7071067811865475,SizingMethod='auto expand');
}
.triangle1{
    position:absolute; 
    bottom:-6px; 
    overflow:hidden; 
    width:20px; 
    height:20px; 
    background:#edf6ff;
    -webkit-transform:rotate(135deg); 
    -moz-transform:rotate(135deg); 
    -o-transform:rotate(135deg); 
    transform:rotate(135deg); 
    left: -3%;
    top: 15px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865475, M12=-0.7071067811865477, M21=0.7071067811865477, M22=0.7071067811865475, SizingMethod='auto expand')";
    filter: progid:DXImageTransform.Microsoft.Matrix( M11=0.7071067811865475,M12=-0.7071067811865477,M21=0.7071067811865477,M22=0.7071067811865475,SizingMethod='auto expand');
}
.bgserve_left:hover {
    display: block;
    background-color: #1b90fd;
    color: #fff;
}
.bgserve_right:hover {
    display: block;
    background-color: #1b90fd;
    color: #fff;
}
.triangle:hover {
    background:#1b90fd;
}
.triangle1:hover {
    background:#1b90fd;
}
.check_serve, .check_process{
    width: 78%;
    margin: 40px auto 0;
}
.check_serve ul {
    overflow: hidden;
}
.check_serve ul li {
    float: left;
    width: 18%;
    text-align: center;
    margin-left: 5%;
}
.servr_img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.servr_img img {
    width: 60px;
}
.check_serve ul li h4 {
    font-size: 15px;
    line-height: 40px;
    margin-top: 15px;
}
.check_serve ul li p {
    padding:0 40px;
    box-sizing: border-box;
    line-height: 28px;
}
.check_process li {
    float: left;
    display: block;
    text-align: center;
}
.process_item {
    width: 20%;
    font-size: 15px;
}
.process_item img {
    width: 90px;
}
.to_right {
    width: 5%;
    margin-top: 35px;
}
.process_item span::before {
    content: attr(data-index);
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-color: #1b90fd;
    margin: 20px 0 18px -14px;
    border-radius: 30px;
}
.process_item h4 {
    display: block;
    margin-top: 60px;
    line-height: 40px;
}
.check_advantage {
    width: 70%;
    margin: 40px auto 0;
}
.check_advantage ul li{
    float: left;
    display: block;
    width: 23%;
    margin-left: 10%;
    padding: 30px;
    box-sizing: border-box;
}
.check_advantage ul li img {
    width: 60px;
}
.check_advantage ul li h4 {
    margin-top: 10px;
    font-size: 15px;
    line-height: 40px;
}
.check_advantage ul li p {
    margin-top: 12px;
    line-height: 30px;
}
.check_advantage ul li:hover {
    background-color: #fff;
    box-shadow: 0px 0px 10px 4px rgb(9 25 26 / 10%);
    border-radius: 5px;
}
.cloud_mainone_text p {
    line-height: 36px;
    margin-left: 20px;
}
.cloud_mainone_text i {
    color: #ff6000;
}


/* mobile */
@media screen and (min-width: 960px) and (max-width: 1200px) {
    .bgserve_text{
        left: 15%;
        top: 10%;
        line-height: 50px;
    }
    .bgserve_left, .bgserve_right {
        display: block;
        position: absolute;
        width: 30%;
        height: auto;
        background-color: #edf6ff;
        border-radius: 5px;
        left: -30%;
        top: 20%;
        box-sizing: border-box;
        padding: 15px 20px;
    }
    .bgserve_right {
        left: 100%;
        top: 50%;
    }
    .check_serve ul li {
        width: 25%;
        margin-left: 0;
    }
    .check_advantage ul li {
        width: 30%;
        margin-left: 3%;
    }
    .check_serve ul li p {
        padding: 0 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
    .bgserve_text{
        left: 15%;
        top: 10%;
        line-height: 50px;
    }
    .bgserve_left, .bgserve_right {
        display: block;
        position: absolute;
        width: 38%;
        height: auto;
        background-color: #edf6ff;
        border-radius: 5px;
        left: -35%;
        top: 20%;
        box-sizing: border-box;
        padding: 15px 20px;
    }
    .bgserve_right {
        left: 100%;
        top: 20%;
    }
    .check_serve ul li {
        width: 23%;
        margin-left: 2%;
    }
    .check_advantage{
        width: 85%;
    }
    .check_advantage ul li {
        width: 33%;
        margin-left: 0;
        padding: 15px;
    }
    .check_serve ul li p {
        padding: 0;
    }
    .check_serve, .check_process  {
        width: 88%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .bgserve_img {
        width: 100%;
    }
    .bgserve_text{
        left: 15%;
        top: 10%;
        line-height: 48px;
    }
    .bgserve_left, .bgserve_right {
        display: none;
    }

    .check_serve ul li {
        width: 23%;
        margin-left: 2%;
    }
    .check_advantage{
        width: 85%;
    }
    .check_advantage ul li {
        width: 33%;
        margin-left: 0;
        padding: 15px;
    }
    .check_serve ul li p {
        padding: 0;
    }
    .check_serve, .check_process  {
        width: 90%;
    }
    .process_item img {
        width: 60px;
    }
    .to_right {
        margin-top: 25px;
    }
    .to_right img {
        width: 15px;
    }
    .process_item {
        font-size: 14px;
    }
}

@media only screen and (max-width: 479px) {
    .bgserve_img {
        width: 100%;
    }
    .bgserve_text{
        left: 12%;
        top: 10%;
        line-height: 36px;
    }
    .bgserve_left, .bgserve_right {
        display: none;
    }

    .check_serve ul li {
        width: 23%;
        margin-left: 2%;
    }
    .check_advantage{
        width: 85%;
    }
    .check_advantage ul li {
        width: 33%;
        margin-left: 0;
        padding: 15px;
    }
    .check_serve ul li p {
        padding: 0;
    }
    .check_serve, .check_process  {
        width: 90%;
    }
    .process_item img {
        width: 60px;
    }
    .to_right {
        margin-top: 25px;
    }
    .to_right img {
        width: 15px;
    }
    .process_item {
        font-size: 14px;
    }
}