﻿.content .banner {
    width: 100%;
    background: url(/images/banner-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0 130px;
    box-sizing: border-box;
    display: flex;
    height: 21.6667rem
}

.content .banner .left {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.content .banner .left .title {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.5rem
}

.content .banner .left .desc {
    width: 90%;
    font-size: .875rem;
    color: #111c19;
    margin-top: .83rem;
    margin-bottom: 1.67rem
}

.content .banner .right {
    width: 50%;
    position: relative;
    display: flex;
    align-items: center
}

.content .banner .right img {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    right: 0;
    display: block;
    margin: 0 auto
}

.content .value {
    width: 100%;
    box-sizing: border-box;
    padding: 2.92rem 180px
}

.content .value .title {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 2vw
}

.content .value .items ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

.content .value .items ul .value-item {
    width: 22%;
    margin-bottom: 2vw;
    list-style-type: none;
}

.content .value .items ul li .icon {
    width: 100%
}

.content .value .items ul li .icon img {
    width: 62px;
    aspect-ratio: 1;
    display: block;
    margin: 0 auto
}

.content .value .items ul li .title {
    font-size: .83rem;
    font-weight: 600;
    text-align: center;
    margin: 1vw 0
}

.content .value .items ul li .desc {
    font-size: .58rem;
    line-height: 1.5;
    color: #333;
    text-align: center;
    line-height: 1.125rem
}

.content .mobile-value {
    display: none
}

.content .module {
    background: #f7f9fb;
    padding: 3.75rem 7.0833rem
}

.content .module .title {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.6667rem
}

.content .module .item-wrapper {
    display: flex;
    flex-wrap: wrap
}

.content .module .item-wrapper .item {
    display: flex;
    align-items: center;
    padding: 1rem .8333rem;
    background: #fff;
    border-radius: 10px;
    width: calc(25% - .75rem - 1.6667rem);
    box-shadow: 5px 5px 20px 0 #dfe2e6;
    margin-right: 1rem;
    margin-bottom: 1rem;
    cursor: pointer;
    transition: all .3s
}

.content .module .item-wrapper .item:hover {
    scale: 1.2
}

.content .module .item-wrapper .item .module-item {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%
}

.content .module .item-wrapper .item .module-right {
    margin-left: .6667rem
}

.content .module .item-wrapper .item .module-right .module-title {
    font-size: .8333rem;
    color: #333;
    font-weight: 600;
    margin-bottom: .5rem
}

.content .module .item-wrapper .item .module-right .module-subtitle {
    font-size: .5833rem;
    color: #333
}

.content .module .item-wrapper .item:nth-child(4n) {
    margin-right: 0
}

.content .sample {
    background: #fff;
    padding: 3.75rem 7.0833rem;
    text-align: center;
}

@media screen and (min-width:1441px) {
    html {
        font-size: 24px
    }
}

@media screen and (min-width:1024px) and (max-width:1440px) {
    html {
        font-size: 24px
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    html {
        font-size: 18px
    }
}

@media screen and (max-width:767px) {
    html {
        font-size: 16px
    }
}

@media screen and (max-width:1023px) {
    .content .banner {
        justify-content: space-around;
        align-items: center
    }

    .content .banner .left {
        width: 80%
    }

    .content .banner .left .desc,
    .content .banner .left .title {
        text-align: center
    }

    .content .banner .left .desc {
        width: 100%
    }

    .content .banner .right {
        display: none
    }

    .content .value {
        padding: 2.92rem 90px
    }

    .content .module {
        padding: 3.75rem 90px
    }

}


footer {
    position: relative;
    background-color: #2b3137;
    height: 50px
}

.copyright-section {
    text-align: center;
    width: 100%;
    margin: 0 auto
}

.copyright-section .beian,
.copyright-section .title {
    margin: 9px auto;
    font-size: 14px;
    font-weight: 500;
    color: hsla(0, 0%, 100%, .5);
    line-height: 50px
}