.inside-banner {
    position: relative;
}
.inside-banner img {
    position: absolute;
    right: 15%;
    top: 50px;
    width: 446px;
    height: 367px;
}
@media screen and (min-width: 768px) {
    .container {
        width: 1260px;
        margin: 0 auto;
    }
}

.advantage img {
    width: 70px;
    height: 70px;
}

.advantage li {
    padding-right: 0px;
}

.situation {
    max-height: 640px;
}
.situation .pic {
    text-align: center;
    max-height: 460px;
    margin: 16px auto 48px;
    vertical-align: middle;
    max-width: 1130px;
}
.situation .pic img {
    width: 100%;
}

.skill li .box-wrap {
    background: url("../images/ai/crowdorientation/good1.png") no-repeat center;
    background-size: 61px 61px;
}
.skill li:nth-of-type(2) .box-wrap {
    background: url("../images/ai/crowdorientation/good2.png") no-repeat center;
    background-size: 61px 61px;
}
.skill li:nth-of-type(3) .box-wrap {
    background: url("../images/ai/crowdorientation/good3.png") no-repeat center;
    background-size: 61px 61px;
}

/* 应用场景 */
.yycj {
    min-height: 390px;
    position: relative;
    padding: 50px 0 70px 0;
    background: #f7f7f7;
}
.yycj ul {
    margin: 0 -25px;
}
.yycj li {
    margin-top: 40px;
    padding: 0 25px;
    width: 50%;
    float: left;
}
.yycj li .item {
    padding: 40px;
    position: relative;
    background: #ffffff;
    height: 216px !important;
    transition: all 700ms ease;
    border-radius: 2%;
}
.yycj li .txtbox {
    width: 65%;
}
.yycj li .tit {
    font-size: 18px;
    position: relative;
    padding: 2px 0 20px 0;
}
.yycj li .tit:before {
    content: "";
    width: 50px;
    bottom: 0;
    left: 0%;
    height: 3px;
    transition: all 334ms ease;
    position: absolute;
    background: #ed6827;
}
.yycj li .txt {
    color: #8a8a8a;
    margin-top: 20px;
    width: 350px;
}
.yycj li .pic {
    top: -20px;
    right: -30px;
    position: absolute;
}
.yycj li .pic img {
    max-height: 240px;
}
.yycj li:hover .item {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
}

@media (max-width: 767px) {
    .yycj li {
        position: unset;
        left: unset;
        transform: unset;
    }

    .yycj .txt {
        max-width: 100%;
    }
    .yycj ul {
        margin: 0 -10px;
    }
    .yycj li {
        padding: 0 10px;
    }
    .yycj li .item {
        padding: 20px 40px;
        min-height: 280px;
    }
    .yycj li .txtbox {
        width: 80%;
    }
    .yycj li .pic {
        right: -20px;
        top: 50%;
        margin-top: auto;
        transform: translateY(-50%);
    }
    .yycj li .pic img {
        max-height: 120px;
    }
}
@media (max-width: 580px) {
    .yycj {
        text-align: justify;
        padding-top: 30px;
        padding-bottom: 15px;
    }
    .yycj ul {
        padding-top: 15px;
    }
    .yycj li {
        margin-top: 15px;
        width: 100%;
        float: none;
    }
    .yycj li .item {
        padding: 30px;
        padding-top: 10px;
        min-height: auto;
    }
    .yycj li .txtbox {
        width: 100%;
    }
    .yycj li .tit:before {
        font-size: 16px;
        height: 2px;
        width: 34px;
    }
    .yycj li .pic {
        display: none;
    }
}

/* 图片手机不显示问题
.skill-wrap .box-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
} */
