/* 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 {
    width: 12.687rem;
    height: 3.75rem;
    margin: 4.375rem auto 0;
    background: linear-gradient(180deg, #33CB58 0%, #0AAD66 100%);
    border-radius: 2.312rem;
    color: #fff;
}
.index-banner-content a:hover{
    background: linear-gradient(180deg, #0AAD66 0%, #33CB58 100%);
}


/* 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-new-list {
    padding-top: 3.125rem;
}
.index-new-list-left {
    width: 50%;
    position: relative;
    padding-top: 40%;
}
.index-new-list-hover {
    overflow: hidden;
}
.index-new-list img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-new-list-hover-marker {
    width: 0;
    height: 0;
    background: rgb(78 165 74 / 39%);
    transition: all 0.3s ease-in-out;
}
.index-new-list-hover:hover .index-new-list-hover-marker {
    width: 100%;
    height: 100%;
}
.index-new-list-marker {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.19);
}
.index-new-list-marker>div {
    width: 100%;
    text-align: center;
    color: #fff;
}
.index-new-list-marker img {
    width: 1.437rem;
    height: 2.687rem;
    margin: 0 auto;
    position: relative !important;
}
.index-new-list-marker img+p {
    font-size: 1rem;
    padding: 1rem 4.3rem 0;
    line-height: 2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.index-new-list-marker p:last-child {
    font-size: 1.125rem;
    padding-top: 0.625rem;
}
.index-new-list-right {
    width: 51%;
}
.index-new-list-right-top{
    float: left;
    width: 100%;
}
.index-new-list-right-top>div {
    width: 46.5%;
    position: relative;
    padding-top: 38%;
    float: left;
    margin: 10px;
}



/* 2 */
.index-product {
    padding: 6.25rem 0;
    background: #f9f7f4c4;
    min-height: 58rem;
}
.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: 3.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;

}


/* 3 */
.index-news {
    padding: 3rem 0 4rem;
    background: #fff;
}
.index-news-title {
    position: relative;
}
.flex.flex-start {
    justify-content: flex-start;
}
.index-news-title h2 {
    font-size: 3rem;
    color: #4EA54A;
    padding-right: 2rem;
}
.index-news-title p {
    font-size: 1.125rem;
}
.index-news-content {
    padding-top: 2.187rem;
}
.index-news-content-item{
    display: flex;
}
.index-news-content-item>div {
    width: 40%;
    margin: 0 2rem 0 0;
}
.index-news-content-item>div img {
    width: 100%;
    height: 360px;
}
.index-news-ulhyzx{
    width: 60%;
}
.index-news-content-item li {
    padding: 1.25rem 0 0.937rem;
    border-bottom: 0.1rem dotted #DDDDDD;
    display: grid;
    grid-template-columns: 4.9rem auto;
}
.index-news-content-item-tag {
    color: #17A73B;
}
.index-news-content-item-tag+a {
    color: #666666;
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media screen and (max-width: 1684px) {
    .index-new .max-width {
        padding: 0 1.25rem;
    }
}
