.home-banner{ max-width: 1680px; margin: auto; height: 560px; position: relative;}
.home-banner .swiper-slide{ position: relative; height: 100%; background-position: center center; background-repeat: no-repeat;}
.kv-box{ position: absolute; width: 100%; height: 100%; left: 0; top: 0; display: flex; align-items: center; justify-content: center;}
.kv-content{ color: #FFF; text-align: center;}
.kv-title{ font-size: 3rem; font-family: 'AvenirLTProBlack', sans-serif;}
.kv-desc{ font-size: 1.4rem; padding-top: 4rem;}

/* reset swiper */
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 2rem;
}
.swiper-pagination-bullet {
    width: 5rem;
    height: 0.3rem;
    display: inline-block;
    border-radius: 0;
    background-color: #e0e3dd;
    opacity: 0.8;
}
.swiper-pagination-bullet-active{ background-color: #a0a47c;}
.home-banner .swiper,.home-banner .swiper-slide img{ height: 100%; margin: auto;}
.home-banner .swiper-slide img{display: block; width: auto; margin-left: auto; margin-right: auto;}

/* common */
.item-header{ border-top: 1px solid #999; color: #008043; padding: 1.6rem 0; font-size: 1.6rem; margin-top: 6rem;}

/* home-our-value */
.home-our-value .item-body{ display: flex; justify-content: space-between;}
.home-our-value .item-block{ border-top: 1px solid #999; max-width: 332px;}
.home-our-value .item-tag{ color: #4c4641; font-size: 1rem; padding: 1.5rem 0;}
.home-our-value .item-img{ position: relative; max-width: 332px; overflow: hidden;}
.home-our-value .item-img span{ z-index: 5; position: absolute; width: 100%; top: 15%; text-align: center; font-weight: bold; font-size: 1.6rem; color: #FFF; text-transform:uppercase;}
.home-our-value .item-img img{ max-width: 100%; width: 100%;}

/* home-news */


/* home-laureates*/
.home-laureates{ text-align: center; background-image: url(../image/download-footer.jpg);  background-repeat: no-repeat; background-position: bottom center; padding-bottom: 350px; background-color: #faf9f5; max-width: 1180px; margin: auto;}
.home-laureates .home-item-header{ font-size: 3rem; color:var(--color-green); padding-top:2rem;}
.home-laureates .item-body{ font-size: 1.4rem; line-height: 1.5; padding: 2rem 0; max-width: 900px; margin: auto; text-align: center;}
.home-laureates .item-download-btn{ display: block; font-size: 1.2rem; text-transform: uppercase; width: 400px; padding: 10px 0; margin: auto; background-color: var(--color-green); color: #FFF; text-align: center;}
.home-laureates .item-download-btn:hover{ background-color:var(--color-green-hover); }




@media screen and (max-width: 1400px) {
    .home-laureates{ background-size: auto 100%;}
}

@media screen and (max-width: 1108px) {
    body{ font-size: 13px;}
    .home-banner {
        height: auto;
    }
    .home-banner .swiper, .home-banner .swiper-slide img {
        width: 100%;
        height: 450px;
    }
    .kv-title{ font-size: 2.5rem;}
    .home-our-value .item-body{ margin: 0 -1rem;}
    .home-our-value .item-block {
        margin: 0 1rem;
    }
    .home-our-value .item-tag{ min-height: 90px; }

    .home-laureates .home-item-header {
        font-size: 3rem;
        padding-top: 5rem;
    }
    .home-laureates .item-body {
        font-size: 1.4rem;
        line-height: 2rem;
        padding: 1rem 0;
    }
    .home-laureates .item-download-btn {
        font-size: 1.4rem;
        margin: auto;
    }
    .home-inspiration .item-tag {
        padding-top: 2rem;
    }
    .home-inspiration .item-block {
        max-width: 33.3333%;
    }
    .home-inspiration .item-title {
        font-size: 3rem;
        min-height: 180px;
        padding-top: 2rem;
        word-break: break-all;
    }
}


@media screen and (max-width: 640px) {
    .home-banner .swiper, .home-banner .swiper-slide img {
        height: 300px;
    }
    .kv-title {
        font-size: 1.6rem;
    }
    .kv-desc {
        font-size: 1rem;
        padding-top: 2rem;
    }
    .swiper-pagination-bullet {
        width: 3rem;
    }
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 1rem;
    }
    .home-our-value .item-body {
        margin: -1.5rem 0 0 0;
        flex-direction: column;
    }
    .home-our-value .item-block {
        margin: 2rem 0 0 0;
    }
    .home-our-value .item-tag{ min-height: 10px; }
    .item-header {
        padding: 1.5rem 0 1.5rem;
        font-size: 1.2rem;
        margin-top: 2rem;
    }
    .home-laureates {
        background-size: auto 80%;
        padding-bottom:200px;
    }

    .home-laureates .home-item-header {
        font-size: 1.5rem;
        padding-top: 2rem;
    }
    .home-laureates .item-body {
        font-size: 1rem;
        line-height: 1.5;
        padding: 1rem 5%;
    }
    .home-laureates .item-download-btn {
        font-size: 1rem;
        width: 70%;
    }
    

}


