.container4{
    position: relative;
    height: 600px;
    /*top: 127px;*/
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 20px 0;
    /*flex-wrap: wrap;!*允许换行*!*/
}
.container4-1{
    width: 95%;
    position: relative;
    display: flex;
    padding-left: 20px;
    height:600px;
    align-items: center;
}
.image4{
    width: 49%;
    display: block;
    float: left;
    height: 90%;
    margin-top: 50px;
    position: relative;
}
.img-4{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.image-4-phone{
    display: none;
}
.text-right{
    width: 50%;
    height: 100%;

    /*left: 10px;*/
    margin :0 auto;
}

.text-4{
    width: 95%;
    height: 50%;
    justify-items: left;
     position: relative;
    text-align: left;
}
.text-4-1{
    left: 42px;
    top:55px;
    margin-top: 0;
    margin-left: 30px;
    width: 325px;
    max-width: 50%;
    height: 60px;
    opacity: 1;
    /** 文本1 */
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 60px;
    color: rgba(50, 54, 59, 1);
    text-align: left;
    vertical-align: middle;
    /*position: absolute;/*/
    position: relative;
}
.text-4-2{
    left: 42px;
    top:85px;
    width: 75%;
    height: auto;
    margin-left: 30px;
    opacity: 1;
    position: relative;
    display: block;
    /** 文本1 */
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 30px;
    color: rgba(50, 54, 59, 1);
    text-align: justify;
    vertical-align: top;
}
.hr-4{
    left: 42px;; width: 120px;top:65px;border: rgba(35, 184, 188, 1) 6px  solid ;margin:0 30px 0;position: relative;
}
.icon-container{
    height: 50%;
    width: 92%;
    justify-items: center;
    display: grid;
    top:30px;
    position: relative;
    padding-left: 15px;
}
.icon-container-1{
    width: 80%;
    height: 60px;
    opacity: 1;
    margin-bottom: 10px;
    align-items: center;
    justify-items: center;
    display: flex;
    background: rgba(245, 246, 247, 1);
}
.icon4{
    width: 30px;
    height: 30px;
    left:25px ;
    position: relative;
}
.icon-text{
    width: 404px;
    height: 38px;
    left:50px ;
    position: relative;
    opacity: 1;
    /** 文本1 */
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 38px;
    color: rgba(50, 54, 59, 1);
    text-align: left;
    vertical-align: middle;
}
@media (max-width: 991px) {
    .container4{
        /*top:50px;*/
        height: auto;
    }
    .container4-1{
        width: 100%;
        position: relative;
        display: flex;
        padding-left: 0;
        height: auto;
    }
    .image4{
        display: none;
    }
    .image-4-phone{
        display: block;
        width: 100%;
        float: none;
        object-fit: fill;
    }
    .img-4-phone{
        width: 100%;
        height: 100%;
        object-fit: fill;
    }
    .text-right{
        width: 100%;
        margin-left: 0;
        text-align: center;


    }
    .icon-container{
        height: 300px;
    }
    .icon-container-1{
        width: 95%;
    }
    .hr-4{
        left: 0; border: rgba(35, 184, 188, 1) 3px  solid ;margin:0 30px 0;position: relative;
    }
    .text-4{
        height: 230px;
    }
    .text-4-1{
        font-weight: 700;
        font-size: 18px;
        line-height: 30px;
        left: 0;
    }
    .text-4-2{
        left: 0;
        width: 90%;
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
    }
}
@media (max-width: 675px) {

}
@media (max-width: 589px) {

}
@media (max-width: 489px) {

    .icon-text{
        width: 70%;
        height: auto;
    }
}
@media (max-width: 400px) {

    .icon-text{
        font-size: 14px;
    }
}
@media (max-width: 320px) {
    .text-4{
        height: 245px;
    }
}
@media (max-width: 269px) {
    .text-4{
        height:300px;
    }
}
