.section1 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 4.75rem;
    padding: .35rem .5rem;
    margin-bottom: .1rem
}

@media (max-width: 1024px) {
    .section1 {
        height: 5.5rem
    }
}

@media (max-width: 991px) {
    .section1 {
        height: 6.5rem
    }
}

@media (max-width: 767px) {
    .section1 {
        height: 4rem;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: .5rem
    }
}

.section1 .bg-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: .4rem
}

@media (max-width: 767px) {
    .section1 .bg-img {
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }
}

.section1 .bg-img:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.section1 .bg-img b {
    display: block;
    width: 100%;
    height: 101%;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0
}

.section1 .bg-img .text {
    position: absolute;
    left: 0;
    z-index: 2;
    color: #fff;
    line-height: 1.6;
    bottom: .55rem
}

.section1 .bg-img .text h1 {
    font-weight: 700;
    font-size: .6rem
}

@media (max-width: 1024px) {
    .section1 .bg-img .text h1 {
        font-size: 38px
    }
}

@media (max-width: 991px) {
    .section1 .bg-img .text h1 {
        font-size: 34px
    }
}

@media (max-width: 767px) {
    .section1 .bg-img .text h1 {
        font-size: .6rem
    }
}

.section1 .bg-img .text h2 {
    font-size: .22rem
}

@media (max-width: 1024px) {
    .section1 .bg-img .text h2 {
        font-size: 20px
    }
}

@media (max-width: 991px) {
    .section1 .bg-img .text h2 {
        font-size: 18px
    }
}

@media (max-width: 767px) {
    .section1 .bg-img .text h2 {
        font-size: .32rem
    }
}

.section2 .item:not(:last-child) {
    margin-bottom: .3rem
}

.section2 .item:not(:last-child) .item-list.only-one {
    margin-bottom: .8rem
}

@media (max-width: 767px) {
    .section2 .item:not(:last-child) .item-list.only-one {
        margin-bottom: .5rem
    }
}

.section2 .item .item-title {
    color: #000;
    font-weight: 700;
    font-size: .34rem;
    margin-bottom: .35rem
}

@media (max-width: 1024px) {
    .section2 .item .item-title {
        font-size: 26px
    }
}

@media (max-width: 991px) {
    .section2 .item .item-title {
        font-size: 24px
    }
}

@media (max-width: 767px) {
    .section2 .item .item-title {
        font-size: .4rem
    }
}

.section2 .item .item-list li:hover .item-img b {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.section2 .item .item-list li .item-img {
    position: relative;
    overflow: hidden;
    border-radius: .2rem
}

.section2 .item .item-list li .item-img:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    left: 0
}

.section2 .item .item-list li .item-text .title {
    color: #000;
    text-align: left;
    font-size: .28rem
}

@media (max-width: 767px) {
    .section2 .item .item-list li .item-text .title {
        text-align: center
    }
}

@media (max-width: 1024px) {
    .section2 .item .item-list li .item-text .title {
        font-size: 22px
    }
}

@media (max-width: 991px) {
    .section2 .item .item-list li .item-text .title {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .section2 .item .item-list li .item-text .title {
        font-size: .36rem
    }
}

.section2 .item .item-list li .item-text .desc {
    line-height: 2;
    font-size: .18rem
}

@media (max-width: 1024px) {
    .section2 .item .item-list li .item-text .desc {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .section2 .item .item-list li .item-text .desc {
        font-size: .3rem
    }
}

.section2 .item .item-list:not(.only-one) {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

@media (max-width: 767px) {
    .section2 .item .item-list:not(.only-one) {
        display: block
    }
}

.section2 .item .item-list:not(.only-one) li {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 32%;
    margin-bottom: .5rem
}

@media (max-width: 991px) {
    .section2 .item .item-list:not(.only-one) li {
        width: 48%
    }
}

@media (max-width: 767px) {
    .section2 .item .item-list:not(.only-one) li {
        width: 100%
    }
}

.section2 .item .item-list:not(.only-one) li .item-text {
    margin-top: .25rem
}

.section2 .item .item-list:not(.only-one) .placeholder {
    width: 32%
}

@media (max-width: 991px) {
    .section2 .item .item-list:not(.only-one) .placeholder {
        width: 48%
    }
}

@media (max-width: 767px) {
    .section2 .item .item-list:not(.only-one) .placeholder {
        width: 100%
    }
}

.section2 .item .item-list.only-one {
    border-radius: .3rem;
    background-color: #fff;
    padding: .2rem
}

@media (max-width: 767px) {
    .section2 .item .item-list.only-one {
        background-color: rgba(0, 0, 0, 0);
        padding: 0
    }
}

.section2 .item .item-list.only-one li {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

@media (max-width: 767px) {
    .section2 .item .item-list.only-one li {
        display: block
    }
}

.section2 .item .item-list.only-one li .item-img {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 32.8vw
}

@media (max-width: 767px) {
    .section2 .item .item-list.only-one li .item-img {
        width: 100%
    }
}

.section2 .item .item-list.only-one li .item-text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    margin-top: 0;
    padding-left: .95rem;
    padding-right: .95rem
}

@media (max-width: 767px) {
    .section2 .item .item-list.only-one li .item-text {
        margin-top: .25rem;
        padding-left: 0;
        padding-right: 0
    }
}

.section2 .item .item-list.only-one li .item-text .title {
    margin-bottom: .15rem
}

@media (max-width: 767px) {
    .section2 .item .item-list.only-one li .item-text .title {
        margin-bottom: 0
    }
}

.section2 .item .item-list.only-one .placeholder {
    display: none
}

.section2 .item .item-biglist li:not(:last-child) {
    margin-bottom: .5rem
}

.section2 .item .item-biglist li .item-title {
    font-weight: 400;
    font-size: .3rem;
    margin-bottom: .3rem
}

@media (max-width: 1024px) {
    .section2 .item .item-biglist li .item-title {
        font-size: 22px
    }
}

@media (max-width: 991px) {
    .section2 .item .item-biglist li .item-title {
        font-size: 20px
    }
}

@media (max-width: 767px) {
    .section2 .item .item-biglist li .item-title {
        font-size: .34rem;
        margin-bottom: .2rem
    }
}

.section2 .item .item-biglist li .item-img {
    background-color: #fff;
    border-radius: .3rem;
    padding: .7rem .2rem
}

@media (max-width: 767px) {
    .section2 .item .item-biglist li .item-img {
        padding: .2rem
    }
}

.section2 .item .item-biglist li .item-img img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 9rem
}

@media (max-width: 1024px) {
    .section2 .item .item-biglist li .item-img img {
        max-width: 11rem
    }
}

@media (max-width: 991px) {
    .section2 .item .item-biglist li .item-img img {
        max-width: 13rem
    }
}

@media (max-width: 767px) {
    .section2 .item .item-biglist li .item-img img {
        max-width: 100%
    }
}

/*# sourceMappingURL=24380b46b85ed499d7929eb359649930.css.map*/