body > .container-fluid {
    padding: 0;
}

body > .container {
    padding: 0;
}

.project-wrapper section {
    overflow: hidden;
}

/*  智慧环卫云平台  E   */
.advantage {
    box-sizing: border-box;
    padding: 3% 0;
}

.advantage .container-fluid > .row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
}

.advantage .container-fluid > .row:not(:first-child) {
    margin-top: 60px;
}

.advantage .container-fluid .row > .ie-flex {
    width: 1006px;
    margin: 0 auto;
}

.advantage .container-fluid .row > .ie-flex > div {
    float: left;
    position: relative;
    max-width: 442px;
    height: 289px;
    box-sizing: border-box;
    padding: 45px 35px 60px 35px;
    border-radius: 5px;
    box-shadow: 0 0 5px #ccc;
}

.advantage .container-fluid .row > .ie-flex > .box-right {
    float: right;
}

.advantage .container-fluid .row > .ie-flex > div > h5, .mode .container-fluid h5 {
    font-size: 18px;
    color: #333;
}

.advantage .container-fluid .row > .ie-flex > div > ul, .mode .container-fluid ul {
    /* width: 270px; */
    padding: 0 15px;
    list-style: none;
    font-size: 12px;
    color: #666;
}

.container-fluid .row ul li {
    position: relative;
    display: inline-block;
    margin-top: 10px;
}

.container-fluid .row ul li::before {
    content: '';
    position: absolute;
    top: 3px;
    left: -15px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #E5E5E5;
}

.container-fluid .row ul li:not(:first-child) {
    margin-top: 15px;
    line-height: 1.5;
}

.advantage .container-fluid .row > .ie-flex > div > img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.project-wrapper section.mode {
    padding-bottom: 0;
    background-color: #F4F8FB;
}

.mode > .container-fluid {
    padding: 0;
}

.mode > .container-fluid > .row {
    position: relative;
}

.mode > .container-fluid > .row > .col-xs-5:first-of-type {
    position: relative;
    box-sizing: border-box;
    padding: 100px 0 100px 100px;
}

.mode .container-fluid ul {
    font-size: 14px;
}

.mode > .container-fluid > .row > .col-xs-5:last-of-type {
    position: relative;
    box-sizing: border-box;
    padding-bottom: 70px;
    text-align: center;
    font-size: 12px;
    color: #666;
}

.mode .container-fluid .row > .circle-left {
    position: absolute;
    left: 0;
    bottom: 0;
}

.mode .container-fluid .row > .circle-right {
    position: absolute;
    right: 0;
    bottom: 0;
}

.program > .row > img {
    width: 814px;
    margin: 60px auto;
}

.case {
    background-color: #F4F8FB;
}

.case > .row > img {
    width: 1276px;
    margin: 60px auto;
}

.process> .row > img {
    width: 1179px;
    margin: 60px auto;
}
/*  智慧环卫云平台  E   */
/*  垃圾分类云平台  S   */
.ws-advantage {
    box-sizing: border-box;
    padding: 3% 0;
}

.ws-advantage .container-fluid > .row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
}

.ws-advantage .container-fluid .row {
    margin-top: 20px;
}

.ws-advantage .container-fluid .row > .ws-ie-flex {
    width: 1230px;
    margin: 0 auto;
}

.ws-advantage .container-fluid .row > .ws-ie-flex > div {
    float: left;
    display: flex;
    flex-flow: row nowrap;
    box-sizing: border-box;
    max-width: 380px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 5px #ccc;
}

.ws-advantage .container-fluid .row > .ws-ie-flex > .centre-item {
    margin-left: 44px;
}

.ws-advantage .container-fluid .row > .ws-ie-flex > .last-item {
    float: right;
}

.ws-advantage .container-fluid .row .ws-ie-flex .left {
    float: left;
    /* width: 100px; */
    height: 100px;
    box-sizing: border-box;
    padding: 20px;
    margin-right: 20px;
    border-radius: 50px;
    background-color: #f1f9f0;
}

.ws-advantage .container-fluid .row .ws-ie-flex .right {
    width: 224px;
}

.ws-advantage .container-fluid .row .ws-ie-flex .right > h5 {
    font-size: 18px;
    color: #333;
}

.ws-advantage .container-fluid .row .ws-ie-flex .right > p {
    margin: 0;
    word-wrap: break-word;
    font-size: 12px;
    color: #666;
}

.ws-process {
    box-sizing: border-box;
    padding: 40px 0;
    text-align: center;
    background-color: #F4F8FB;
}

.ws-process img {
    width: 70%;
    margin: 0 auto;
}
/*  垃圾分类云平台  S   */