/* banner */
.index-banner {
    position: relative;
    width: 100%;
}
.index-banner img {
    max-height: 70vh;
}
.index-banner-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 45%);
    text-align: center;
}
.posi-all {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.index-banner-content>div {
    width: 100%;
}
.index-banner-content-big {
    font-size: 4.5rem;
    color: #fff;
    line-height: 5.937rem;
    font-weight: bold;
}
.index-banner-content-big+p {
    padding-top: 0.937rem;
    font-size: 1rem;
    color: #fff;
    line-height: 1.8rem;
}
.index-banner-content a {
    color: #fff;
}

/* 1 */
.index-new {
    background: #fff;
    padding: 6rem 0;
}
.max-width {
    max-width: 1200px;
    margin: 0 auto;
}
.index-title {
    text-align: center;
}
.index-title h2 {
    font-size: 3rem;
    color: #4EA54A;
}
.index-title p {
    color: #000;
    font-size: 1.125rem;
    padding-top: 0.8rem;
}
.uppercase {
    text-transform: Uppercase;
}
.index-title hr {
    width: 3.125rem;
    margin: 0 auto;
    height: 1px;
    background: #4EA54A;
    border: none;
    margin-top: 1rem;
}
.index-product {
    padding: 2.25rem 0;
    background: #f9f7f4c4;
}
.index-product-nav {
    max-width: 1200px;
    margin: 2.125rem auto 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.25rem;
    text-align: center;
    color: #222222;
    overflow-x: auto;
}
.index-product-nav li {
    height: 2.312rem;
    border: 1px solid #DEDEDE;
    min-width: 7rem;
}
.index-product-nav li.index-product-nav-active {
    color: #fff;
    background: #4EA64A;
    border-color: #4EA64A;
}
.index-product-list {
    margin-top: 1.125rem;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 0.625rem;
    row-gap: 1.875rem;
    display: none;
}
.index-product-list.show{
    display: block;
}
.index-product-list-item>div {
    position: relative;
    width: 100%;
    padding-top: 68.26%;
    overflow: hidden;
    margin-bottom: 1rem;
}
.index-product-list-item>div>img {
    position: absolute;
    left: 0;
    top: 0;
}
.index-product-list-item-mark {
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: rgba(78, 166, 74, 0.84);
    transition: bottom 0.3s;
}
.index-product-list-item:hover .index-product-list-item-mark {
    bottom: 0;
}
.index-product-list-item-mark>div {
    width: 80%;
}
.index-product-list-item-mark>div>p {
    text-align: center;
    font-size: 1rem;
    color: #fff;
}
.index-product-list-item-mark div hr {
    margin: 1.25rem auto;
    height: 1px;
    background: #fff;
    border: none;
}
.index-product-list-item-mark>div>div {
    max-width: 6.875rem;
    height: 2.187rem;
    margin: 0 auto;
    border: 1px solid #fff;
}
.index-product-list-item-mark>div>div img {
    width: 0.625rem;
    height: 0.437rem;
}
.index-product-list-item-mark>div>div a {
    color: #fff;
    padding-left: 0.875rem;
    font-size: 0.875rem;
}
.index-product-list-item {
    float: left;
    width: 23%;
    text-align: center;
    margin: 0 0.73rem;
    margin-bottom: 2rem;
}
.index-product-list-item:nth-child(4),.index-product-list-item:nth-child(8){
    margin-right: 0;
}
.index-product-list-item p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}



@media screen and (max-width: 1684px) {
    .index-new .max-width {
        padding: 0 1.25rem;
    }
}
