* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* 1模块 */
.imgs-box {
    position: relative;
    height: 500px;
    width: 100%;
    overflow: hidden;
}

.img1 {
    width: 100%;
    position: absolute;
    height: 500px;
    background: url(../imgs/网站图/用户指引端.png) no-repeat;
    background-size: cover;
}

.img2 {
    width: 100%;
    position: absolute;
    height: 500px;
    background: url(../imgs/网站图/平台管控.png) no-repeat;
    background-size: cover;
    left: 100%;
}

/* 2模块 */
.container {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.horse-lamp-box {
    height: 500px;
    position: absolute;
    overflow: hidden;
    display: flex;
}

.horse-lamp-img {
    width: 100vw;
    height: 500px;
}

/* 3模块 */
.material-base {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}

.base-img-box {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 0;
    right: 0;
}

.material-base img {
    width: 477px;
    top: 0;
    right: 0;
}

/* 四模块 */
.advantage {
    display: flex;
    width: 1200px;
    margin: 0 auto;
}

.advantage .left {
    padding: 30px 60px;
    display: flex;
    flex-direction: column;
    flex: 2;
    font-size: 46px;
}

.advantage .left h2 {
    /* margin-left: 50%;
    transform: translateX(-50%); */
    font-weight: normal;
}

.advantage .left p {
    margin: 130px 0 80px 0;
    font-size: 29px;
}

.advantage .left span {

    font-size: 14px;
}

.advantage .right {
    height: 456px;
    flex: 3;
    list-style: none;
    display: flex;
    background: url(../imgs/网站上线导图/5-.jpg) no-repeat;
    background-size: cover;
}

.advantage .right li {
    color: #fff;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #fff;
    font-size: 22px;
}

.advantage .right img {
    width: 12px;
    height: 12px;
    margin-bottom: 30px;
    margin-top: 134px;
}

.magnify-img {
    transform: scale(2);
    transition: all;
}

.advantage .right span {
    width: 22px;

}