/* .banner {
    background: url(../images/earth.png) no-repeat center center/cover;
    color: #fff;
    height: 780px;
}

.banner-inner {
    padding-top: 210px;
}

.banner-title {
    font-size: 72px;
}

.banner-title--2 {
    font-size: 60px;
    border: 2px solid #fff;
    margin: 24px 0 34px;
    width: 567px;
    text-align: center;
}

.banner-dec {
    font-size: 24px;
    margin-bottom: 28px;
}

.banner-code {
    font-size: 18px;
    display: inline-block;
    padding: 8px 10px;
    border-radius: 5px;
    background-color: #fff;
    color: #000;
} */
.main {
    padding-top: 80px;
}
.box-list {
    padding: 95px 0 90px;
    color: #333;
}

.box-list .box-title {
    padding-top: 0;
}

.box-list .box-dec {}

.box-list .box-inner {
    margin-right: -5%;
}

.item {
    width: 45%;
    float: left;
    margin-top: 54px;
    margin-right: 5%;
    box-shadow: 0 0 4px 8px rgb(187, 187, 187, 0.2);
    padding-bottom: 20px;
}

@media screen and (max-width: 1440px) {
    .item {}
}

.item-img {
    text-align: center;
    background-color: #e9f1f6;
    padding: 5px 0;
    height: 240px;
}

.item-title {
    font-size: 30px;
    text-align: center;
    padding: 18px 0;
    background-color: #1c2327;
    color: #fff;
}

.item-text {
    font-size: 24px;
    padding: 20px 20px 0;
    height: 90px;
    color: #7d8288;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 38px;
}

.box {
    height: 498px;
    color: #fff;
    background: url(../images/smartPackaging.png) no-repeat center center/cover;
}

.box-title {
    margin-bottom: 45px;
    padding-top: 115px;
}

.box .box-title {
    color: #fff;
}

.box .title,
.box .box-dec {
    text-align: left;
}

.box .box-dec {
    margin-bottom: 34px;
    line-height: 38px;
    font-size: 24px;
}

.box-list--2 .box-title {
    padding-bottom: 76px;
}

.box--2 {
    background: url(../images/smartPackaging3.png) no-repeat center center/cover;
    height: 660px;
}

.box--2 .box-title {
    text-align: center;
    margin-bottom: 180px;
}

.box--2 .box-img .left {
    width: 20%;
    text-align: center;
    height: 165px;
    justify-content: center;
    align-items: center;
}

.box--2 .box-img .left img {
    flex-grow: 0;
}
