.container {
    width: 100%;
}
@media screen and (min-width: 1024px) {
    .container {
        margin-top: 60px;
    }
}
.container .banner {
    height: 480px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background: url(../../image/base/background.png);
}
.container .banner .wrapper {
    /* width: 70%; */
    max-width: 1780px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.container .title {
    font-size: 30px;
    color: #333;
    margin-bottom: 18px;
    position: relative;
}
.container .banner .wrapper .title {
    position: absolute;
    top: 40%;
    font-size: 42px;
    color: #fff;
    margin-bottom: 30px;
    left: 50%;
}
.container .banner .wrapper .sub-title {
    position: absolute;
    top: 65%;
    font-size: 22px;
    color: #fff;
    left: 50%;
}
.container .banner .wrapper .btn-group {
    position: absolute;
    top: 60%;
    width: 100%;
    text-align: center;
    font-size: 16px;
}
.container .product {
    margin: 0 auto;
    text-align: center;
    max-width: 1344px;
}
@media screen and (min-width: 1024px) {
    .container .product {
        padding-top: 60px;
    }
}
.container .product li {
    width: 33.3333%;
    padding: 0;
    height: 180px;
    transition: all .2s;
}
.container .product li:hover {
    box-shadow: 0 0 10px rgb(51 51 51 / 30%);
    border-radius: 10px;
    transform: scale(1.05);
}
.container .product i {
    font-size: 60px;
    color: #4d79ff;
}
.container .product li .title {
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}
.container .product li .des {
    font-size: 15px;
    display: inline-block;
    color: #737373;
    width: 100%;
}
.container .product-detail {
    max-width: 1280px;
    padding: 2.4rem 0;
    margin: 0 auto;
    overflow: hidden;
}
.container .product-detail .content .title {
    margin-top: 25px;
    font-size: 24px;
    font-weight: bold;
}
.container .product-detail .content .des {
    color: #737373;
    font-size: 15px;
    line-height: 37px;
}
.container .product-detail .picture img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
}
.container .detail:nth-child(2n) {
    background: #f9faff;
}
@media screen and (min-width: 1024px) {
    .container .detail:nth-child(2n) .content {
        text-align: right;
        float: right;
    }
}
.container .advance {
    max-width: 1280px;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0 0;
}
.container .advance .title {
    font-weight: bold;
}
.container .advance li {
    padding: 0;
    height: 220px;
}
.container .advance li img {
    width: 50px;
    margin-bottom: 10px;
}
.container .advance li .title {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}
.container .advance li .des {
    font-size: 14px;
    display: inline-block;
    color: #737373;
    width: 100%;
    max-width: 170px;
    text-align: left;
}
