section.container {
    margin: 150px auto;
}

section.container article {
    margin-bottom: 100px;
}

.banner {
    position: relative;
    width: 100%;
    height: 620px;
    padding-top: 1px;
    background-image: url("../images/banner-soft.jpg");
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
}

section .container-full h1 {
    margin-bottom: 45px;
    font-size: 35px;
    font-weight: 500;
    color: #1E1E1E;
}

section .container-full h2 {
    margin-bottom: 35px;
    font-size: 36px;
    font-weight: 500;
    color: #1E1E1E;
    text-align: center;
}

section h5 {
    margin-bottom: 32px;
    font-size: 25px;
    font-weight: 400;
    color: #1E1E1E;
    text-align: center;
}

section .device-list li {
    float: left;
    width: 25%;
    padding: 10px;
}

.device-box img {
    width: 100%;
    margin-bottom: 25px;
    background-color: #fff;
}

.device-box p {
    margin-bottom: 25px;
}

.device-box .p1 {
    font-size: 16px;
    color: #171717;
}

.device-box .p2 {
    font-size: 14px;
    color: #505457;
}

.save-wrap img {
    margin: 0 25px;
}

section .home-page-2 p {
    font-size: 20px;
}

.home-page-1 {
    background-color: #E9ECEF;
}

.device-list {
    margin: 80px auto;
}

.home-page-1 .home-span-50 h1 {
    margin-top: 20%;
}

.home-page2-span2 h1 {
    margin-top: 15px;
}

.banner-title {
    color: white;
    margin-top: 150px;
    font-size: 2.5em;
    text-align: center;
    animation: bannerIn 2s;
}
.home-page{
    padding: 30px 50px;
}
@-webkit-keyframes bannerIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.banner-title1 {
    text-align: center;
    margin-top: 30px;
    font-size: 38px;
    /* font-weight: 500; */
    color: #f8fdfc;
}

.banner-title2 {
    text-align: center;
    margin-top: 90px;
    font-size: 22px;
    color: rgb(255, 255, 0);
}

.soft-span-50 {
    float: left;
    width: 50%;
    padding: 10px;
    /*text-align: center;*/

}

.soft-span-50 li p {
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 20px
}

.soft-span-50 > img {

    /* width: 100%; */
    padding: 20px;
}

.home-span-6 {
    width: 16.667%;
    float: left;

    padding: 10px;
    text-align: center;
}

.home-span-6 .info {
    cursor: pointer;
    width: 100px;
    margin: 0 auto;
    border-radius: 5px;
    padding: 10px 0;
    background: #ccc;
}

.info:hover {
    /* background-color: #3f68c4; */
}

.home-span-6 img {
    width: 50px !important;
}

.info > p {
    margin-top: 10px;
}